Forum Discussion

MMM-IT's avatar
MMM-IT
Copper Contributor
Aug 03, 2021

Automatic update of Cell filename Worksheet name value from one sheet to the other

Hello,   I have used a formula to recover the worksheet name in a cell and when switching from one sheet to the other the update is not done in the cell - is there an option I missed that will allo...
  • MMM-IT

     

    I've had this issue before. It'll give me the same Value in all the sheets.... But, reference the cell that you're using this for. I have different tabs for different dates and they all USED TO have the same dates until I used Formula Below: ("B1" is the cell I used for this formula) All sheets will update in accordance with your tab name.

     

    =RIGHT(CELL("Filename",B1),LEN(CELL("Filename",B1))-FIND("]",CELL("Filename",B1))) 

Resources