is there a formula to check for duplicate names in a column?
is there a formula to check for duplicate names in a column?
Yes you can use conditional formatting to check. Go to the conditional formatting tab in the ribbon and go to HIGHLIGHT CELLS, duplicate values
STOP! CONTINENTAL DRIFT.
That's not available in Excel 2003
Hope that helps.
RoyUK
--------
For Excel Tips & Solutions, free examples and tutorials why not check out my web site
Free DataBaseForm example
@Bryan, be sure to take note the Excel Version the OP is using (under their name on the left). There is no ribbon or CF for duplicates in Excel 2003.
@Imance, if the names are in column A starting at A2, you can use another column to flag duplicates. I like to NOT flag the first occurance, but flag all the others. In an adjacent column put this in row 2:
=IF(COUNTIF($A$2:$A2, $A2)>1, "Dupe", "")
....and copy down. The word "Dupe" will appear on the 2nd+ occurrences of any value n column A.
You could do the same thing in conditional formatting in the original data.
1) Highlight the range A2:A100 (however far down the data goes)
2) Format > Conditional Formatting > Condition1:
Formula Is: =COUNTIF($A$2:$A2, $A2)>1
Format... Pattern... Red
_________________
Microsoft MVP 2010 - Excel
Visit: Jerry Beaucaire's Excel Files & Macros
If you've been given good help, use theicon below to give reputation feedback, it is appreciated.
Always put your code between code tags. [CODE] your code here [/CODE]
?None of us is as good as all of us? - Ray Kroc
?Actually, I *am* a rocket scientist.? - JB (little ones count!)
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks