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.
 
Thx chip


Chip said:
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.



Is there a function to use the Tabname or sheetname in a cell?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top