Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Dr. Darrell
 
Posts: n/a
Default ... I would like the Worksheet Tab Title to be in Cell A1 too...

Is there a function that links the text on the Worksheet Tab to a Cell?

Darrell
  #2   Report Post  
Peo Sjoblom
 
Posts: n/a
Default ... I would like the Worksheet Tab Title to be in Cell A1 too...

One way

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


--

Regards,

Peo Sjoblom

"Dr. Darrell" wrote in message
...
Is there a function that links the text on the Worksheet Tab to a Cell?

Darrell



  #3   Report Post  
Dr. Darrell
 
Posts: n/a
Default ... I would like the Worksheet Tab Title to be in Cell A1 too.

Peo:

This seems to be a method to extract text from a string in a given cell. I
don't think it will work with the TAB. (unless the Tab has an address similar
to a cell's address.

"Peo Sjoblom" wrote:

One way

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


--

Regards,

Peo Sjoblom

"Dr. Darrell" wrote in message
...
Is there a function that links the text on the Worksheet Tab to a Cell?

Darrell




  #4   Report Post  
Peo Sjoblom
 
Posts: n/a
Default ... I would like the Worksheet Tab Title to be in Cell A1 too.

Why don't you try it

--

Regards,

Peo Sjoblom

"Dr. Darrell" wrote in message
...
Peo:

This seems to be a method to extract text from a string in a given cell. I
don't think it will work with the TAB. (unless the Tab has an address

similar
to a cell's address.

"Peo Sjoblom" wrote:

One way

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


--

Regards,

Peo Sjoblom

"Dr. Darrell" wrote in message
...
Is there a function that links the text on the Worksheet Tab to a

Cell?

Darrell






  #5   Report Post  
Dr. Darrell
 
Posts: n/a
Default ... I would like the Worksheet Tab Title to be in Cell A1 too.

I entered my file name: =MID(CELL(Test,A1),FIND("]",CELL(Test,A1))+1,32)

I entered my file name along with it's extension:
=MID(CELL(Test.xls,A1),FIND("]",CELL(Test.xls,A1))+1,32)

I entered my file name along with it's extension and it's path:
=MID(CELL('C':\Documents and Settings\Darrell.Roak.PUMP_EXCH\My
Documents\Test.xls,A1),FIND("]",CELL('C':\Documents and
Settings\Darrell.Roak.PUMP_EXCH\My Documents\Test.xls,A1))+1,32)

The result was the same: #NAME (formular result = volitile)

My worksheet Tab name is "Test Tab"

Am I supposed to substitute something for "]" ?



"Peo Sjoblom" wrote:

Why don't you try it

--

Regards,

Peo Sjoblom

"Dr. Darrell" wrote in message
...
Peo:

This seems to be a method to extract text from a string in a given cell. I
don't think it will work with the TAB. (unless the Tab has an address

similar
to a cell's address.

"Peo Sjoblom" wrote:

One way

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


--

Regards,

Peo Sjoblom

"Dr. Darrell" wrote in message
...
Is there a function that links the text on the Worksheet Tab to a

Cell?

Darrell








  #6   Report Post  
Dave Peterson
 
Posts: n/a
Default ... I would like the Worksheet Tab Title to be in Cell A1 too.

Don't make any changes with Peo's original formula. Just copy and paste
directly to the formula bar for that cell.



Dr. Darrell wrote:

I entered my file name: =MID(CELL(Test,A1),FIND("]",CELL(Test,A1))+1,32)

I entered my file name along with it's extension:
=MID(CELL(Test.xls,A1),FIND("]",CELL(Test.xls,A1))+1,32)

I entered my file name along with it's extension and it's path:
=MID(CELL('C':\Documents and Settings\Darrell.Roak.PUMP_EXCH\My
Documents\Test.xls,A1),FIND("]",CELL('C':\Documents and
Settings\Darrell.Roak.PUMP_EXCH\My Documents\Test.xls,A1))+1,32)

The result was the same: #NAME (formular result = volitile)

My worksheet Tab name is "Test Tab"

Am I supposed to substitute something for "]" ?

"Peo Sjoblom" wrote:

Why don't you try it

--

Regards,

Peo Sjoblom

"Dr. Darrell" wrote in message
...
Peo:

This seems to be a method to extract text from a string in a given cell. I
don't think it will work with the TAB. (unless the Tab has an address

similar
to a cell's address.

"Peo Sjoblom" wrote:

One way

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


--

Regards,

Peo Sjoblom

"Dr. Darrell" wrote in message
...
Is there a function that links the text on the Worksheet Tab to a

Cell?

Darrell







--

Dave Peterson
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
Possible Lookup Table Karen Excel Worksheet Functions 5 June 8th 05 09:43 PM
Why can't I link a cell from worksheet to another when it has an . FV Excel Worksheet Functions 0 April 7th 05 06:33 PM
Refrencing another cell in a worksheet that "could" exist KimberlyC Excel Worksheet Functions 1 February 7th 05 07:09 PM
GET.CELL Biff Excel Worksheet Functions 2 November 24th 04 07:16 PM
name of another worksheet in cell for reference Tom A Johnson Excel Worksheet Functions 2 November 11th 04 11:28 PM


All times are GMT +1. The time now is 09:02 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"