L
LPatt
Is there a formula to make cell A5 show the name of the tab for that sheet
automatically?
Thank you for any help
automatically?
Thank you for any help
Biff said:Try this:
=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255)
The file must already exist. In other words, it must have already been saved
and given a name.
Biff
LPatt said:Is there a formula to make cell A5 show the name of the tab for that sheet
automatically?
Thank you for any help
LPatt said:Thank you it worked perfectly!!
Biff said:Try this:
=MID(CELL("filename",A1),FIND("]",CELL("filename",A1))+1,255)
The file must already exist. In other words, it must have already been
saved
and given a name.
Biff
LPatt said:Is there a formula to make cell A5 show the name of the tab for that
sheet
automatically?
Thank you for any help
more than one way to skin a cat
=RIGHT(CELL("filename",IV1),LEN(CELL("filename",IV1))-FIND("]",CELL("filename",IV1),1))
the cell eference IV1 can be any cell reference,it seems to work without a
cell reference but things start to go wrong if you copy tht sheet or workbook.
It anchors that formula to that sheet.
--
paul
[email protected]
remove nospam for email addy!
LPatt said:Is there a formula to make cell A5 show the name of the tab for that sheet
automatically?
Thank you for any help