can I reference a sheet name in a cell as text?

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

Guest

I want to reference a sheet name within the spread sheet itself as text. I
know I can do it in a header/footer using the &[tab] function, but I'm
creating a tool that will be seldom printed. Is this possible?
 
=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255)
In some cell

HTH
GerryK
 

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