shennricks
New Member
- Joined
- Apr 1, 2022
- Messages
- 9
- Office Version
- 365
- Platform
- Windows
Currently I have a formula that adds up all of the same cell on multiple sheets.
Eg:
=SUM('Sheet1:Sheet12'!K3)
What I would Ideally like to do is have corresponding columns on the front page where the user can select the sheets that they would like included in the summed data.
So there will be a column with the sheet names and then a column where the user can "x" next to it indicating it should be included in the data.
Is there an easy way to update the equation so it will loop through the range of sheets and check the condition based on a corresponding cell value on the first sheet?
Eg:
=SUM('Sheet1:Sheet12'!K3)
What I would Ideally like to do is have corresponding columns on the front page where the user can select the sheets that they would like included in the summed data.
So there will be a column with the sheet names and then a column where the user can "x" next to it indicating it should be included in the data.
Is there an easy way to update the equation so it will loop through the range of sheets and check the condition based on a corresponding cell value on the first sheet?