Good Afternoon,
Can anyone please assist in displaying the tab name in a cell value. I need to tab name to automatically update without having to manually run any macros.
I've tried using the following equation
=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255)
which works...