RichardMGreen
Well-known Member
- Joined
- Feb 20, 2006
- Messages
- 2,177
Hi all
I have two separate lists I need to amalgamate into one.
Some of the items will appear in both lists, so I'll only want that item to appear once (hope that makes sense).
Here's some sample data.
List 1:
C84004
C84011
C84034
C84039
C84043
C84060
C84063
C84064
C84072
List 2:
C81026
C84004
C84011
C84018
C84023
C84034
C84039
C84043
C84046
C84060
The final list should be:
C81026
C84004
C84011
C84018
C84023
C84034
C84039
C84043
C84046
C84060
C84063
C84064
C84072
I'll need some sort of VBA/formula to do this automatically if at all possible.
TIA
I have two separate lists I need to amalgamate into one.
Some of the items will appear in both lists, so I'll only want that item to appear once (hope that makes sense).
Here's some sample data.
List 1:
C84004
C84011
C84034
C84039
C84043
C84060
C84063
C84064
C84072
List 2:
C81026
C84004
C84011
C84018
C84023
C84034
C84039
C84043
C84046
C84060
The final list should be:
C81026
C84004
C84011
C84018
C84023
C84034
C84039
C84043
C84046
C84060
C84063
C84064
C84072
I'll need some sort of VBA/formula to do this automatically if at all possible.
TIA