Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
OCA OCA is offline
external usenet poster
 
Posts: 2
Default cell entry equal worksheet title

Is it possible to make a cell entry automatically equate to the name of a
worksheet (as displayed in the tab at the bottom of the screen)?
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,311
Default cell entry equal worksheet title

The workbook has to be saved for this to work.

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

HTH,
Paul

--

"OCA" wrote in message
...
Is it possible to make a cell entry automatically equate to the name of a
worksheet (as displayed in the tab at the bottom of the screen)?



  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 11,501
Default cell entry equal worksheet title

Try,

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

Mike

"OCA" wrote:

Is it possible to make a cell entry automatically equate to the name of a
worksheet (as displayed in the tab at the bottom of the screen)?

  #4   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,358
Default cell entry equal worksheet title

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


"OCA" wrote:

Is it possible to make a cell entry automatically equate to the name of a
worksheet (as displayed in the tab at the bottom of the screen)?

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default cell entry equal worksheet title

John

You must include a cell reference.

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

See Bob Phillips' site for explanation.

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


Gord Dibben MS Excel MVP



On Wed, 13 Aug 2008 09:18:18 -0700, John C <johnc@stateofdenial wrote:

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




  #6   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,358
Default cell entry equal worksheet title

Um, actually, no, I don't. My formula works absolutely fine. Perhaps you
should test something before declaring it is incorrect?
--
John C


"Gord Dibben" wrote:

John

You must include a cell reference.

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

See Bob Phillips' site for explanation.

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


Gord Dibben MS Excel MVP



On Wed, 13 Aug 2008 09:18:18 -0700, John C <johnc@stateofdenial wrote:

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



  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,358
Default cell entry equal worksheet title

I see what you are saying now, but that being said, my function still works. :)
--
John C


"Gord Dibben" wrote:

John

You must include a cell reference.

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

See Bob Phillips' site for explanation.

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


Gord Dibben MS Excel MVP



On Wed, 13 Aug 2008 09:18:18 -0700, John C <johnc@stateofdenial wrote:

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



  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default cell entry equal worksheet title

Enter your formula on Sheet1.........returns Sheet1

Enter your formula on Sheet2............returns Sheet2

Switch back to Sheet1.

See anything amiss?

I would not say "it works"


Gord

On Wed, 13 Aug 2008 15:26:01 -0700, John C <johnc@stateofdenial wrote:

I see what you are saying now, but that being said, my function still works. :)


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
Can you cell reference for the title of the worksheet tab? Rob Excel Worksheet Functions 1 October 18th 06 04:37 PM
Worksheet Title in Cell? BillT Excel Discussion (Misc queries) 2 August 28th 06 03:48 PM
Cell display worksheet title Jim Marchiori Excel Worksheet Functions 1 August 23rd 06 10:35 PM
make a cell equal a worksheet name cyndi Excel Discussion (Misc queries) 3 June 22nd 06 09:31 PM
... I would like the Worksheet Tab Title to be in Cell A1 too... Dr. Darrell Excel Discussion (Misc queries) 11 October 28th 05 02:47 PM


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