Help with SUMIFS function

Benjamin Baites

New Member
Joined
Apr 5, 2011
Messages
13
Hey guys, I have a simple question but is has me stumped.

I'm trying to calculate the total quantity of a certain product in stock.

For example: [IMG=http://img707.imageshack.us/img707/7259/guitarsh.th.jpg][/IMG]
Uploaded with ImageShack.us

If I wanted to get the total quantity of guitars that are Classical, Sandwood and Multi how would I do it??

I tried: =SUMIFS(F4:F14,B4:F14,"Classical",B4:F14,"Multi") and a few other variations but it isn't working at. Any ideas?

Thanks heaps.
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
Hey guys, I have a simple question but is has me stumped.

I'm trying to calculate the total quantity of a certain product in stock.

For example: [IMG=http://img707.imageshack.us/img707/7259/guitarsh.th.jpg][/IMG]
Uploaded with ImageShack.us

If I wanted to get the total quantity of guitars that are Classical, Sandwood and Multi how would I do it??

I tried: =SUMIFS(F4:F14,B4:F14,"Classical",B4:F14,"Multi") and a few other variations but it isn't working at. Any ideas?

Thanks heaps.

You need create a term for the range to sum and a conditional term which involves a relevant range...

=SUMIFS($F$4:$F$14,$B$4:$B$14,"Classical",$C$4:$C$14,"Sandwood",$D$4:$D$14,"Multi")
 
Upvote 0
Thanks alot for the quick reply. I really appreciate it!!

I think I saw where I went wrong. I also forgot the '$' rookie mistake.

Cheers alot!
 
Upvote 0

Forum statistics

Threads
1,214,826
Messages
6,121,794
Members
449,048
Latest member
greyangel23

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