Forum Discussion
Jes Dideriksen
Jun 23, 2018Copper Contributor
Capture sheet name
When using the referencing or lookup functions, I frequently need to "capture" the name of a sheet. The function "Sheet" returns only the number of the sheet, even though a http://www.excelfunctions...
- Jun 23, 2018
That's only VBA or parse result of the
=CELL("filename",<cell>)
Jes Dideriksen
Jun 23, 2018Copper Contributor
Hi Sergei
Of course, you're right. there is nothing wrong with the example.
Anyone else that know of a function that reveals the sheet name?
SergeiBaklan
Jun 23, 2018Diamond Contributor
That's only VBA or parse result of the
=CELL("filename",<cell>)
- Jes DideriksenJun 23, 2018Copper Contributor
Thanks. I'll try that.