Tatiana_k
New Member
- Joined
- Sep 16, 2014
- Messages
- 23
- Office Version
- 2010
- Platform
- Windows
Hi guys,
I need to sum all A1 across many sheets with daily data and then put the result in summary sheet and apply this formula to 365 rows in the column.
The formula works if the name of sheets in sequence is number. Number of the sheets with Data set in F1
=SUMPRODUCT(SUMIF(INDIRECT("'*"&ROW(INDIRECT("1:"&F1))&"'!A1"),"<>0"))
But my first sheet is called Summary, second sheet is called Data and the formula stops working.
Would anyone have a tip on how to solve this issue?
Thanks in advance
I need to sum all A1 across many sheets with daily data and then put the result in summary sheet and apply this formula to 365 rows in the column.
The formula works if the name of sheets in sequence is number. Number of the sheets with Data set in F1
=SUMPRODUCT(SUMIF(INDIRECT("'*"&ROW(INDIRECT("1:"&F1))&"'!A1"),"<>0"))
But my first sheet is called Summary, second sheet is called Data and the formula stops working.
Would anyone have a tip on how to solve this issue?
Thanks in advance