Adding an IF statement to find duplicates in column and identify duplicates in another cell

JPBREWER25

New Member
Joined
Oct 28, 2015
Messages
3
I am trying to find an easy way to distinguish duplicate values in a column. Then in another column/cell place the word "DUPLICATE". I cant seem to get the IF formula right. Who can help?

So lets say I am trying to find duplicates in a range D1:D2000 then in another Cell place the word "DUPLICATE" IF there is a duplicate in that range?

I used a Conditional Format to find them and Format the cells to distinguish duplicates already, but the BOSS wants the word "DUPLICATE" in another cell in the row of the duplicates.
 

Excel Facts

Fastest way to copy a worksheet?
Hold down the Ctrl key while dragging tab for Sheet1 to the right. Excel will make a copy of the worksheet.
I apologize but I am a NOOB when it comes to IF statements. I get the range part but the formula, but where do I put the cell I want "duplicate" to show up in, A2?
In my case here: =IF(COUNTIFS(D:D,O4) > 1,"Duplicate","") but that does not seem to work? Your formula works of course as I tested it. Thanks for your help!!!

 
Upvote 0
DO
15/26/2015Imperial011-461-0181$320 3 $0 duplicate
15/26/2015Imperial011-461-0181$320 3 $0 duplicate

<colgroup><col><col><col><col><col span="11"></colgroup><tbody>
</tbody>

I would like it to look like this but that last formula =IF(COUNTIF($D$1:$D$2000,D1)>1,"Duplicate","") is not working like I want it to?

excel%20screenshot.jpg
 
Upvote 0

Forum statistics

Threads
1,215,480
Messages
6,125,048
Members
449,206
Latest member
Healthydogs

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top