Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
I have a column of random numbers. Is there a way of counting the numbers
that appear the same, given number of times in the column in a formula? For instance, if numbers a, b and c appear x times, then the answer would be 3. Thanks in advance. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
try
=SUMPRODUCT(--(FREQUENCY(A1:A14,A1:A14)=2)) change range reference as needed "Rothman" wrote: I have a column of random numbers. Is there a way of counting the numbers that appear the same, given number of times in the column in a formula? For instance, if numbers a, b and c appear x times, then the answer would be 3. Thanks in advance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Frequency of numbers in a range | Excel Worksheet Functions | |||
counting frequency of strings in cells | Excel Worksheet Functions | |||
Counting Frequency of Filtered Data | Excel Worksheet Functions | |||
Counting cells with a specified frequency(how many times it appear | Excel Discussion (Misc queries) | |||
Counting unique values + frequency | Excel Worksheet Functions |