Sheet Tab name

  • Thread starter Thread starter SS
  • Start date Start date
S

SS

Hi

Does anyone know if there is a way to pick up the sheet name in a cell?

Thanks
Shona
 
=MID(CELL("filename",A1),1+FIND("]",CELL("filename",A1)),255)

Workbook needs to be saved before the above will work.
You may wish to substitute the cellreference of the calling formula instead
of A1, if there is a risk of Row 1 or Column A being deleted at some later
date.
 
Does anyone know if there is a way to pick up the sheet name in a cell?

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

File must be saved before this will work.

Rgds,
Andy
 

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

Similar Threads


Back
Top