I am using the following to fill a cell in my sheet with the Sheet Name
=MID(CELL(“filename”),FIND("#$",CELL(“filename”))+2,LEN(CELL(“filename”)))
If I paste this into a cell then the cell contains the Sheet Name.
However, if I then update the Sheet Name via the Sheet Tab, the Cell referenced above does not update the filename to match.
I have to re-paste the formula into the cell for it to update
I have even saved the sheet but that doesn’t force the update.
Has anybody seen a solution to this issue?