Try the below in a saved workbook
=REPLACE(CELL("Filename",A1),1,FIND("]",CELL("filename",A1)),"")
Also try the below and format to excel date format
=DATEVALUE(REPLACE(CELL("Filename",A1),1,FIND("]",CELL("filename",A1)),""))
If this post helps click Yes
Ask a Question
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.