FREQUENCY function - Function that calculates and returns the frequency of occurrences of values in a range in Excel
The following article introduces you to the FREQUENCY function - one of the functions in the statistical function group is very popular in Excel.
Description: The function performs the calculation and returns the frequency of occurrences of values within a certain range and returns a vertical array of numbers.
Syntax: FREQUENCY (data_array, bins_array)
Inside:
- data_array: Array or reference to a set of values to calculate its frequency.
- bins_array: Array or reference to the values to be calculated.
Attention:
- The function ignores values of blank cells and text.
- The number of components in data_array returns more than the number of components in bins_array.
- Array formulas must be entered as an array formula
For example:
Find the number of items with a quantity less than 35 or 40 in the data table below:
- The number of items is less than 25. In the cell to calculate enter the formula : = FREQUENCY (D6: D10, E6: E8)
- Press Enter -> Number of items less than 25 is:
- Similarly copy for cases where the number is less than or equal to 40 -> enter the formula: = FREQUENCY (D6: D10, E7: E9) -> press Enter to get the results:
Above are instructions and some specific examples when using the FREQUENCY function in Excel.
Good luck!
You should read it
- PERCENTILE.EXC function - The function returns the kth percentile of values in the range, with k in the range from 0 to 1 in Excel
- QUARTILE.EXC function - The function returns the quartile of a dataset without values 0 and 1 in Excel
- PERCENTILE.INC function - Function returns the kth percentile of values in the range with k in the range from 0 to 1 in Excel
- MODE.SNGL function - Function that returns the most frequently occurring, or the most repeated values in an array or data range in Excel
- QUARTILE.INC function - The function returns the quartile of a dataset including values 0 and 1 in Excel
- VAR.S function - Function that calculates variance based on a sample, ignoring logical values and text in Excel
- VAR.P function - Function that calculates variance based on the entire set, ignoring logical values and text in Excel
- Coupdays function - Calculates the number of days in a coupon period and contains the settlement date in Excel
May be interested
- GAMMA function - The function returns the gamma function value in Excelgamma: the function returns the gamma function. support functions from excel 2013 onwards. syntax: gamma (number)
- GAMMA.DIST function - The function returns the gamma distribution in Excelgamma.dist: the function returns the gamma distribution, using this function to study skewed distribution variables. support functions from excel 2010 onwards. syntax: gamma.dist (x, alpha, beta, cumulative)
- SECOND function - The function returns the second part of a time value in Excelsecond function: the function returns the second part of the time value. the second value is an integer, and has a value between 0 and 59 seconds. syntax: second (serial_number)
- TIME function - Function returns decimal numbers for a specific time value in Exceltime function: the function returns the decimal number for a time value. the decimal number that the function returns is from 0 to 0.99988426, which corresponds to the time from 0:00:00 (12:00:00 am) to 23:59:59 (11:59:59 pm). syntax: time (hour, minute, second)
- TIMEVALUE function - The function returns the decimal number of time expressed as a text string in Exceltimevalue function: the function returns the decimal number of time indicated by a text string. the decimal number that the function returns is from 0 to 0.99988426, which corresponds to the time from 0:00:00 (12:00:00 am) to 23:59:59 (11:59:59 pm). syntax: timevalue (time_text)
- AVEDEV functionavedev function: the function returns the average absolute deviation of the data points from their midpoint. the avedev function allows you to measure the variability of a dataset. syntax: avedev (number1, [number2], ...)