Forum Discussion
TheWeetek
Jul 27, 2023Copper Contributor
How to delete duplicates in two columns
Hey, may you suggest, how to delete duplicates so, there will stay just number 4 in A column? thanks
tanayprasad
Jul 28, 2023Brass Contributor
In Cell C1, enter the following formula and drag it down-
=COUNTIF(A:A, A1) + COUNTIF(B:B, A1)
Select the entire range of data (including the C column).
Go to the "Data" tab in the Excel ribbon.
Click on the "Remove Duplicates" button in the "Data Tools" group.
In the "Remove Duplicates" dialog box, make sure only the Column C is checked. Uncheck other columns.
Click "OK."
Now, Excel will remove duplicates based on the values in the C column.
TheWeetek
Jul 30, 2023Copper Contributor
tanayprasadhey, thanks for respond, but unfortunately in this case it does this.
(if there was needed to have the numbers as before, then its not important, its for a situation, where are not predictable, what values will be in each cell.
result