Excel question: →[More:]I have a column of 20 different numerical codes. Each code represents a person. Each code appears between 4 and 15 times on the spreadsheet. I'd like to add the last names attached to each code in a separate column. How do I do this easily? (I don't want to sort by codes for other reasons that are too complicated to explain.)
For example:
1234
2345
3456
4567
2345
4567
2345
3456
would become
Smith | 1234
Jones | 2345
Mouse | 3456
Santa | 4567
Jones | 2345
Santa | 4567
Jones | 2345
Mouse | 3456
Thanks!