How do I make a cell = the sheet name?

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 ?
 
S

Sheeloo

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)
 
S

Sheeloo

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)
 
S

Sheeloo

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...
 
S

Sheeloo

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

Top