Is it possible to determine the base name, i.e. last component of file path in Excel without defining custom VBA function?
For example, if the cell A1matters
C:\Some\deep\directory\structure\file.txt
formula in B1should use A1to return
file.txt
Any ideas?
source
share