Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can you cell reference for the title of the worksheet tab? | Excel Worksheet Functions | |||
Worksheet Title in Cell? | Excel Discussion (Misc queries) | |||
Cell display worksheet title | Excel Worksheet Functions | |||
make a cell equal a worksheet name | Excel Discussion (Misc queries) | |||
... I would like the Worksheet Tab Title to be in Cell A1 too... | Excel Discussion (Misc queries) |