V
Vince
The following formula works great if you want the cell name to be the current
sheet.
=MID(CELL("filename",a1),SEARCH("]",CELL("filename",a1))+1,1024)
Is there a way to reference a different sheet? For example is there a way
for Sheet 1 Cell B3 to show the name of Sheet 3?
Thanks for you help
sheet.
=MID(CELL("filename",a1),SEARCH("]",CELL("filename",a1))+1,1024)
Is there a way to reference a different sheet? For example is there a way
for Sheet 1 Cell B3 to show the name of Sheet 3?
Thanks for you help