Table of Contents
This guide provides a practical overview of BINOM. INV Function, including its main features, benefits, limitations, and important considerations.

Description: The function returns the smallest value with the cumulative binomial distribution greater than or equal to the standard value. Support function from Excel 2010 version.
Syntax: BINOM. INV (trials, probability_s, alpha)
Inside:
- trials: Number of independent trials, required.
- probability_s: The probability of success of each test, is a required parameter.
- alpha: Standard value, is a required parameter.
Attention:
- If any values of arguments are not whole numbers -> they are truncated to integers.
- If number_ s and trials are not numbers -> the function returns the #VALUE! Error value
- If trials <0 -> the function returns the #NUM! Error value
- If probability_s <0 or probability_s> 1 -> the function returns the #NUM! Error value
- If alpha <0 or alpha> 1 -> the function returns the #NUM! Error value
For example:
Calculate the minimum value so that the cumulative binomial distribution is greater than or equal to a criterion value with the figures in the table below:

- In the cell to calculate enter the formula : = BINOM. INV (C6, C7, C8)

- Press Enter -> minimum value is:

- Where probability_s> 1 or probability_s <0 -> the function returns the #NUM! Error value

- Where alpha> 1 or alpha <0 -> the function returns the #NUM! Error value

Above are instructions and specific examples when using the BINOM. INV function in Excel.
Good luck!
FAQ
What does the BINOM. INV Function function do in Excel?
The BINOM. INV Function function performs the calculation described in this guide. Use the correct arguments and compatible data types for reliable results.
How do I enter the BINOM. INV Function function correctly?
Start with an equals sign, enter BINOM. INV Function, add the required arguments inside parentheses, and confirm that cell references and separators are correct.
Why does the BINOM. INV Function function return an error?
Common causes include missing arguments, invalid data types, incorrect cell references, unsupported values, or regional separator settings.
Reader Comments 0
Sign in with email or Google to join the discussion.