hello
i have a long list in excel 2007 of what used to be file names that look like this:
2013.6.26,MAGAMA 219642,ZANUAH,PSD(NC,136),UCS(26.7),PL(2.9)-OK.pdf
i previously used this forum to extract the data from these file names, using variations of this formula:
=TRIM(LEFT(SUBSTITUTE(SUBSTITUTE(MID(A1,FIND(B1,A1),LEN(A1)),B1&"(",""),")",REPT(" ",255)),255))*1
this worked wonderfully but now i need some more help.
what i need to do now is to:
1. take just the date at the beginning of the text and put it in a seperate box.
2. take just the first word after the date and put that in a seperate box.
3. take just the number after the word in (2) and put it in a seperate box.
4. take the word right after the number in (3) and put it in another box.
5. when it takes the data from the parenthases after PSD, i need it to put the NC (could be either C or NC) in one box and the number in another box.
6. take the OK at the end and put it in a box (could be OK, ER or UC).
thanks in advance
yoni
Bookmarks