I'm trying to figure out how to retrieve multiple values from a VLOOKUP.
There are instances where a particiular tax number may have many names attached to it, and I need to incorporate those names onto another sheet with thousands of lookup values.
For example,
Tax Number, Name
12345, jones
12345, smith
12345, doe
12345, johnson
23456, davis
23456, williams
23456, taylor
34567, smythe
(commas indicate column separation and each tax number is on a separate line)
My result should appear as:
12345, jones/smith/doe/johnson
23456, davis/williams/taylor
34567, smythe
Construction of the VLOOKUP is not a problem. It's getting all the answers.
Thanks
There are instances where a particiular tax number may have many names attached to it, and I need to incorporate those names onto another sheet with thousands of lookup values.
For example,
Tax Number, Name
12345, jones
12345, smith
12345, doe
12345, johnson
23456, davis
23456, williams
23456, taylor
34567, smythe
(commas indicate column separation and each tax number is on a separate line)
My result should appear as:
12345, jones/smith/doe/johnson
23456, davis/williams/taylor
34567, smythe
Construction of the VLOOKUP is not a problem. It's getting all the answers.
Thanks