Merge Lists Without Duplicates in Excel & Google Sheets
Written by
Reviewed by
Last updated on July 14, 2023
This tutorial demonstrates how to merge lists without duplicates in Excel and Google Sheets.
Merge Lists Without Duplicates
In Excel, you can merge two lists without duplicating any value by using the Remove Duplicates feature. Say you have two lists of names (in Columns B and C) like the ones in the picture below.
To merge these two lists in Column B and remove all duplicate values, follow these steps:
- Select and right-click the second list (C2:C6) and click Copy (or use the keyboard shortcut CTRL + C).
- Right-click on the first empty cell after the first list (e.g., B10) and click Paste (or use the keyboard shortcut CTRL + V).
- Now you have values from both columns in Column B, but there are some duplicates.
To delete the duplicates, click anywhere in the first list (B2:B15), and in the Ribbon go to Data > Remove Duplicates.
- In the pop-up window, uncheck the second column and click OK.
This removes duplicates for the first column in your data range (Column B). The contents of the second column are irrelevant, now that they’ve been copied over to Column B.
- You get the information message that three duplicate values are removed and ten unique values remain. Click OK.
- Finally, you got the merged list of values from Columns B and C in Column B, without duplicates. For clarity, it’s best to delete Column C.
The names Lisa, Robert, and Steven were in both lists; those are the three removed items.
Note: You can also use VBA code to remove duplicates in a merged list.
Merge Lists Without Duplicates in Google Sheets
- Select and right-click the second range to merge (e.g., C2:C6) and click Copy (or use the keyboard shortcut CTRL + C).
- Right-click on the first empty cell after the first list (e.g., B10) and click Paste (or use the keyboard shortcut CTRL + V).
- Now you have values from both columns in Column B, but there are some duplicates.
To delete the duplicates, click anywhere in the first list (here, B2:B15), and in the Menu, go to Data > Remove duplicates.
- In the Remove duplicates window, uncheck Select all and check Column B to compare only the values in Column B. Then click Remove duplicates.
- This brings up the information pop-up below, with the number of deleted duplicates and the number of remaining unique values.
Finally, the lists are merged, with all duplicates removed, in Column B.