I have a sumproduct formula below on a summary sheet in a workbook which works fine. I have multiple tabs in the workbook. Is there a way i can reference each tab based on a cell and copy this formula over based on the tab name?
=SUMPRODUCT((Burt!B4:G4='Overall Summary'!V6)*(Burt!A7:A23='Overall Summary'!A20)*(Burt!B7:G23))
So this formula references tab name Burt but i want to be able to put in a cell number instead of burt and it will reference that tab and get my data. Is this possible?
For example if i have the list of tabs in the same worksheet as the formula
A1 - Burt
B1 - Smith
C1 - George
can i get the formula to do this
=SUMPRODUCT((A1!B4:G4='Overall Summary'!V6)*(A1!A7:A23='Overall Summary'!A20)*(A1!B7:G23))
=SUMPRODUCT((Burt!B4:G4='Overall Summary'!V6)*(Burt!A7:A23='Overall Summary'!A20)*(Burt!B7:G23))
So this formula references tab name Burt but i want to be able to put in a cell number instead of burt and it will reference that tab and get my data. Is this possible?
For example if i have the list of tabs in the same worksheet as the formula
A1 - Burt
B1 - Smith
C1 - George
can i get the formula to do this
=SUMPRODUCT((A1!B4:G4='Overall Summary'!V6)*(A1!A7:A23='Overall Summary'!A20)*(A1!B7:G23))