 
					
				
		
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
| JE0001 | 
| JE0002 | 
| JE0003 | 
Desired End Result
| JE0001 | 1100: Revenue, 1200: Cash, 4000: Accounts Receivable | 
Solved! Go to Solution.
 
					
				
		
Thanks for the reply!
I used your advice but the crosstab output something along the lines of the following...
| JE Number | JE002 | JE003 | JE004 | JE005 | 
| JE002 | Revenue | |||
| JE003 | Revenue | |||
| JE004 | Revenue, Accounts Receivable | |||
| JE005 | Accounts Receivable | 
Is there a way to only have one column looking something like...
| JE Number | Accounts | 
| JE001 | Revenue | 
| JE002 | Revenue | 
| JE003 | Revenue, Accounts Receivable | 
| JE004 | Accounts Receivable | 
 
					
				
				
			
		
