I have 1000 phone numbers in one column. how can I find out if I have duplicate phone numbers in that column?
Any formula? Thanks!
=countif(A:A,A1)>1
copied down will say TRUE if duplicated
Microsoft MVP - Excel
Where there is a will there are many ways. Pick One!
Please read the Forum Rules
If you are happy with the results, please add to the contributor's reputation by clicking the reputation icon (star icon) below
Please also mark the thread as Solved once it is solved. Check the FAQ's to see how.
Preferred Charities: Lupus Canada and Sick Kids Foundation.
Feel Free to Donate if you want to, for the assistance you received today.
You could use Conditional Formating using a formula like this to highlight duplicates:
=COUNTIF($A$1:$A1000,A1)>1
Or use the above formula in an adjacent cell to return TRUE or FALSE and then sort.
Best option: Use Advanced Filter to create a new list of unique values.
Palmetto
Do you know . . . ?
You can leave feedback and add to the reputation of all who contributed a helpful response to your solution by clicking the star icon located at the left in one of their post in this thread.
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks