How to easily get network path to the file you are working on?

后端 未结 9 934
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-08 21:44

In Excel 2003 there used to be a command that I added to my toolbar that was called Address (if I remember correctly) and it would show the fully-qualified network path to the f

9条回答
  •  天涯浪人
    2021-02-08 22:31

    You may use this formula to get the path of the file:

    =LEFT(CELL("filename"),FIND("[",CELL("filename"),1)-1)
    

提交回复
热议问题