SUMIF in INDEX function

lemonap618

New Member
Joined
Oct 26, 2012
Messages
33
Hello All,
I have a quick question. I'm trying to write a formula that will use the values in both cells A7 (employee name) and P6 (date) to be used as the criteria in a sumif function. The range is where I'm struggling as I would like the formula to look at all the individual worksheets in the workbook. Is that possible? Finally, the sum range would be in a different column in each workbook, so the sum range would have to look for the "date" column header. I hope I'm making sense here.
Any and all help is appreciated!

Regards,
Andrew
 

Excel Facts

Excel motto
Not everything I do at work revolves around Excel. Only the fun parts.
Hi All,
I think I was being confusing hahaha.
So I strung together vlookup statements which got me the answer; however, when I go to add another month of data, I will have to shift the vlookup to the next column. I am looking for a more intuitive way to present the following:

Code:
=IFERROR(VLOOKUP(A7,SE_EL_2019_agile!A:F,6,0),IFERROR(VLOOKUP(A7,SE_agile_Mercury1!A:F,6,0),IFERROR(VLOOKUP(A7,SE_PCB_2019!A:F,6,0),IFERROR(VLOOKUP(A7,SE_PCB_2019_agile!A:F,6,0),IFERROR(VLOOKUP(A7,SE_Cloud1!A:F,6,0),IFERROR(VLOOKUP(A7,SE_agile_Cloud1!A:F,6,0),IFERROR(VLOOKUP(A7,SE_Skylight1!A:F,6,0),IFERROR(VLOOKUP(A7,SE_agile_Skylight1!A:F,6,0),0))))))))
 
Upvote 0

Forum statistics

Threads
1,214,919
Messages
6,122,260
Members
449,075
Latest member
staticfluids

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