thread68-1260610
This is in reference to a thread where a user was looking to return the tab name of a cell on another worksheet. I had the same question and came up with this formula, which should work in any worksheet or excel file:
=MID(CELL("address",A1),FIND("]",CELL("address",A1),1)+3,FIND("$",CELL("address",A1),1)-FIND("]",CELL("address",A1),1)-4)
Whatever the cell is, replace A1 with it's location.
Good luck!!
This is in reference to a thread where a user was looking to return the tab name of a cell on another worksheet. I had the same question and came up with this formula, which should work in any worksheet or excel file:
=MID(CELL("address",A1),FIND("]",CELL("address",A1),1)+3,FIND("$",CELL("address",A1),1)-FIND("]",CELL("address",A1),1)-4)
Whatever the cell is, replace A1 with it's location.
Good luck!!