SumIf - Multiple Cells Q

Sundance_Kid

Board Regular
Joined
Sep 2, 2017
Messages
129
Office Version
  1. 365
Platform
  1. Windows
Hi Folks

I am trying to sumup multiple columns in a range depending on criteria. but having an issue.

Normal formula if just looking to sumup the numbers in one column would be something like this, with the criteria being cell X11 =SUMIF(A1:A10,X11,C1:C10)

Now I want to sumup multiple columns, so I want to sum up from C1: E10 but the range (A1:A10) and the criteria (X11) stays the same. I will be dragging the formula down for around 10 rows.

SUMIF(A1:A10,X11,C1:E10) does not seem to work

Any idea how I can do that?

Thanks
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.
You could try:
=SUMPRODUCT((A1:A10=X11)*(C1:E10))
 
Upvote 0
I suggest that you update your Account details (click your user name at the top right of the forum) so helpers always know what Excel version(s) & platform(s) you are using as the best solution often varies by version. (Don’t forget to scroll down & ‘Save’)
 
Upvote 0

Forum statistics

Threads
1,215,043
Messages
6,122,822
Members
449,096
Latest member
Erald

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