Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a column with 29902 order numbers (none unique) and I need to
count how many appear more than 23 times. Any suggestions? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
This is not a very elegant or overly efficient solution but you could use
'data'...'subtotals' to count the number of each order. (you will have to sort the orders 1st I believe), then use conditional formatting to highlight totals that are 23. " wrote: I have a column with 29902 order numbers (none unique) and I need to count how many appear more than 23 times. Any suggestions? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Figured out an answer to my own question. I'll post it here in case
anyone cares: =SUM(IF(FREQUENCY(B1:B29902, B1:B29902)23,1)) |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Counting Unique Values | Excel Discussion (Misc queries) | |||
counting the # of unique values | Excel Worksheet Functions | |||
Counting Unique Values | Excel Worksheet Functions | |||
Counting Unique Values | Excel Worksheet Functions | |||
Counting Unique Values | Excel Worksheet Functions |