PROB function - The function returns the probability that values in a range are between two limits in Excel
The following article introduces you to the PROB function - one of the functions in the statistical function group is very popular in Excel.
Description: The function returns the probability that values in a range are between two limits.
Syntax: PROB (x_range, prob_range, [lower_limit], [upper_limit])
Inside:
- x_range: the range of numerical values of x with probability associated with it, which is a required parameter .
- prob_range: A set of probabilities associated with the values in x_range, is a required parameter.
- lower_limit: The lower bound of the value you want to calculate probability.
- upper_limit: Close on the option of the value you want to calculate probability.
Attention:
- If any value in Prob_name is not equal to 1 or has a value greater than 1 or less than or equal to 0 -> the function returns the #NUM! Error value !
- If upper_limit parameter is omitted -> function returns with probability lower_limit
- If x_range and prob_range have different data points -> the function returns the # N / A error value
For example:
Calculate Prob probability with the data described in the table below:
- In the cell to calculate the probability of entering the formula : = PROB ($ B $ 6: $ B $ 9, $ C $ 6: $ C $ 9, D6) (Here use the absolute address)
- Press Enter -> copy the formula for the remaining values:
- Case 1 of the values in prob_range is greater than 1 or less than 0 => The function returns the #NUM! Error value
Above are instructions and some specific examples when using the Prob function - the function returns the probability of values in a range between two limits in Excel.
Good luck!
You should read it
- BINOM.DIST.RANGE function - The function returns the probability of a test result using binomial distribution in Excel
- F.INV function - The function returns the inverse of the probability distribution F in Excel
- FREQUENCY function - Function that calculates and returns the frequency of occurrences of values in a range in Excel
- F.INV.RT function - The function returns the right-inverse head value of the probability distribution F in Excel
- MODE.MULT function - The function returns a vertical array of the most common values in Excel
- TDIST function - The function returns the probability of the Student distribution in Excel
- CHIDIST function - Function returns the right end probability of the distribution when squared in Excel
- 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
- ZTEST function - Returns the probability value on one side of the z test in Excel
- T.TEST function - The function returns the probability associated with Student's t-Test in Excel
- F.DIST - The function returns the probability distribution F in Excel
- QUARTILE.EXC function - The function returns the quartile of a dataset without values 0 and 1 in Excel
Maybe you are interested
SUM function in Excel, sum function and examples
How to fix the error of the Sum function not adding in Excel successfully
Difference between function and formula in Excel
8 little-known Excel functions that can save you a lot of work
How to use the NORMDIST function in Excel - Function that returns the distribution in Excel
Date functions in Excel, DAY, WEEKDAY, MONTH