S
Silvabod
Data array is 720 cells (90*6) containing integers between 1 and 49, is up
to 90 user selections of 6 different numbers in each row.
COUNTIF (repeated 49 times) returns the count of each of the 49 numbers,
into a report - no problems.
I'd now like to "cream off" the top 2 "counts", report the actual numbers,
and the number of times selected
Also, "cream off" the lowest counts, ditto.
there could be more than one number with an equal count, in both instances.
EXAMPLE the numbers "5" and "34" selected 17 times
the number "13" selected 15 times
(in practice, could be a dozen or so)
and The number " 35" selected 3 times
The number "17" selected 4 times
Is this possible, if so, how?
to 90 user selections of 6 different numbers in each row.
COUNTIF (repeated 49 times) returns the count of each of the 49 numbers,
into a report - no problems.
I'd now like to "cream off" the top 2 "counts", report the actual numbers,
and the number of times selected
Also, "cream off" the lowest counts, ditto.
there could be more than one number with an equal count, in both instances.
EXAMPLE the numbers "5" and "34" selected 17 times
the number "13" selected 15 times
(in practice, could be a dozen or so)
and The number " 35" selected 3 times
The number "17" selected 4 times
Is this possible, if so, how?