Writing the Sheet Name to a Cell

  • Thread starter Thread starter Ruan
  • Start date Start date
Hello,

Is there a formula that will display the Sheet name in a cell?

Thanks
Ruan

Hi Ruan,

Try this:

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


HTH,

Alan.
 
Back
Top