Sumifs Indirect Contains Index Match help

Iggy 2

New Member
Joined
Jun 28, 2016
Messages
32
I have a doozie formula that i need help with. If you kind people would :)

My predicament, i am working on a summary sheet that adds values based on specific columns in specific sheets, the rows are all the same.

For example i need to add all of the row 3 data for columns labeled "JAN" in sheets whose name start with "F-"

So i don't know if i can do a combination of sumif ( indirect ( Contains"F-") but at that point i am lost as to if i can use some sort of index match in which the row is 3 and the column matches "JAN"
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
It might be possible but it would be far from practical.

First of all you would need a list of the sheets meeting the criteria, assuming that there will be various criteria, this would mean a list of all sheet names, then a second list that would use array formulas to isolate those meeting the criteria.

With a formula in a single cell that will have variable criteria this might not be too bad, but with multiple formulas each having different criteria, you would need a list for each criteria.

Normally this would be done with named ranges, but with the potential complexity of the task it could easily get out of hand. Without named ranges the number of repeated arrays with volatile functions required would likely make the workbook unusable.
 
Upvote 0
Thanks for the response. With your insight i had a different idea, in which i list out all the sheet names down and the months across, since i only needed 2 rows in particular it ended up not being that big. then i just added them up together per month in that sheet and then matched it to my summary tab. The formula i ended up using is =IFERROR(INDEX(INDIRECT("'"&$A4&"'!"&"$A$4:$AO$60"),17,MATCH(B$3,INDIRECT("'"&$A4&"'!"&"$A$4:$AO$4"),0)),0)

In wich A4 is the sheet name and B3 is the month.

Im just going to have to add rows to that file as i add more sheets. but it shouldnt be too bad to update since sheets for 4 years is only 40, so every year ill take out 10 and add 10. no problems!

Thanks for your help.
 
Upvote 0

Forum statistics

Threads
1,214,659
Messages
6,120,786
Members
448,993
Latest member
Seri

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