ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   FREQUENCY HELP PLEASE (https://www.excelbanter.com/excel-worksheet-functions/170360-frequency-help-please.html)

JayNich

FREQUENCY HELP PLEASE
 
Hey my name is Jay, I am currently trying to average the number of times each
number 1-47 occurs in cells A1-E74

e.g.
1 1 1 1
2 2 2 2
3 3 3 3
4 6 5 7
2 1 4 6

Frequency of the number 1 = 5

I have tried the frequency option but it includes ALL the numbers one, even
the 1's in the double digits.

e.g.
1 2 4 5
21 3 41 5

It says 1 = 3

I have tried adding a * to the number. Still nothing.

e.g.
=FREQUENCY(A1:E74,1*)

Mark Ivey

FREQUENCY HELP PLEASE
 
Why not try a pivot table...




"JayNich" wrote in message
...
Hey my name is Jay, I am currently trying to average the number of times
each
number 1-47 occurs in cells A1-E74

e.g.
1 1 1 1
2 2 2 2
3 3 3 3
4 6 5 7
2 1 4 6

Frequency of the number 1 = 5

I have tried the frequency option but it includes ALL the numbers one,
even
the 1's in the double digits.

e.g.
1 2 4 5
21 3 41 5

It says 1 = 3

I have tried adding a * to the number. Still nothing.

e.g.
=FREQUENCY(A1:E74,1*)



T. Valko

FREQUENCY HELP PLEASE
 
Try this array formula** :

Table = A1:E74

=AVERAGE(COUNTIF(Table,ROW(A1:A47)))

Or, if you might ever insert new rows above the table range:

=AVERAGE(COUNTIF(Table,ROW(INDIRECT("1:47"))))

Based on your sample data and using the numbers 1 - 7 each number appears an
*average* of 2.8 times.

--
Biff
Microsoft Excel MVP


"JayNich" wrote in message
...
Hey my name is Jay, I am currently trying to average the number of times
each
number 1-47 occurs in cells A1-E74

e.g.
1 1 1 1
2 2 2 2
3 3 3 3
4 6 5 7
2 1 4 6

Frequency of the number 1 = 5

I have tried the frequency option but it includes ALL the numbers one,
even
the 1's in the double digits.

e.g.
1 2 4 5
21 3 41 5

It says 1 = 3

I have tried adding a * to the number. Still nothing.

e.g.
=FREQUENCY(A1:E74,1*)




T. Valko

FREQUENCY HELP PLEASE
 
** array formulas need to be entered using the key combination of
CTRL,SHIFT,ENTER (not just ENTER)

--
Biff
Microsoft Excel MVP


"T. Valko" wrote in message
...
Try this array formula** :

Table = A1:E74

=AVERAGE(COUNTIF(Table,ROW(A1:A47)))

Or, if you might ever insert new rows above the table range:

=AVERAGE(COUNTIF(Table,ROW(INDIRECT("1:47"))))

Based on your sample data and using the numbers 1 - 7 each number appears
an *average* of 2.8 times.

--
Biff
Microsoft Excel MVP


"JayNich" wrote in message
...
Hey my name is Jay, I am currently trying to average the number of times
each
number 1-47 occurs in cells A1-E74

e.g.
1 1 1 1
2 2 2 2
3 3 3 3
4 6 5 7
2 1 4 6

Frequency of the number 1 = 5

I have tried the frequency option but it includes ALL the numbers one,
even
the 1's in the double digits.

e.g.
1 2 4 5
21 3 41 5

It says 1 = 3

I have tried adding a * to the number. Still nothing.

e.g.
=FREQUENCY(A1:E74,1*)







All times are GMT +1. The time now is 06:41 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com