How to Sum by Group in Excel (4 Methods)

sum by group using UNIQUE & SUMIF functions

To sum by group means to add up values of a particular category. We often use it on numerous occasions in our daily lives. The summation of a group of values can be calculated in Excel in different ways. This article shows the 4 easiest ways to sum by group in Excel.

We will show you the 4 easiest ways to sum by group in this article. We will use the following dataset to illustrate these methods.

dataset to sum by group


1. Using IF and SUMIF Functions to Sum by Group

Suppose, you want to sum the amount for each item group in column D.

Then follow the steps below.

Step 1: First enter the following formula in cell D5:

=IF(B5=B4,"",SUMIF(B:B,B5,C:C))

 It gives the sum of the amounts for the first item category i.e. Bananas.

entering formula using IF & SUMIF functions

Step 2: After that copy the formula to the cells below. It gives the sum of the amounts for each category as follows.

result for sum by group using IF & SUMIF

Read More: Sum to End of a Column in Excel (8 Handy Methods)


2. Summing by Group Using Excel Subtotal Tool

You can also sum the amounts for each item category by using the Subtotal tool of Excel. To do that, apply the following steps.

Step 1: First, select the entire dataset as follows.

Step 2: Then go to the Outline drop-down from the Data tab as shown below.

Step 3: Now click on the Subtotal icon. This opens the Subtotal dialog box.

Step 4: After that, check the ‘Amount’ field and hit OK.

subtotal dialog box to sum by group

Step 5: Below, you will see the total for each category item obtained in the earlier method. Now, to get a more organized result, click on the ‘’ icons one by one. Clicking on the number ‘2’ icon also gives the same result.

And now, you get the sum of the amounts for each group of items as follows.

result for sum by group using the Subtotal tool

Read More: Shortcut for Sum in Excel (2 Quick Tricks)


Similar Readings


3. Using UNIQUE and SUMIF Functions to Sum by Group

Another alternative way to sum values by group is to use the UNIQUE and SUMIF functions. This method filters the unique items first. Then it gives the summation of the amounts for that unique item. To apply this method, follow the steps below.

Step 1: Enter the following formula in cell E5:

=UNIQUE(B5:B12,FALSE,FALSE)

This filters the unique items in column E.

entering formula of UNIQUE function to sum by group

Step 2: Now enter the following formula in cell F5.

=SUMIF(B5:B12,E5,C5:C12)

This gives the aggregate of the amounts for the first unique item.

using SUMIF function to sum by group

Step 3: Lastly, copy the formula down to the cells below to get the following result.

result for sum by group using UNIQUE & SUMIF functions

Read More: How to Sum Filtered Cells in Excel (5 Suitable Ways)


4. Applying Excel PivotTable

Another easy but amazing way to get the summation of those amounts by item category is to use the PivotTable tool. For that, follow the steps below.

Step 1: At first, select the entire dataset as shown below. Then from the Insert tab, click on the PivotTable icon.

dataset selection to create PivotTable

Step 2: Now make sure the ‘Items’ and ‘Amount’ tables are checked and they are on the ‘Rows’ and ‘Values’ fields as follows. You can drag them to organize properly.

Finally, you get the results as follows.

result for sum by group using PivotTable

Read More: How to Sum Range of Cells in Row Using Excel VBA (6 Easy Methods)


Things to Remember

  • The dataset should be sorted before applying the first two methods. Using the Sort & Filter tool of Excel might be helpful to do so.
  • You can use the SUMIF function only in the third method if you want the sum of one particular group of values at a time.
  • Calculations were done on Office365. Look for the steps in your Microsoft Office version if you use a different one.
  • PivotTable automatically detects the same group of data. So no need to worry about sorting your data while following the last method.

Download Practice Workbook

You can download the practice workbook from here.


Conclusion

Now, you know the easiest ways to sum values by category. We have used IF, SUMIF, and UNIQUE functions, the Subtotal and PivotTable tools of Excel in those methods. If you have further queries or suggestions, please share them with us in the comment section. We hope this article has helped you to understand how to sum values by group.


Further Readings

Get FREE Advanced Excel Exercises with Solutions!
Md. Shamim Reza
Md. Shamim Reza

Md. Shamim Reza, a marine engineer with expertise in Excel and a fervent interest in VBA programming, sees programming as a time-saving tool for data manipulation, file handling, and internet interaction. His diverse skill set encompasses Rhino3D, Maxsurf C++, AutoCAD, Deep Neural Networks, and Machine Learning. He holds a B.Sc in Naval Architecture & Marine Engineering from BUET and has transitioned into a content developer role, generating technical content focused on Excel and VBA. Beyond his professional pursuits,... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo