I have a list of journal entries on one side and I have a list accounts associated with each entry on the other. Is there a way to use the join tool to combine the accounts of each entry?
Ex:
List 1
| JE0001 | 1100: Revenue |
| JE0001 | 1200: Cash |
| JE0001 | 4000: Accounts Receivable |
JE0005 | XX |
| JE0005 | XX |
List 2
Desired End Result
| JE0001 | 1100: Revenue, 1200: Cash, 4000: Accounts Receivable |