Forum Discussion
sanjaydev
Mar 09, 2024Copper Contributor
compare two lists and extract the unique list
compare two lists and extract the unique list
- Mar 09, 2024
sanjaydev Provided you are using Excel365 you could use this:
=UNIQUE(VSTACK(NewList,OldList),,TRUE)NewList and OldList refer to the relevant ranges of the two lists. That is, A2:G14 and I2:O14.
Riny_van_Eekelen
Mar 09, 2024Platinum Contributor
sanjaydev Provided you are using Excel365 you could use this:
=UNIQUE(VSTACK(NewList,OldList),,TRUE)
NewList and OldList refer to the relevant ranges of the two lists. That is, A2:G14 and I2:O14.