How can I cause a cell to return the sheet name i.e. sheet 1?

M

Matt

I just want the cell to give the title of the sheet. For example: Sheet 1
would be displayed in A2 if A2 had this function.
 
P

Peo Sjoblom

One way

=MID(CELL("Filename",A1),FIND("]",CELL("Filename",A1))+1,34)


you need to have saved the workbook
 
Top