How to calculate a z score decimal value

Garras Porgratix

New Member
Joined
Apr 15, 2011
Messages
7
Can anyone shed light on this problem: How to obtain the 4 digit number of a z-score on excel (do not want to waste time lookin up z values)
Does anyone know what the formula is to do so? I tried this:


The Normsdist(x) turns the z value into a 4 decimal value (ie. z=1.54 =.4382), subtracts this from .5 and then gives the probability of .0618. How does it calculate the .4382 ?
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
I just used the Normsdist function on 1.54. It returns .9382, which is the probability z <= 1.54 based on a mean of 0 and a Standard Deviation of 1.
The .0618 is the probability z>1.54 or 1-.9382.
.4382 is the area under the normal curve between 0 and 1.54, in other words it is the probabilty 0<=z<=1.54.

I hope this helps.
 
Upvote 0
I think I got it now...

between-1.jpg
 
Last edited:
Upvote 0

Forum statistics

Threads
1,224,609
Messages
6,179,874
Members
452,949
Latest member
Dupuhini

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top