Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Kathy H. H.
 
Posts: n/a
Default 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")))
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Bob Phillips
 
Posts: n/a
Default 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")))


  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Paul B
 
Posts: n/a
Default 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")))



  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Kathy H. H.
 
Posts: n/a
Default 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")))




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
hyperlink - link one cell to another in a worksheet. how? Drewz Excel Worksheet Functions 1 October 20th 05 04:09 PM
Replace a spreadsheets named cells/ranges with exact cell address. David McRitchie Excel Discussion (Misc queries) 0 September 28th 05 08:59 PM
copying cell names Al Excel Discussion (Misc queries) 12 August 11th 05 03:01 PM
Replace range names with cell references? KH Excel Worksheet Functions 2 August 2nd 05 01:09 AM
EXCEL LINK CELL FORMULA MDL2005 Excel Worksheet Functions 3 March 18th 05 01:49 PM


All times are GMT +1. The time now is 05:44 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"