简体   繁体   中英

Matching unequal columns in excel

I have a list of people who have completed an intelligence test (names are stored in Column D) and another alphabetical list of people who have completed a second intelligence test (and their scores) in columns A and B respectively.

The list of people stored in column A is much bigger (N = 3000) than the list in column D (N = 800). I need to match Column A (and their scores) to Column D, whilst keeping Column D in the order it is in.

I have tried various MATCH and VLOOKUP functions but they do not achieve what I would like. Can anyone point me in the right direction please?

Did you try a straight foward VLOOKUP ?

=VLOOKUP(D2, A:B, 2, 0)

and drag down

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM