I’m hoping someone can provide some insight into a particularly perplexing problem I’m having with Excel.
Let’s say I have some data:
A B
------------------- ----------------
373 Alexander
364 Galvin
417 Johnson
373 Mathewson
363 Spahn
511 Young
What I would like to do is get the output to look like this without actually doing a sort.
C D
------------------- ----------------
511 Young
417 Johnson
373 Alexander
373 Mathewson
364 Galvin
363 Spahn
I know I can order the data in column C using the LARGE function. And, if there were no duplicates in C, I could use VLOOKUP to populate D. The problem, however is that there are two names with a value of 373. As a result, VLOOKUP will populate D with “Alexander” (or “Mathewson”) for both values.
Is there a way to get the data in the format that I want, considering the fact that there are duplicate values in column A?
Thanks,
Zev Steinhardt