NORMSINV
NORMSINV is a statistical function available in many spreadsheet programs and statistical software. It stands for "Normal Standard Inverse" and calculates the inverse of the standard normal cumulative distribution. In simpler terms, it takes a probability value (a number between 0 and 1) and returns the z-score such that the area under the standard normal curve to the left of that z-score is equal to the given probability.
The standard normal distribution is a special case of the normal distribution where the mean is 0
The input to NORMSINV must be a numeric value between 0 and 1, exclusive. If the input
---