Hi guys
Problem. I have imported 2 CSV's in excel. Each CSV in a separate sheet. One contains about 20000 records the other one about 15000. A lot of diffs.
I want to create a third sheet where the first CSV is lined up next to the other CSV and with a sort on the first 3 columns of each CSV. I can send you the excel with both CSV's in a separate sheet if needed.
To put this in an example:
CSV1:
A B C D (columns)
a b c d
a b c e
a b d d
a c c d
CSV2:
A B C D (columns)
a b c d
a b c b
a b d d
a b c e
Result in third sheet:
A B C D E (=A CSV2) F(=B CSV2) G(=C CSV2) H(=D CSV2) columns I (result)
a b c d a b c d equal
a b c e a b c e equal (same entry in CSV2 is on 4th row, so it must also search to equal rows and line them up)
a b d d a b d d equal
a c c d - - - - new (- = empty cell)
- - - - a b c b new (- = empty cell)
If you can help me out with some kind of formula that would be great !
Thanks in advance
Bart
Bookmarks