Forum Discussion
Ldiggins
Mar 26, 2023Copper Contributor
Selecting one cell from multiple sheets for summary page
Hi everyone, I'm sure there is an easy answer to this, but I just can't seem to find this answer through search. I have about 50+ sheets that are all the same format. I want to create a sum...
- Mar 26, 2023
With the sheet names in A2, A3 etc., enter the following formula in B2, then fill down:
=INDIRECT("'"&A2&"'!C31")
HansVogelaar
Mar 26, 2023MVP
With the sheet names in A2, A3 etc., enter the following formula in B2, then fill down:
=INDIRECT("'"&A2&"'!C31")
Ldiggins
Mar 26, 2023Copper Contributor
Rockstar! Thank you so much. Worked like a charm!