SUMIFS Formula...only if that row contains certain text

sfscottca

New Member
Joined
Apr 22, 2010
Messages
26
Component SERIAL Project Name Component Cost Total Cost
Wheels 00072 Custom Bike 007 $3,150.76 (blank)
Frame 00073 Custom Bike 007 $680.92 $3,831.68

I used the following formula to calculate project cost:
=SUMIF(C:C, C3, D:D)

I only want the Total Cost populated if Component="Frame".
I cannot figure out how do to this with SUMIFS or other excel formulas


 

Excel Facts

Show numbers in thousands?
Use a custom number format of #,##0,K. Each comma after the final 0 will divide the displayed number by another thousand
Not sure if i understand what you need. Couldn't simply use this

=IF(A2="Frame",SUMIF(C:C,C2,D:D),"")

M.
 
Upvote 0

Excel 2012
ABCDEFG
1ComponentSERIALProjectNameComponentCostTotal Cost
2Wheels72CustomBike7$ 3,150.76 
3Frame73CustomBike7£ 680.923831.68
Sheet1
Cell Formulas
RangeFormula
G2=IF(A2="Frame",SUMIFS(F:F,E:E,7),"")
 
Upvote 0
shobolos and Marcelo - formulas look great!

=IF(A2="Frame",SUMIF(C:C,C2,D:D),"")

How can I modify to include all component names with Frame...like "Carbon Frame" and "Aluminum Frame"
(A2="*Frame" doesn't work for me)

Thanks!
 
Upvote 0

Forum statistics

Threads
1,214,920
Messages
6,122,267
Members
449,075
Latest member
staticfluids

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