Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Assume your invoice numbers are in column A:
In an empty ("helper") column put the following formula and copy down until the last invoice row. Change column to suit. =IF(COUNTIF(A:A,"=" &A1)1,"Duplicate","") Duplicate invoices will have "Duplicate" in the column. If invoice 123456 appears 3 times, each occurence will have "Duplicate" in your "helper" column HTH "Damondism's" wrote: I have a spreadsheet with thousands of invoice numbers, i need to identify duplicate numbers within a specific column. I'm not great with excel, lay-terms would be appreciated =) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Conditional Format as a MACRO | Excel Worksheet Functions | |||
Avoid duplicate number entry when only start and stop numbers given. | Excel Discussion (Misc queries) | |||
Creating a column of numbers from a column with some blanks? | Excel Discussion (Misc queries) | |||
Average of numbers in column between to other numbers | Excel Discussion (Misc queries) | |||
How do I prevent duplicate numbers from being entered in a column. | Excel Discussion (Misc queries) |