Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
How would I go about making a cell equal the name of the worksheet, in which
it is entered? I.e. in Sheet1, cell A1 equals 'Sheet1'? Is this possible? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,LEN(CELL("filename",A 1))-FIND("]",CELL("filename",A1)))
Of course, the file must have been saved at least once. -- Gary''s Student - gsnu200832 "OCA" wrote: How would I go about making a cell equal the name of the worksheet, in which it is entered? I.e. in Sheet1, cell A1 equals 'Sheet1'? Is this possible? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
this one
=MID(CELL("filename"),FIND("]",CELL("filename"))+1,31) "OCA" wrote: How would I go about making a cell equal the name of the worksheet, in which it is entered? I.e. in Sheet1, cell A1 equals 'Sheet1'? Is this possible? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
This will return the name of the active sheet in the active workbook when excel
recalculated. If you want the name of the worksheet that contains the formula, you'll want to include a cell reference like Gary's Student suggested. muddan madhu wrote: this one =MID(CELL("filename"),FIND("]",CELL("filename"))+1,31) "OCA" wrote: How would I go about making a cell equal the name of the worksheet, in which it is entered? I.e. in Sheet1, cell A1 equals 'Sheet1'? Is this possible? -- Dave Peterson |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
cell entry equal worksheet title | Excel Discussion (Misc queries) | |||
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 | |||
... I would like the Worksheet Tab Title to be in Cell A1 too... | Excel Discussion (Misc queries) |