Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hi,
I need a formula that will return a file name with only the folder it is in, not the entire file path. For instance, if the full path of the file is: C:\Documents and Settings\Steve\Desktop\Africa\[MyFile.xls] I would want the formula to return: Africa\[MyFile.xls] I've have a formula that will return just the file name: =MID(CELL("filename"),FIND("[",CELL("filename"))+1,FIND("]",CELL("filename"))-FIND("[",CELL("filename"))-1) And on that returns just the path: =MID(CELL("filename"),1,FIND("[",CELL("filename"))-1) But I can't figure out how to combine these two to get a partial path. Thanks Steve Mackay |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
working folder | Excel Discussion (Misc queries) | |||
The available macros list in XL; how to suppress filename from showing | Excel Discussion (Misc queries) | |||
How can I change the appearance of the folder icon | Excel Discussion (Misc queries) | |||
How do i save backup copy in a different folder | Excel Discussion (Misc queries) | |||
cannot save file - folder is read only | Excel Discussion (Misc queries) |