referencing Excel sheet name in cell

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

Guest

I am trying to reference the name of my worksheet in a cell. IE

=sheetname(this.sheet)

output

Sheet 1

Any ideas outside of VBA? is there a function that I can use?
 
=REPLACE(CELL("Filename",A1),1,SEARCH("]",CELL("Filename",A1)),"")

which can be entered anywhere, including A1 itself.
 

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