Thread
:
how do I place the sheet tab name in my spreadsheet by formula?
View Single Post
#
2
Paul Moles
Posts: n/a
"DRHannay" wrote:
how do I place the sheet tab name in my spreadsheet by formula?
Excel 2003
Try:
=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255)
Reply With Quote