Hi,
I know the very basics of excel, so be gentle with me here... (also, this is my first thread, and I did searched for similar threads, couldn't find any) so here it is
I have a sheet with only one colomn, and about 200 rows, containing alot of 'garbage'. Each few rows, I have a keyword ("REFDES=") and after this keyword I have a value ("R3254"). I need to extract only these values and to put them in one row, few colomns.
For example, if the sheet looks like this:
A 1320 1539 16 3 3 0 POWER=0.05W
A 1368 1539 16 3 3 0 INFO=FILE://NT14/APPLIC/INFOLINKS/34759211M.BAT
A 1441 1505 16 0 4 3 REFDES=R3099
A 1224 1539 16 3 3 0 FR=-
A 1336 1539 16 3 3 0 PKG_TYPE=RES0402
A 1550 1150 16 0 3 0 POWER=0.063W
A 1550 1198 16 0 3 0 INFO=FILE://NT14/APPLIC/INFOLINKS/00009319N.BAT
A 1550 1054 16 0 3 0 FR=-
A 1586 1281 16 0 4 3 REFDES=U097
A 1550 1166 16 0 3 0 PKG_TYPE=RES0402
A 1550 1102 16 0 3 0 PRICE=0.002
Then the output will look like this:
R3099 U097
(in 2 colomns).
The number of colomns should be around 12...
just for the curious ones, this file is actually a text representation of an electrical circuit.
I tried doing it myself (with MACRO), but failed.
I need it really urgent (my boss will fire me if not...) so ANY help would be really really great.
Thanks all!
Roy