Sum multiple criteria

MrMajinbuu

New Member
Joined
May 21, 2018
Messages
8
Office Version
  1. 365
  2. 2021
Platform
  1. Windows
HI,

I am trying to find a less clumsy way to sum values from multiple criteria. I am using sumifs currently, is there any better way to handle this ?

please see attached image cell E32

TIA
 

Attachments

  • excel q 2.png
    excel q 2.png
    59.9 KB · Views: 19

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
I suggest that you update your Account details (or 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
May be:
Code:
=SUMPRODUCT(($C$14:$C$29=$C$31)*$D$14:$D$29*E14:E29)
Thank you. It returned #Value! at first. But then i checked there is a cell with text and fixed that and the formula works perfectly

Thank you very much
 
Upvote 0
Thanks for updating your account details. (y)
 
Upvote 0

Forum statistics

Threads
1,214,788
Messages
6,121,577
Members
449,039
Latest member
Arbind kumar

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