SUMIF AND statement

edwardtong694

Board Regular
Joined
Aug 21, 2009
Messages
125
Hi Guys,

Sorry for posting such a simple question, for some reason I cant seem to get this to work.

I have three rows of data.

A B C
1 Ed Apple 50p
2 Pear 25p
3 Pear 27p
4 Orange 20p
5 Dave Apple 50p
6 Pear 25p

And so on...

What I need is a formula which will calculate the total cost Ed has spent on Pears or Apples etc..

So I will have a field which says Ed Pear spend: and the formula will be something like..IF A=ED and B=Pear then Sum collumn C for those values.

Hope this makes sense.

Thanks

Ed
 

Excel Facts

Best way to learn Power Query?
Read M is for (Data) Monkey book by Ken Puls and Miguel Escobar. It is the complete guide to Power Query.
Try

=sumifs($C$1:$C$6,$A$1:$A$6,"Ed",$B$1:$B$6,"Pear")

Change "Ed" & "Pear" to the cell references that contain them.
 
Upvote 0

Forum statistics

Threads
1,215,064
Messages
6,122,941
Members
449,094
Latest member
teemeren

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