myempyrean
New Member
- Joined
- May 26, 2011
- Messages
- 2
Long time reader, first time poster.
I've looked for hours on the board for a solution here, so I apologize if this is a duplicate. I'm fairly newbie at some of these complicated formulas. Briefly, here's my input table and desired output table:
Input - Sheet 1:
Entry Value
ag1 pl1
ag3 pl2
ag3 pl3
ag2 pl4
ag1 pl5
ag2 pl2
ag4 pl3
ag5 pl1
NOTE: These values come from an exported document and are pasted into the worksheet. The order in which these are entered varies every week, and the list is ~5000 items long.
Output - Sheet 2:
Entry Value
ag1 pl1 & pl5
ag4 pl3
ag2 pl4 & pl2
ag3 pl2 & pl3
ag5 pl1
NOTE: In no particular order. The Value must match the Entry such that the table can be filtered. The Entries are singular on Sheet 2 and pre-existing, but the Values must match and be concatenated within the cell.
Ideally, the Sheet 2: Value column is the only formula within the cell, but it may be possible to add additional columns.
Looking for the least expensive (cpu wise) solution... but really any solution would be amazing right now. Vlookup has its challenges with multiple entreis, and I've been monkeying around with Index/Match but haven't come up with a working solution yet.
Thank you all very much in advance for your help.
-Chris
I've looked for hours on the board for a solution here, so I apologize if this is a duplicate. I'm fairly newbie at some of these complicated formulas. Briefly, here's my input table and desired output table:
Input - Sheet 1:
Entry Value
ag1 pl1
ag3 pl2
ag3 pl3
ag2 pl4
ag1 pl5
ag2 pl2
ag4 pl3
ag5 pl1
NOTE: These values come from an exported document and are pasted into the worksheet. The order in which these are entered varies every week, and the list is ~5000 items long.
Output - Sheet 2:
Entry Value
ag1 pl1 & pl5
ag4 pl3
ag2 pl4 & pl2
ag3 pl2 & pl3
ag5 pl1
NOTE: In no particular order. The Value must match the Entry such that the table can be filtered. The Entries are singular on Sheet 2 and pre-existing, but the Values must match and be concatenated within the cell.
Ideally, the Sheet 2: Value column is the only formula within the cell, but it may be possible to add additional columns.
Looking for the least expensive (cpu wise) solution... but really any solution would be amazing right now. Vlookup has its challenges with multiple entreis, and I've been monkeying around with Index/Match but haven't come up with a working solution yet.
Thank you all very much in advance for your help.
-Chris