PDA

View Full Version : How To Use Frequency Function In Excel



Transformer
04-09-2013, 10:40 AM
Frequency (data_array, bins_array)
It calculates how many values of a dataset fall in a particular interval.Generally it is used to group the values of a dataset in intervals.
It takes two arguments, one is a dataset and the other is a list of intervals.
Data_array: it is an array or a range of values for which you want the frequency. (Dataset)
Bins_array: it is an array or a range of intervals based on which you want to group the values of data_array. (Intervals)
It returns an array of numbers(count of frequencies)
The size of returned array will be more than one the size of bins_array,the extra element returns the count of elements in data_array that are greater than the max value of the bins_array
It must be entered as an array formula.

e.g.
We have a list of Students' scores and we want to group them in some intervals given below.
Here list of scores will be the data_array and bins_array will be upper limits of the intervals



Scores Intervals bins_array Results
30 0-20 20 0 (No element between 0 to 20)
97 21-40 40 4 (4 elements between 21 to 40)
62 41-60 60 5 (5 elements between 41 to 60)
45 61-80 80 4 (4 elements between 61 to 80)
94 7 (Here 7 is an extra element returns count of elements
32 that are greater than the largest value specified in the interval )
68
85
87
45
86
31
94
60
45
61
61
55
36
84



Order of bins_array elements does not matter.It treats it as a sorted array
e.g.
As in above example if we change the order of elements in bins array then the function returns same values against each element of bins_array as it would have if the bins_array was sorted





Unsorted Results
40 4
20 0
80 4
60 5
7

Admin
04-09-2013, 11:49 AM
Guys,

Would appreciate some more different examples of Frequency function so that this thread remains as a repository of examples :)


https://www.youtube.com/channel/UCnxwq2aGJRbjOo_MO54oaHA (https://www.youtube.com/channel/UCnxwq2aGJRbjOo_MO54oaHA)
https://www.youtube.com/watch?v=2oT4qrHmDMY&lc=UgwviLabd7r_3KpP6wh4AaABAg.9h5lFRmix1R9h78GftO_ iE (https://www.youtube.com/watch?v=2oT4qrHmDMY&lc=UgwviLabd7r_3KpP6wh4AaABAg.9h5lFRmix1R9h78GftO_ iE)
https://www.youtube.com/watch?v=2oT4qrHmDMY&lc=UgyG714V_k7odQMrTz14AaABAg.9h740K6COOA9h77HSGDH 4A (https://www.youtube.com/watch?v=2oT4qrHmDMY&lc=UgyG714V_k7odQMrTz14AaABAg.9h740K6COOA9h77HSGDH 4A)
https://www.youtube.com/watch?v=2oT4qrHmDMY&lc=UgyG714V_k7odQMrTz14AaABAg.9h740K6COOA9h76fafzc EJ (https://www.youtube.com/watch?v=2oT4qrHmDMY&lc=UgyG714V_k7odQMrTz14AaABAg.9h740K6COOA9h76fafzc EJ)
https://www.youtube.com/watch?v=2oT4qrHmDMY&lc=UgyG714V_k7odQMrTz14AaABAg.9h740K6COOA9h759YIjl aG (https://www.youtube.com/watch?v=2oT4qrHmDMY&lc=UgyG714V_k7odQMrTz14AaABAg.9h740K6COOA9h759YIjl aG)
https://www.youtube.com/watch?v=2oT4qrHmDMY&lc=UgyG714V_k7odQMrTz14AaABAg.9h740K6COOA9h74pjGcb Eq (https://www.youtube.com/watch?v=2oT4qrHmDMY&lc=UgyG714V_k7odQMrTz14AaABAg.9h740K6COOA9h74pjGcb Eq)
https://www.youtube.com/watch?v=2oT4qrHmDMY&lc=UgyG714V_k7odQMrTz14AaABAg (https://www.youtube.com/watch?v=2oT4qrHmDMY&lc=UgyG714V_k7odQMrTz14AaABAg)
https://www.youtube.com/watch?v=2oT4qrHmDMY&lc=UgzJJUDVv2Mb6YGkPYh4AaABAg.9h5uPRbWIZl9h7165DZd jg (https://www.youtube.com/watch?v=2oT4qrHmDMY&lc=UgzJJUDVv2Mb6YGkPYh4AaABAg.9h5uPRbWIZl9h7165DZd jg)
https://www.youtube.com/channel/UCnxwq2aGJRbjOo_MO54oaHA (https://www.youtube.com/channel/UCnxwq2aGJRbjOo_MO54oaHA)