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), "]")
HansVogelaar
Jun 25, 2024MVP
Perhaps
=TEXTBEFORE(TEXTAFTER(CELL("filename", A1), "["), "]")
and
=TEXTAFTER(CELL("filename", A1), "]")