Excel rename images ...
Excel function to modify image filenames, it converts to all lower case, replaces spaces with hyphens and prepends a directory name to the string.
“brands” is the directory that is added.
“G2″ contains the original filename.
=CONCATENATE("brands/",LOWER(SUBSTITUTE(G2,"...
No Comments »
May 10th, 2011
Posted by askmatt


