How do I output the worksheet name in cell?

K

KL

Hi Sloth,

Try this:

=RIGHT(CELL("filename",A1),LEN(CELL("filename",A1))-FIND("]",CELL("filename",A1)))

Note: this formula will work if your workbook has been saved at least once.

Regards,
KL
 
Top