D
DRHannay
how do I place the sheet tab name in my spreadsheet by formula?
Excel 2003
Excel 2003
DRHannay said:how do I place the sheet tab name in my spreadsheet by formula?
Excel 2003
Paul Moles said:DRHannay said: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)