Can the =CELL formula be used to determine the worksheet tab name.

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

Guest

The tab is named '522' and I want '522' to show up in a cell in the worksheet
such as A1. I know that =CELL can be used to get the filenam, but can it be
used to get the tab name? If not, is there another function that will?
 
Did you ever get a specific answer to your question? I'm looking for the
same info.
 
I think you can use this:

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

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