View Single Post
  #1   Report Post  
Adrian
 
Posts: n/a
Default Displaying worksheet name in cell

Is there any way to display a worksheet name in a cell (without using macros).

I have tried =MID(CELL("filename"),FIND("]",CELL("filename"))+1,255)
but if I use this on multiple sheets in the same workbook, they all end up
displaying the same name!