Clear, practical technology insights BSOD Code Lookup · Windows Error Code Lookup · Wi-Fi Troubleshooting · PC Troubleshooting Checklist

NORM. S. DIST Function in Excel

Explore NORM. S. DIST Function with a clear overview, practical guidance, key features, and useful tips to help you make an informed decision.

Table of Contents

This guide provides a practical overview of NORM. S. DIST Function, including its main features, benefits, limitations, and important considerations.

NORM. S. DIST Function in Excel screenshot

Description: The normalized distribution function has a mean of 0 and a standard deviation of 1. Use the function instead of a table containing normalized curve areas. Support functions from Excel 2010 onwards.

Syntax: NORM. S. DIST (z, cumulative)

Inside:

- z: The value you want to calculate the distribution, is a required parameter .

- cumulative: A logical value that determines the form of the function, which is a required parameter, including:

+ cumulative = True -> returns the cumulative distribution function.

+ cumulative = False -> returns the probability density function.

Attention:

- If z is not a number -> the function returns the #VALUE! Error value

- The equation for the standardized density function is:

[fleft (z right) = frac {1} {{sqrt {2pi}}} {e ^ {- frac {{{z ^ 2}}} {2}}}]

For example:

Find the normalized distribution of values in the following data table:

NORM. S. DIST Function in Excel screenshot 2

- Calculate the value of standardized cumulative distribution function (corresponding to True value ) In a cell to calculate, enter the formula : = NORM. S. DIST (D6, D7)

- Press Enter -> standard cumulative distribution function value is:

NORM. S. DIST Function in Excel screenshot 3

- Calculate the value of the standard probability distribution function (corresponding to the value of False). In a cell to calculate, enter the formula : = NORM. S. DIST (D6, D8)

NORM. S. DIST Function in Excel screenshot 4

- Press Enter -> the standard probability distribution function value is:

NORM. S. DIST Function in Excel screenshot 5

Above are instructions and some specific examples when using the NORM. S. DIST function in Excel.

Good luck!

FAQ

What does the NORM. S. DIST Function function do in Excel?

The NORM. S. DIST 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 NORM. S. DIST Function function correctly?

Start with an equals sign, enter NORM. S. DIST Function, add the required arguments inside parentheses, and confirm that cell references and separators are correct.

Why does the NORM. S. DIST Function function return an error?

Common causes include missing arguments, invalid data types, incorrect cell references, unsupported values, or regional separator settings.

Discussion

Reader Comments 0

Sign in with email or Google to join the discussion.