brandonmcg
New Member
- Joined
- Jan 14, 2009
- Messages
- 43
- Office Version
- 2016
- Platform
- Windows
I have a list that has two columns. The first column is an account number. The second column is a customer identifier or tax ID.
A customers Tax ID in column B can have five or more account numbers in Column A
Is there a way to match all of the associated account numbers?
B2 matches B3 and B5.
List the other account numbers in columns right of B. There can be as many as 20 account number matches per ID.
Making sense?
A customers Tax ID in column B can have five or more account numbers in Column A
Is there a way to match all of the associated account numbers?
B2 matches B3 and B5.
List the other account numbers in columns right of B. There can be as many as 20 account number matches per ID.
Making sense?
Account Number | ID | Match 1 | Match 2 |
123 | 111 | 789 | 852 |
123 | 111 | 789 | 852 |
789 | 111 | 123 | 852 |
456 | 222 | ||
852 | 111 | 123 | 789 |