Hi,
I have a list of ID's but in the same list there are duplicates, then I have my consolidation sheet without any duplicates, my issue is that I need to have the contents of a different column for each of the ID's.
Data sheet example
Column A (ID) | Column D (Result)
1111 first
2222 other
1111 second
3333 another test
2222 other two's
1111 third
Consolidation sheet
Column A (ID) | Incident 1 | Incident 2 | Incident 3
1111 first second third
2222 other other two's
3333 another test
Is there any formula/vba which could perform something similar?
Many Thanks for your time,
I have a list of ID's but in the same list there are duplicates, then I have my consolidation sheet without any duplicates, my issue is that I need to have the contents of a different column for each of the ID's.
Data sheet example
Column A (ID) | Column D (Result)
1111 first
2222 other
1111 second
3333 another test
2222 other two's
1111 third
Consolidation sheet
Column A (ID) | Incident 1 | Incident 2 | Incident 3
1111 first second third
2222 other other two's
3333 another test
Is there any formula/vba which could perform something similar?
Many Thanks for your time,