Returning Sheetname

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

Guest

Hi,

Probably an easy one but I can't work it out. I want to get the curent
sheet name and place it in cell A1. I thought I could use something like
'=CELL("Sheetname",A1) but no.
 
Andrewm try this, file must be saved first
=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255)




--
Paul B
Always backup your data before trying something new
Please post any response to the newsgroups so others can benefit from it
Feedback on answers is always appreciated!
Using Excel 2002 & 2003
 
=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,31)

HTH
Jason
Atlanta, GA
 
Worked a treeat - thanks.
--
Andrew


Jason Morin said:
=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,31)

HTH
Jason
Atlanta, GA

Andrew said:
Hi,

Probably an easy one but I can't work it out. I want to get the curent
sheet name and place it in cell A1. I thought I could use something like
'=CELL("Sheetname",A1) but no.
 
Hi,

I'm working on that problem, too. The formula you passed does not seem to work in a German environment. Can anyone help?

Markus

-------- Original Message --------
Subject: RE: Returning Sheetname (20-Mai-2005 4:08)
Worked a treeat - thanks.
--
Andrew


Jason Morin said:
=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,31)

HTH
Jason
Atlanta, GA

Andrew said:
Hi,

Probably an easy one but I can't work it out. I want to get the curent
sheet name and place it in cell A1. I thought I could use something like
'=CELL("Sheetname",A1) but no.
 
Hi Markus,

Please check the "Info_type" or the first argument that the function CELL
takes in your environment.

Mangesh




Markus Bartsch said:
Hi,

I'm working on that problem, too. The formula you passed does not seem to
work in a German environment. Can anyone help?
Markus

-------- Original Message --------
Subject: RE: Returning Sheetname (20-Mai-2005 4:08)
Worked a treeat - thanks.
--
Andrew


Jason Morin said:
=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,31)

HTH
Jason
Atlanta, GA

:

Hi,

Probably an easy one but I can't work it out. I want to get the curent
sheet name and place it in cell A1. I thought I could use something like
'=CELL("Sheetname",A1) but no.
 

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