How to add more than one criteria in SUMIF Function?

ibanana

Board Regular
Joined
Nov 8, 2007
Messages
145
Hi,


I want to have 2 criteria in my SUMIF function but it looks impossible, am I wrong or is there another way to do this?

eg:
Sum A1 to A50 if B1=x or B1=y



Also can I add 3 criteria?
 

Excel Facts

How to calculate loan payments in Excel?
Use the PMT function: =PMT(5%/12,60,-25000) is for a $25,000 loan, 5% annual interest, 60 month loan.
You can do that using a dummy column and use the same as a range for the sumif formula.

You should use an 'If' formula in the dummy column to populate it with say "A" only if it matches the criteria of your requirement.

Like you can use in C1 = if ( or (B1=x,B1=y),"A")

and then use the Sumif formula as =SUMIF($C$1:$C$50,.........)

Hope this meets your requirement.
 
Upvote 0

Forum statistics

Threads
1,215,737
Messages
6,126,562
Members
449,318
Latest member
Son Raphon

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