Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am attempting to get a cell to return the worksheet name. I am certain
there is a function that should do this, but I haven't found it. Any help is appreciated. Thanks, Charlie |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=MID(CELL("filename",$A$1),FIND("]",CELL("filename",$A$1))+1,100)
"Charlie" wrote: I am attempting to get a cell to return the worksheet name. I am certain there is a function that should do this, but I haven't found it. Any help is appreciated. Thanks, Charlie |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Duke,
That is great! Many thanks and God bless. Charlie "Duke Carey" wrote: =MID(CELL("filename",$A$1),FIND("]",CELL("filename",$A$1))+1,100) "Charlie" wrote: I am attempting to get a cell to return the worksheet name. I am certain there is a function that should do this, but I haven't found it. Any help is appreciated. Thanks, Charlie |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Need to add cell comments in unlocked cell on protected worksheet | Excel Discussion (Misc queries) | |||
Comparing a list to a Calendar worksheet. | Excel Worksheet Functions | |||
Conversion of Cell Contents into a Functional Worksheet name ? | Excel Worksheet Functions | |||
Possible Lookup Table | Excel Worksheet Functions | |||
Refrencing another cell in a worksheet that "could" exist | Excel Worksheet Functions |