Cant get SUMIFS to work for multiple criteria?

tahir9

New Member
Joined
Aug 31, 2014
Messages
45
Essentially my function looks like this on another worksheet. SUMIFS(INDEX(TEXAS!$A$5:$ER$5000,,MATCH(B$2,TEXAS!$A$4:$ER$4,0)),TEXAS!$L$5:$L$5000,"<>3",TEXAS!$AP$5:$AP$5000,"<>Does Not Use Casher"). B2 is the column header for the column I want the sum of. L is a column in another sheet that I want to evaluate and make sure its not three, and AP is the other column I want to evaluate where I want it to skip all the does not use casher. I also have other things I want to add on but currently I just want it to work with these criteria...
 

Excel Facts

Excel Wisdom
Using a mouse in Excel is the work equivalent of wearing a lanyard when you first get to college
What is the problem that you are experiencing? For starters I see a double comma before the match function.
 
Upvote 0
Hello tahir9, welcome to MrExcel

That formula looks good to me - what problem do you have, are you getting an error or the wrong result
 
Upvote 0
Fixed it was essentially my rows going too far down and I was getting the sum added to what the formula was giving me. Thanks for the feedback!
 
Upvote 0
can i make sheet name as criteria in SUMIFS plz reply now

Now? Please try to be a bit patient...

A2 houses a sheet name like TEXAS.

Rich (BB code):
=SUMIFS(
  INDEX(INDIRECT("'"&$A2&"'!A5:ER5000"),0,
     MATCH(B$2,INDIRECT("'"&$A2&"'!A4:ER4"),0)),
  INDIRECT("'"&A2&"'!L5:L5000"),"<>3",
  INDIRECT("'"&A2&"'!AP5:AP5000"),"<>Does Not Use Casher")
 
Upvote 0

Forum statistics

Threads
1,214,827
Messages
6,121,816
Members
449,049
Latest member
cybersurfer5000

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