Hi!
I Would REALLY appreciate it if some one can help me with this!
I have multiple csv files (tables) with product data. Each csv table has a Product ID and a price. I want to compare ALL the SAME product IDs prices and delete the higher price.
e.g. (assuming all products are in one table):
ID Price
111 $5
114 $23
112 $5
111 $2
I want to (using excel or anything else) filter that list to only contain the cheapest product, so it looks like this:
ID Price
114 $23
112 $5
111 $2
So the the other product with ID 111 was deleted because it was compared to all the IDs and when it came to the last one it checked the price because it had the same ID and it deleted the record with the higher price.
I need to compare EVERY record(product ID) to EVERY other record to ensure i get all duplicates.
PLEASE PLEASE PLEASE HELP!
Thankyou
2007-04-16
02:59:20
·
3 answers
·
asked by
Pablo A
1
in
Computers & Internet
➔ Programming & Design
Thanks so much for your reply!
I probably should have mentioned tho that im a COMPLETE NEWBEE to excel and i needed step by step key press by keypress inctuctions. I will learn as i go!
thanks for your time anyways!
2007-04-16
04:05:22 ·
update #1