Formula that links to tab name

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

Guest

If I have "August" as the name of my sheet, is there a formula that can be
used in a cell that refers to this....and so on for other months? ie...

Tab Name "August"
Cell A1 =TabName
 
Hi,

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

does the job ...

HTH
Cheers
Carim
 

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