Summing a column using multiple criteria

tHE fLY

New Member
Joined
Jul 8, 2014
Messages
31
I have 4 columns,

Total Client Year Category


I am wanting to add up the totals for each client IN 2014 with a certain CATEGORY

When I use SUMIFS, it only allows me to insert 2 criteria. How can I calculate totals using the 3criteria I need?

Thanks!
 

Excel Facts

What do {} around a formula in the formula bar mean?
{Formula} means the formula was entered using Ctrl+Shift+Enter signifying an old-style array formula.
Year --- Column C
Client --- Column A
Category --- Column D

Assuming that you want to sum column B...

=SUMIFS(B:B,A:A,F2,C:C,G2,D:D,H2)

where F2 houses a client of interest, G2 a year of interest, and H2 a category of interest.
 
Upvote 0
I am trying to sum Column F. The other columns included Are A,C,D............... When I include 3 criteria with SUMIFS, I GET 0
 
Upvote 0
I am trying to sum Column F. The other columns included Are A,C,D............... When I include 3 criteria with SUMIFS, I GET 0

In J2 enter:

=SUMIFS(F:F,A:A,G2,C:C,H2,D:D,I2)

where G2 houses a client of interest, H2 a year of interest, and I2 a category of interest.
 
Upvote 0

Forum statistics

Threads
1,216,099
Messages
6,128,822
Members
449,469
Latest member
Kingwi11y

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top