revver
Active Member
- Joined
- Dec 20, 2007
- Messages
- 257
I have a column (D) of fully qualified file names eg
D:\folder\another folder\bigfolder\filename.bmp
D:\largefolder\morefolder\folder\another folder\nextfolder\smallfile.jpg
I want to extract just the filename to column G.
To do this I expect I will need to search backwards through the filename string looking for the final "\"
From that I can just slice off the filename I want.
Is there a nest of intrinsic functions I can use or is it easier to create a user defined function?
D:\folder\another folder\bigfolder\filename.bmp
D:\largefolder\morefolder\folder\another folder\nextfolder\smallfile.jpg
I want to extract just the filename to column G.
To do this I expect I will need to search backwards through the filename string looking for the final "\"
From that I can just slice off the filename I want.
Is there a nest of intrinsic functions I can use or is it easier to create a user defined function?