#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Nicola
 
Posts: n/a
Default Formula

Can you tell me how to reference a sheet tab name within Excel. I can't
remember what to do. Thanks
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Don Guillett
 
Posts: n/a
Default Formula

!
sheet3!a1

--
Don Guillett
SalesAid Software

"Nicola" wrote in message
...
Can you tell me how to reference a sheet tab name within Excel. I can't
remember what to do. Thanks



  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Nicola
 
Posts: n/a
Default Formula

thanks but I think my question wasn't clear enough.

I need to enter a formula that returns the name of the worksheet e.g. if the
worksheet was named June I need the formula to return the result June - hope
this makes for sense.

"Don Guillett" wrote:

!
sheet3!a1

--
Don Guillett
SalesAid Software

"Nicola" wrote in message
...
Can you tell me how to reference a sheet tab name within Excel. I can't
remember what to do. Thanks




  #4   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Gearoid
 
Posts: n/a
Default Formula

Try this -

=RIGHT(CELL("filename"),LEN(CELL("filename"))-FIND("]",CELL("filename"),1))

(cell("filename") returns full information including path to the
current worksheet). The worksheet name is the last piece of information
in the string and just before the worksheet name appears a closed
square bracket (]). Once you find that in the string, you just need all
remaining characters in the string after the ]

Ger



Nicola wrote:
thanks but I think my question wasn't clear enough.

I need to enter a formula that returns the name of the worksheet e.g. if the
worksheet was named June I need the formula to return the result June - hope
this makes for sense.

"Don Guillett" wrote:

!
sheet3!a1

--
Don Guillett
SalesAid Software

"Nicola" wrote in message
...
Can you tell me how to reference a sheet tab name within Excel. I can't
remember what to do. Thanks





  #5   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Nicola
 
Posts: n/a
Default Formula

thanks but it returned #value error!

"Gearoid" wrote:

Try this -

=RIGHT(CELL("filename"),LEN(CELL("filename"))-FIND("]",CELL("filename"),1))

(cell("filename") returns full information including path to the
current worksheet). The worksheet name is the last piece of information
in the string and just before the worksheet name appears a closed
square bracket (]). Once you find that in the string, you just need all
remaining characters in the string after the ]

Ger



Nicola wrote:
thanks but I think my question wasn't clear enough.

I need to enter a formula that returns the name of the worksheet e.g. if the
worksheet was named June I need the formula to return the result June - hope
this makes for sense.

"Don Guillett" wrote:

!
sheet3!a1

--
Don Guillett
SalesAid Software

"Nicola" wrote in message
...
Can you tell me how to reference a sheet tab name within Excel. I can't
remember what to do. Thanks







  #6   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Roger Govier
 
Posts: n/a
Default Formula

Hi Nicola

The workbook needs to have been saved before this can work.

--
Regards

Roger Govier


"Nicola" wrote in message
...
thanks but it returned #value error!

"Gearoid" wrote:

Try this -

=RIGHT(CELL("filename"),LEN(CELL("filename"))-FIND("]",CELL("filename"),1))

(cell("filename") returns full information including path to the
current worksheet). The worksheet name is the last piece of
information
in the string and just before the worksheet name appears a closed
square bracket (]). Once you find that in the string, you just need
all
remaining characters in the string after the ]

Ger



Nicola wrote:
thanks but I think my question wasn't clear enough.

I need to enter a formula that returns the name of the worksheet
e.g. if the
worksheet was named June I need the formula to return the result
June - hope
this makes for sense.

"Don Guillett" wrote:

!
sheet3!a1

--
Don Guillett
SalesAid Software

"Nicola" wrote in message
...
Can you tell me how to reference a sheet tab name within Excel.
I can't
remember what to do. Thanks







  #7   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Mark0
 
Posts: n/a
Default Formula

I was looking for this answer also (great minds think alike), but how would
you adjust this to get the tab name of ANOTHER tab in ANOTHER file..?

Thanks,
-Mark

"Roger Govier" wrote:

Hi Nicola

The workbook needs to have been saved before this can work.

--
Regards

Roger Govier


"Nicola" wrote in message
...
thanks but it returned #value error!

"Gearoid" wrote:

Try this -

=RIGHT(CELL("filename"),LEN(CELL("filename"))-FIND("]",CELL("filename"),1))

(cell("filename") returns full information including path to the
current worksheet). The worksheet name is the last piece of
information
in the string and just before the worksheet name appears a closed
square bracket (]). Once you find that in the string, you just need
all
remaining characters in the string after the ]

Ger



Nicola wrote:
thanks but I think my question wasn't clear enough.

I need to enter a formula that returns the name of the worksheet
e.g. if the
worksheet was named June I need the formula to return the result
June - hope
this makes for sense.

"Don Guillett" wrote:

!
sheet3!a1

--
Don Guillett
SalesAid Software

"Nicola" wrote in message
...
Can you tell me how to reference a sheet tab name within Excel.
I can't
remember what to do. Thanks








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
Match then lookup Tenacity Excel Worksheet Functions 9 December 3rd 05 05:30 AM
Formula Problem - interrupted by #VALUE! in other cells!? Ted Excel Worksheet Functions 17 November 25th 05 05:18 PM
Formula checking multiple worksheets sonic-the-mouse Excel Worksheet Functions 2 June 5th 05 03:28 AM
Creating a check mark box MarthaSue Setting up and Configuration of Excel 18 April 28th 05 12:31 AM
Match / Vlookup within an Array formula Hari Prasadh Excel Discussion (Misc queries) 3 February 3rd 05 04:37 PM


All times are GMT +1. The time now is 07:48 AM.

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

About Us

"It's about Microsoft Excel"