Forum Discussion
mrensel27
Feb 03, 2022Copper Contributor
Extracting a text from one cell to reference another sheet
Hello! I'm trying to extract information from a different sheet within the same workbook. When looking at the attached example in the images below, the simple equation I would use is... =Clevelan...
- Feb 03, 2022
=INDIRECT("'"&E3&"'!"&E2)
Maybe with this formula. You can dynamically enter the sheetname in E3 and the cell in E2.
OliverScheurich
Feb 03, 2022Gold Contributor
=INDIRECT("'"&E3&"'!"&E2)
Maybe with this formula. You can dynamically enter the sheetname in E3 and the cell in E2.
- mrensel27Feb 09, 2022Copper ContributorThis worked perfectly for what I needed to do! Thank you so much for the help!