View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
BZeyger BZeyger is offline
external usenet poster
 
Posts: 31
Default Trim content of a column

I have a worksheet that contains multiple columns. The first Column has a
file path.
I would like to trim the path to only display the file name.


For example:
A
1 C:/test/folder/File1
2 C:/test/folder/File2
3 C:/test/folder/File3
4 C:/test/folder/File4
5 C:/test/folder/File5

Would like to display:

A
1 File1
2 File2
3 File3
4 File4
5 File5