Absolute path
I have the following formula for the current workbookname.
=MID(CELL("filename",$A$1),FIND("[",CELL("filename",$A$1))+1,FIND("]",CELL("filename",$A$1))-FIND("[",CELL("filename",$A$1))-1)
Please help me with a formula for its absolute path.
Thanks
|