Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
IN A WORKSHEET CONTAINING 1000 NOS HOW CAN I CHECK IF THEIR ARE ANY SIMILAR
NUMBERS |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Assuming that all numbers are in column A and begin at row 1 and go down to
row 1000, you could put this formula into a cell on row 1 and extend it down to the bottom of the list and it will show a value when the number on that row is in the list more than once: =IF(COUNTIF(A$1:A$1000,A1)1,COUNTIF(A$1:A$1000,A1 ),"") Make sure you use the $ symbol in the places I did. "SALUJA" wrote: IN A WORKSHEET CONTAINING 1000 NOS HOW CAN I CHECK IF THEIR ARE ANY SIMILAR NUMBERS |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I would use conditional formatting with the formula
=COUNTIF(A$1:A$1000,A1)1 to highlight them -- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "JLatham" wrote in message ... Assuming that all numbers are in column A and begin at row 1 and go down to row 1000, you could put this formula into a cell on row 1 and extend it down to the bottom of the list and it will show a value when the number on that row is in the list more than once: =IF(COUNTIF(A$1:A$1000,A1)1,COUNTIF(A$1:A$1000,A1 ),"") Make sure you use the $ symbol in the places I did. "SALUJA" wrote: IN A WORKSHEET CONTAINING 1000 NOS HOW CAN I CHECK IF THEIR ARE ANY SIMILAR NUMBERS |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
macro | Excel Discussion (Misc queries) | |||
Change the work sheet name in a formula by using cell reference | Excel Worksheet Functions | |||
IF formula doesn't work with certain numbers | Excel Worksheet Functions | |||
Disappearance of Sheet Numbers | New Users to Excel | |||
Moving a sheet from one work book to another? | Excel Worksheet Functions |