SumIf Formula

kcroft88

New Member
Joined
Jun 23, 2016
Messages
37
Hi

Previously posted but without support :(

I am looking for some help with a SumIf formula. I want to sum up values based on criteria in Column A if it match's a product type in another range. My product types are x2001,x1003, s128, x501, P4.

an image of my sheet is here: http://tinypic.com/r/2ia4e9i/9

basically as rough sketch is: =sumIF(Column a = "production", look in range C:G = for C15 (this product type being X2001) the answer here would be 1633 (C8+C21)

I hope that makes sense and thanks in advance,

Kieran
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes
Re: SumIf Formula help

Hello,

The structure of your spreadsheet is a little unusual ... :wink:

However, in which cell are you expecting the result to appear ...???

If each calculation is needed in its respective column ... you could have in cell C16

=SUMPRODUCT(($A$8:$A$10="Production")*(C8:C10))+SUMPRODUCT(($A$21:$A$34="Production")*(C21:C34))

HTH
 
Last edited:
Upvote 0

Forum statistics

Threads
1,216,471
Messages
6,130,822
Members
449,595
Latest member
jhester2010

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