Sheet References in Cell

G

George L

Is there a function that returns the name of a sheet, like sheet3, that appears on the sheet's tab?
 
P

Peo Sjoblom

If you have saved the workbook

=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,32)



--

Regards,

Peo Sjoblom

George L said:
Is there a function that returns the name of a sheet, like sheet3, that
appears on the sheet's tab?
 
Top