ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   How do I link 'tab names' to a cell in Excell spreadsheets (https://www.excelbanter.com/excel-worksheet-functions/70719-how-do-i-link-tab-names-cell-excell-spreadsheets.html)

Kathy H. H.

How do I link 'tab names' to a cell in Excell spreadsheets
 
I have received a path to link the tab name to a cell in Excel, however, it
repeats for each sheet. I would like each sheet to have its own tab name in
a cell. What I am using that does not do this is:
=RIGHT(CELL("filename"),LEN(CELL("filename"))-SEARCH(")",CELL("filename")))

Bob Phillips

How do I link 'tab names' to a cell in Excell spreadsheets
 
See http://www.xldynamic.com/source/xld.xlFAQ0002.html


--

HTH

Bob Phillips

(remove nothere from the email address if mailing direct)

"Kathy H. H." <Kathy H. wrote in message
...
I have received a path to link the tab name to a cell in Excel, however,

it
repeats for each sheet. I would like each sheet to have its own tab name

in
a cell. What I am using that does not do this is:

=RIGHT(CELL("filename"),LEN(CELL("filename"))-SEARCH(")",CELL("filename")))



Paul B

How do I link 'tab names' to a cell in Excell spreadsheets
 
Kathy, try this,

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

file must be saved first



You may also want to have a look at
http://www.xldynamic.com/source/xld.xlFAQ0002.html
--
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


"Kathy H. H." <Kathy H. wrote in message
...
I have received a path to link the tab name to a cell in Excel, however, it
repeats for each sheet. I would like each sheet to have its own tab name
in
a cell. What I am using that does not do this is:
=RIGHT(CELL("filename"),LEN(CELL("filename"))-SEARCH(")",CELL("filename")))




Kathy H. H.

How do I link 'tab names' to a cell in Excell spreadsheets
 
THANK YOU, PAUL B! IT WORKS LIKE A CHARM! KATHY H.H.

"Paul B" wrote:

Kathy, try this,

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

file must be saved first



You may also want to have a look at
http://www.xldynamic.com/source/xld.xlFAQ0002.html
--
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


"Kathy H. H." <Kathy H. wrote in message
...
I have received a path to link the tab name to a cell in Excel, however, it
repeats for each sheet. I would like each sheet to have its own tab name
in
a cell. What I am using that does not do this is:
=RIGHT(CELL("filename"),LEN(CELL("filename"))-SEARCH(")",CELL("filename")))






All times are GMT +1. The time now is 04:14 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com