Forum Discussion

KellyLifeview's avatar
KellyLifeview
Copper Contributor
Dec 05, 2022

Cell formula

Looking for formula to put filename of spreadsheet into cell so that it is updated. (this way can be shown in printed doc for reference)

 

  • KellyLifeview 

    You can easily place the filename in the header or footer.

    If you prefer a cell formula:

     

    =MID(CELL("filename",A1),FIND("[",CELL("filename",A1))+1,FIND("]",CELL("filename",A1))-FIND("[",CELL("filename",A1))-1)

Resources