View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Duke Carey
 
Posts: n/a
Default Worksheet name in a cell

=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