Forum Discussion
WittyGuy55
Jun 25, 2024Copper Contributor
EXCEL
Is there an EXCEL function that returns the current (open) filename? Is there an EXCEL function that returns the current (open) worksheet name?
- Jun 25, 2024
Perhaps
=TEXTBEFORE(TEXTAFTER(CELL("filename", A1), "["), "]")
and
=TEXTAFTER(CELL("filename", A1), "]")
SergeiBaklan
Jun 25, 2024Diamond Contributor
You may use =CELL("filename") and parse returned text. If only you are not on Excel for Web.
Lot of samples how to use, google for them.