How do I make a cell = the sheet name?

  • Thread starter Thread starter adam
  • Start date Start date
A

adam

How do I make a cell only display the name of the sheet? without writing e.g
"sheet1"
Is there a formula such as =sheetname ?
 
File must be saved at least once for the formula to work...

Try in any cell
=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,256)
 
File must be saved at least once for the formula to work...

Try in any cell
=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,256)
 
You are most welcome. Thanks for the feedback.

Try to get into the habit of using Google... it will save you time and teach
new things...
 
You are most welcome. Thanks for the feedback.

Try to get into the habit of using Google... it will save you time and teach
new things...
 

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