It will take you about 10 minutes to read this article and in the next 5 minutes (or even faster if you choose the 2nd solution described in the article :) you will easily compare two Excel columns for duplicates and remove or highlight the found dupes. Okay, the countdown is started! Continue reading
Comments page 2. Total comments: 74
Thank you so much for posting this info.
Thanks.. it served my purpose.
You are amazing! I've been looking for this information for a while now, so a huge thank you!!! :-)
So incredibly helpful! Thank you!
Hi,
I have two columns as below. Would like to know how I can get the unique data from these two columns in a third column. I have provided below the sample data for merging and the expected data as well. Sample data is in Column A & B while unique data should be in Column C.
Below is the data
Column A
Apple
Orange
Banana
Strawberry
Grapes
Column B
Plums
Apple
Banana
Grapes
Blueberry
Iam looking at the below data in COlumn C
Column C
Apple
Orange
Banana
Strawberry
Grapes
Plums
Blueberry
Would be good if you could share me the excel formula for this.
Thanks for explanation
hey what is the process for the same issue in excel 2007 ?
these formulas are very helpful, but does anyone have a way to find duplicates in two columns when the data isn't an exact match? I'm comparing ISBN's, and column a contains multiple values in each cell. Column b contains one value (ISBN) per cell. So, I really need to find cells in column a that partially match the value of cells in column b. Make sense?
how delete even numbers in raw in excel such as:
A B C
1
2
3
4
1001
1002
.
.
Thanks a lot buddy. Cheers
Great Help.... Thanks a Lot
Great! Helped me :)
Thank you millions. Helped me a lot
Great...Really helped
Dear All,
Could you please help me below scenario :
I need to compare data from first sheet & second sheet and get data column A from first sheet .. for example :
First Sheet :
Original Search key & Code Id
Second Sheet :
Old Search key & Code Id
I need to compare First & Second sheet Code Id's and return Original Search key in second sheet column "C".
I tried VLOOPUP .. I am getting "#NA" value
Regards,
SSRAO
I am sorry, it is difficult to recommend you something without seeing your data.
For us to be able to assist you better, please post a small sample workbook with your data and formula on our forums.
We will look into the issue and try to help.
Hi,
I want compare two sheets data(ALL Columns) into another sheet. I don't know how it is possible please can anyone solve it.
Sheet1:
ID SALARY CLEAVE SLEAVE
12 1000 8 5
11 2000 5 6
10 1500 4 7
Sheet2:
ID SALARY CLEAVE SLEAVE
12 1000 8 5
11 2000 9 6
10 2500 4 7
I want the result like this given below,If both of the sheet have same data that will not display into the result sheet otherwise if there any difference.
Sheet 3:RESUT
RESULT
11 2000 5 6
11 2000 9 6
I want to the result like above.
Hello Alex,
Thank you for this guide. Using the formulas, is it possible to after comparing the two columns and identifying that the value is unique, instead of returning a text value of "unique" or "duplicate" to return the unique value itself?
Hi Alex,
Thank you so much for sharing this. It really helped me so much.
Thanks
How do i find duplicate value of mixed up alphabets say
abc ( Dup)
cba (Dup )
def
ghi
bcd
bca (DUp )
You need a special macro to fulfill your task. You can ask for it in the VBA sections on http://www.mrexcel.com or http://www.excelforum.com
How can i find same values in same coloumn i inserted. (i.e)if i create one column for customer phone number, in tha same column if enter one number again how can i find that?
I am sorry for a delay in response. Please have a look at the variant described in this blog post, it may help:
https://www.ablebits.com/office-addins-blog/prevent-duplicates-excel-column/
If you want to quickly find the previous occurrence, the easiest way is apply Autofilter to your table and filter according to the necessary value when it is needed. This variant is more convenient then using Find All in the column.
Merely wanted to mention I am lucky that i stumbled upon your site.
Ok, now this is the working one:
=IF(ISERROR(MATCH(B1;$A$1:$A$10000;0));”Unique”;”Duplicate”)
oh thank god for this article. Can't believe how hard it is to find info online on comparing two columns and deduping.
It highlights the B1,$A$1 part.
First of all, thanks for the article, but...
This formula doesn't work for me:
=IF(ISERROR(MATCH(B1,$A$1:$A$10000,0)),"Unique","Duplicate")
Hi, I completely understand your question. This was the same problem with me in excel.
And then I got a YouTube channel ( Learn With Lokesh Lalwani) I always learn everything about the excel this channel. I would like to suggest that you can also learn from this channel.
Thanks
You just saved me a ton of stress.
I really really appreciate you for this.
From Nigeria, Regards!
It didn't work for me either. But this did
=IF(ISERROR(MATCH(B2|$A$2:$A$10000|0))|"Unique"|"Duplicate")
Awesome, just as you said took few min to read the article and my job was completed in less than a min.
I can't believe you taught me how to use Excel. Usually it seems so opaque that I give up before trying.
Thanks!
Alex
Thanks for the help. This worked like a charm!!!
To the point information, very nice, thx for sharing this information.
Thanks for sharing.
Thanks for sharing. Its very useful :)
Really this article is very useful one.
This is a great well written guide. Thanks for the help.
Thanku so much , Really save lot of work and efforts..
Thank you so much... saved me hours of work.
Malene
Big Thankyou for the clear and immensly helpful tips. Also thanks to Google for searching your link for me :)
Thanks this puts me in safe hands of the excel
Thanks for sharing it. It is a great help to me in fulfill a project which is based on excel sheet. Thanks once again.
Ur post is superb. Thanks for doing it and educating us.
Awesome, very helpful.
Thanks for posting.