NORM.S.INV Function in Google Sheets

What Is NORM.S.INV Function in Google Sheets?

The NORMSINV function in Google Sheets is used to find the inverse of the standard normal cumulative distribution function (CDF). It has a single argument and takes a value between 0 and 1. It returns the corresponding z-score. For the uninitiated, the z-score in a standard normal distribution is the number of standard deviations a value is from the mean. We get the random variable’s value that corresponds to the specified cumulative probability.

It is one of the popular statistical functions offered by Google Sheets. In Google Sheets, NORM.S.INV and NORMSINV Google function are both used to return the inverse of the standard normal cumulative distribution for a given probability. NORM.S.INV is a more modern and recently used function while NORMSINV is older and supported for backward compatibility. In the example below, you must find the z-score that corresponds to the 94th percentile in the standard normal distribution. Apply the formula as shown.

=NORM.S.INV(0.94). You get a z-score of 1.554, which means that 94% of the data falls below this in a standard normal distribution.

NORM.S.INV-Function-in-Google-Sheets-Definition
Key Takeaways
  1. The NORM.S.INV function in Google Sheets is used to find the inverse of the standard normal cumulative distribution. In such cases, the mean is 0, and the standard deviation is 1.
  2. Its syntax is as follows: =NORM.S.INV(probability)
  3. Here, the valid range for the probability argument is between 0 and 1. If a value outside this range is given, the #NUM error will result.
  4. The NORM.S.INV function calculates z-scores for the standard normal distribution while the NORM.INV can be used for any normal distribution with any mean and standard deviation.
  5. The function is used to analyze confidence intervals, assess investment risk, etc.

Syntax

The NORM.S.INV function returns the inverse of the standard normal cumulative distribution. It is useful for finding the z-score corresponding to a given probability in a standard normal distribution. The following is the syntax for using NORM.S.INV:

=NORM.S.INV(probability)

Here, “probability” means the value you want to calculate in a standard normal distribution that should be between 0 and 1.

How to use NORM.S.INV Function in Google Sheets?

There are two ways to enter the NORM.S.INV function in Google Sheets.

Using the NORM.S.INV function in Google Sheets is very easy. Following are the steps.

Entering the NORM.S.INV Function manually

Step 1: Select an empty cell in your spreadsheet for the result.  Enter the details as shown below. Here, we will try to find the z-score for a probability of 0.90 or 90%. 

Entering-the-CSC-Function-manually-Step-1

Step 2: Enter the NORM.S.INV formula by entering an equal’s sign – followed by a parenthesis.

Entering-the-CSC-Function-manually-Step-2

Step 3: Inside the parentheses, specify the probability. Here, we specify the cell reference holding the probability, B1. Press Enter to apply the formula and display the result.

Entering-the-CSC-Function-manually-Step-3

The result represents the inverse of the standard normal cumulative distribution associated with the specified probability.

Using the Google Menu bar

1.           Choose the cell where you want to enter the NORM.S.INV formula.

2.           Go to the menu bar and click on “Insert” – “Function” – “Statistical” – “NORM.S.INV”

3.           Enter the required argument. Close the bracket and press the “Enter” key.

Using-the-Google-Menu-bar-1

Thus, the NORM.S.INV function in Google Sheets is useful in statistical analysis to find the value corresponding to a given probability in a standard normal distribution. It is very useful in finance, research, and quality control.

Examples

We can use the NORM.S.INV function in  Google Sheets in different ways such as to find the critical value for a given significance level, Find the z-score for a probability, etc. Let us look at some of the examples below to understand it better.

Example #1

We can use the NORM.S.INV function in  Google Sheets in different ways, such as finding the critical value for a given significance level, Finding the z-score for a probability, etc. Let us look at some of the examples below to understand it better.

Step 1: Enter the probability value in Google sheets.

Example-1-Step-1

Step 2: Enter the following formula in cell B2.

=NORM.S.INV(B1)

Example-1-Step-2

Step 3: Press Enter. The function will return approximately 1.88, which is the z-score. Using other values, such as the mean and standard deviation, you can use NORM.S.INV to set control limits in a quality control process.

Example-1-Step-3

Example #2

Suppose we have a data set with a mean value of 50 and a standard deviation of 10. We must find the value that corresponds to a probability of 0.93.

Step 1: Enter the details in the Google sheet as shown below.

Example-2-Step-1

Step 2: Now, use the following formula in B4 to find the value that corresponds to a probability of 0.93.

=50 + 10 * NORM.S.INV(0.93)

Example-2-Step-2

Step 3: Press Enter. We get 64.75 approximately,  which represents the value at which 93% of the data falls within the given mean and standard deviation.

Example #3

We can use the NORM.S.INV function in Google Sheets to analyze investment risk. For example, we calculate z-scores for different probabilities of loss in an investment.

Here our goal is to assess the risk of investment returns.

Step 1: Let us enter the probability of loss values in column A and find the Z-score in Column B.

Example-3-Step-1

Step 2: Let us now calculate the z-scores. In B2, enter the following formula and press Enter.

=NORM.S.INV(A2)

Example-3-Step-2

Step 3: Now, drag the formula till B5 and check the results.

Example-3-Step-3

Step 4: The z-scores indicate the thresholds for loss for the different percentages.

NORM.S.INV vs NORM.INV functions in Google Sheets

In Google Sheets, we observe two kinds of functions, NORM.S.INV and NORMSINV. The main difference between the two is that NORM.S.INV returns the inverse of the standard normal cumulative distribution, whereas NORM.INV returns the inverse of the normal cumulative distribution. Here, normal cumulative distribution describes the probability that a random variable is less than or equal to a certain value and has any mean or standard deviation. The standard normal cumulative distribution has a mean of 0 and a standard deviation of 1.

NORM.S.INV

  1. It returns the inverse of the standard normal cumulative distribution for a given probability.
  2. Its syntax is =NORM.S.INV(probability)
  3. NORM.S.INV takes only one argument, which is the probability (a value between 0 and 1).
  4. We use NORM.S.INV when specifically dealing with the standard normal distribution (mean = 0, standard deviation = 1).

NORM.INV

  1. It returns the inverse of the normal cumulative distribution for a specified mean and standard deviation.
  2. Its syntax is =NORM.INV(probability, mean, standard_deviation)
  3. NORM.INV takes three arguments: probability, mean, and standard deviation.
  4. We use the NORM.INV when finding the value for a normal distribution with a different mean and standard deviation.

Important Things to Note

  1. NORM.S.INV helps identify abnormal data points in quality control by comparing them to the standard normal distribution which is very useful.
  2. The mean of the distribution is 0 and the standard deviation is 1.
  3. The output of the function is known as the z-score which corresponds to that cumulative probability. Suppose the probability is 97%, the output would be the z-score where 97% of the distribution lies below that score.
  4. As the cumulative probability approaches one, the output approaches positive infinity.
  5. The function is available in both Excel and Google Sheets.

Frequently Asked Questions (FAQs)

1. What are the uses of the NORM.S.INV function in Google Sheets?

NORM.S.INV uses in Google Sheets are available in several different scenarios.
1. To calculate the z-scores: NORM.S.INV helps determine the z-score corresponding to a specific probability in a normal distribution. These scores can help find the probability of a data point falling above, below or within a certain range.
2. Confidence Intervals: It is used to find critical z-values for confidence intervals.
3. Quality control: NORM.S.INV helps identify abnormal data points by comparing them to a standard normal distribution.
4. Statistical analysis: It is used to analyze data by determining the value associated with a given probability in a standard normal distribution.
5. Risk assessment: By finding the z-score for a certain probability of loss, you can understand risk.

2. What are the common errors when using the NORM.S.INV Function?

Some of the errors that can occur when using the NORM.S.INV function are:
• #NUM error: It occurs when the probability value provided as an argument is not within the range of 0 to 1.
• #NAME? Error: When you make mistakes while entering the function name or syntax accurately.

3. What is the value returned by the NORM.S.INV function?

The syntax of the NORM.S.INV function is =NORM.S.INV(probability). Here, the probability is a value between 0 and 1, representing the cumulative probability. The function returns the z-score that corresponds to a specific cumulative probability in the standard normal distribution.

Download Template

This article must be helpful to understand the NORM.S.INV Function in Google Sheets, with its formula and examples. You can download the template here to use it instantly.

Recommended Articles

Guide to What Is NORM.S.INV Function in Google Sheets. We learn syntax & how to use NORM.S.INV Function in Google Sheets, examples, working template. You can learn more from the following articles. –

Logical Operators in Google Sheets

Compare Two Lists In Google Sheets

Group In Google Sheets

Reader Interactions

Leave a Reply

Your email address will not be published. Required fields are marked *

CHATGPT & AI FOR MICROSOFT EXCEL COURSE - Today Only: 60% + 20% OFF! 🚀

X