Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Example....a column with 700 numbers of which 4 may be the same number. I
could sort the numbers and scroll down to see which numbers are exactly alike, but would rather Excel some how hi-light or find the numbers for me. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Try this:
Assuming your list is in A1:A100, with A1 as the Heading: NumVal C1: Test C2: =COUNTIF(A2:A100,A2)1 D1: NumVal (the same col heading as A1) Select your list (A1:A100) DataFilterAdvanced Filter List Range: (already selected) Criteria Range: C1:C2 To filter in place: just click the [OK] button and you'll see the duplicates To copy the duplicates to another area: After setting the criteria Click: Copy to another location Copy to: D1 (which contains the col heading NumVal) Check: Unique Records Click the [OK] button and the list of unique duplicated items will display under D1. Does that help? *********** Regards, Ron XL2002, WinXP-Pro "Ima Bee Ginner" wrote: Example....a column with 700 numbers of which 4 may be the same number. I could sort the numbers and scroll down to see which numbers are exactly alike, but would rather Excel some how hi-light or find the numbers for me. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Help! How do you get excel to find the x(changes daily, marked in a cell from another formula) highest numbers in a group of numbers and sum them up? | Excel Worksheet Functions | |||
Return Count for LAST NonBlank Cell in each Row | Excel Worksheet Functions | |||
I need to find odd numbers in a column | Excel Worksheet Functions | |||
How can you find duplicate numbers in a column? | Excel Worksheet Functions | |||
How do you find duplicate values in excel- 2 columns of numbers | Excel Discussion (Misc queries) |