A
andrew.mead
This is hard to visualize, but basically I have a spreadsheet with a
couple of Columns. Column A can contain duplicate part numbers and
Column B contains a person.
A B
12345 Billy
12346 John
12346 Peter
12346 James
12347 Andy
I can't really use a vlookup, but I'm interested in somehow splitting
the data up across multiple columns (by the use of a formula) so that
column A no longer contains multiple part numbers. New columns would
be created to accommodate the other entries in Column B. (i.e. I only
want one cell that contains "12346" and columns C & D would now
contain Billy and James, respectively)
So now I'd have:
A B C D
12345 Billy
12346 John Peter James
12347 Andy
couple of Columns. Column A can contain duplicate part numbers and
Column B contains a person.
A B
12345 Billy
12346 John
12346 Peter
12346 James
12347 Andy
I can't really use a vlookup, but I'm interested in somehow splitting
the data up across multiple columns (by the use of a formula) so that
column A no longer contains multiple part numbers. New columns would
be created to accommodate the other entries in Column B. (i.e. I only
want one cell that contains "12346" and columns C & D would now
contain Billy and James, respectively)
So now I'd have:
A B C D
12345 Billy
12346 John Peter James
12347 Andy