Sorry if this is in the wrong place but this is all i could find.
My problem is I have two lists in excel one with 5000 products and another with 10000, what I want is to sort the 2nd list by the first so I get all the right products ID's matching up in the 5000 i have URL/descriptions and price. In the 10000 list i have alot of garbage data but 5000 of that data holds the category that the product is in and also the picture url.
What i want is to get excel to scan list two for all the id's in list two and then sort them next to each other so i can easily pick out all the data i want then instead of going through 10000 products can this be done?
Ive tried afew thing but they don't seem to work the way i want them.
thanks alot for your help, and saving my sanity.
Example
List 1
7000A-24
7000I-24
7000N-24
7000P-24
8000AA-1
8000AA-2
8000AA-3
8000AP
8000AP-3
List 2
35920_en_GB
35950_en_GB
4003_en_GB
40-200_en_GB
685_en_GB
686_en_GB
7000A-24_en_GB
7000I-24_en_GB
7000N-24_en_GB
I'd also like to get rid of the _en_GB i tried (trim _) but that started to cut the -24 off the end then.
My problem is I have two lists in excel one with 5000 products and another with 10000, what I want is to sort the 2nd list by the first so I get all the right products ID's matching up in the 5000 i have URL/descriptions and price. In the 10000 list i have alot of garbage data but 5000 of that data holds the category that the product is in and also the picture url.
What i want is to get excel to scan list two for all the id's in list two and then sort them next to each other so i can easily pick out all the data i want then instead of going through 10000 products can this be done?
Ive tried afew thing but they don't seem to work the way i want them.
thanks alot for your help, and saving my sanity.
Example
List 1
7000A-24
7000I-24
7000N-24
7000P-24
8000AA-1
8000AA-2
8000AA-3
8000AP
8000AP-3
List 2
35920_en_GB
35950_en_GB
4003_en_GB
40-200_en_GB
685_en_GB
686_en_GB
7000A-24_en_GB
7000I-24_en_GB
7000N-24_en_GB
I'd also like to get rid of the _en_GB i tried (trim _) but that started to cut the -24 off the end then.