Sheet References in Cell

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Is there a function that returns the name of a sheet, like sheet3, that appears on the sheet's tab?
 
If you have saved the workbook

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



--

Regards,

Peo Sjoblom

George L said:
Is there a function that returns the name of a sheet, like sheet3, that
appears on the sheet's tab?
 

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