Showing Filename in Cell

  • Thread starter Thread starter Neil Holmes
  • Start date Start date
One way

=LEFT(MID(CELL("filename",A1),FIND("[",CELL("filename",A1))+1,255),FIND(".",
MID(CELL("filename",A1),FIND("[",CELL("filename",A1))+1,255))+3)

assuming you are using one period in the file name like in *.xls
 
Back
Top