From two excel coloumns i was to create a text file which will be called by what the value is in cell A1 and contain the data from cell B2. I have about 2000 rows so i need to create 2000 .txt files.
They will just open these files and try to process and if there is an error in processing this file the other process will write to a log file saying filename.txt was not processed. So this way i can know which files got processed and which did not.
Unfortunately that is how it is . So is there a way to create these txt files whichcould be in some local directory C:\jobs and then i can just pick all these files and move it to a queue so that it can start processing ?
Use Data > text to columns to parse out the data you want. The data you don't need can be ignored and not returned. This must be done on the column prior to your lookup.
Skip,
Just traded in my old subtlety...
for a NUANCE!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.