Worksheet Reference

  • Thread starter Thread starter jtscpa
  • Start date Start date
=MID(CELL("filename",$A$1),FIND("]",CELL("filename",$A$1))+1,255)
 
Hi,

You can display the worksheet name in the cell using the below formula.

=RIGHT(CELL("filename",A1),LEN(CELL("filename",A1))-FIND("]",CELL("filename",A1)))

But before using this one, u need to save.

Regards,
Soundar.
 

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