Finding Only One Duplicate

frank265

New Member
Joined
Feb 5, 2013
Messages
33
Office Version
  1. 365
Platform
  1. MacOS
Hi everyone,

I'm hoping one of you excel geniuses might be able to help me out..

I have a spreadsheet with data filled from F2 - F650. In that column there are some duplicates. In Column G I want to use a formula to identify only the duplicates and not the initial entry.

So for example I would like it to look like this

[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]Item[/TD]
[TD]Status[/TD]
[/TR]
[TR]
[TD]Apples[/TD]
[TD][/TD]
[/TR]
[TR]
[TD]Apples[/TD]
[TD]Duplicate[/TD]
[/TR]
[TR]
[TD]Apples[/TD]
[TD]Duplicate[/TD]
[/TR]
</tbody>[/TABLE]

Can someone help with a formula to do this?

Thank you so much for reading this.

Frank
 
Last edited:

Excel Facts

Control Word Wrap
Press Alt+Enter to move to a new row in a cell. Lets you control where the words wrap.
Thank you so much, this is fantastic - it worked perfectly!!

I really appreciate your help njimack - thanks again! :)

Enter this into G2 then copy down as far as required...
=IF(COUNTIF(F$2:F2,F2)>1,"Duplicate","")
 
Upvote 0

Forum statistics

Threads
1,223,227
Messages
6,170,848
Members
452,361
Latest member
d3ad3y3

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