sumif with multiple criteria

B.Kellough

Board Regular
Joined
Aug 1, 2009
Messages
180
I am trying to use a "sumif" formula with no luck. the formula looks like
=sumif(J:J,">0", I:I,A2)

Does anyone know how I can make this work?
 

Excel Facts

Workdays for a market open Mon, Wed, Friday?
Yes! Use "0101011" for the weekend argument in NETWORKDAYS.INTL or WORKDAY.INTL. The 7 digits start on Monday. 1 means it is a weekend.
I'm needing the the formula to verify if J:J says "Direct Handoff" then if it does it will SUM the values in column I:I.
 
Upvote 0
Thaks both worked with just a small twick; this is what I used;

=SUMIF(National!E:E,"U-Verse - Maintenance Direct",National!J:J)
 
Upvote 0
How can i search on 2 criteria and sum the column of values needed

eg
if a1 "PEtER" is matched in column a4-a25 = names
and b1 is matched in column b4-b25 = month
column c4-c25 = values required
 
Upvote 0
If you have Excel 2007 onwards, then you can use SUMIFS, eg.

=SUMIFS(National!J:J,National!E:E,"U-Verse - Maintenance Direct",Column,Test)
 
Upvote 0

Forum statistics

Threads
1,224,559
Messages
6,179,513
Members
452,921
Latest member
BBQKING

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