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...
 
Back
Top