Auto insert tab name in cell

  • Thread starter Thread starter Norm
  • Start date Start date
Norm,

Use the following formula:

=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,99)

The file must have been saved for this to work.
 
Back
Top