Tab name in a cell?

G

Guest

Is there a way to insert a tab name - or the file name - into a cell? I know
that I can put either in the header or footer.
Thanx,
John J.
 
G

Guest

=MID(CELL("filename"),FIND("]",CELL("filename"),1)+1,99)

Vaya con Dios,
Chuck, CABGx3
 
G

Guest

Thanx !

CLR said:
=MID(CELL("filename"),FIND("]",CELL("filename"),1)+1,99)

Vaya con Dios,
Chuck, CABGx3




JHJ said:
Is there a way to insert a tab name - or the file name - into a cell? I know
that I can put either in the header or footer.
Thanx,
John J.
 
P

Paul B

Your welcome
--
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
 
C

CLR

Interesting....thanks for pointing that out Gord.

Vaya con Dios,
Chuck, CABGx3


Gord Dibben said:
Chuck

Have a read at Bob Phillips' site about the dangers of not adding a cell
reference in your formula.

http://www.xldynamic.com/source/xld.xlFAQ0002.html


Gord Dibben MS Excel MVP


=MID(CELL("filename"),FIND("]",CELL("filename"),1)+1,99)

Vaya con Dios,
Chuck, CABGx3




JHJ said:
Is there a way to insert a tab name - or the file name - into a cell? I know
that I can put either in the header or footer.
Thanx,
John J.
 

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