NORMSINV Function May Return Incorrect Result (161282)



The information in this article applies to:

  • Microsoft Excel 97 for Windows
  • Microsoft Excel for Windows 95
  • Microsoft Excel for Windows 5.0

This article was previously published under Q161282

SYMPTOMS

When you use the NORMSINV worksheet function in Microsoft Excel, the function may return an incorrect result of either -5000000 or 5000000.

CAUSE

This problem occurs if the probability argument of the NORMSINV function has a value greater than zero and less than 0.0000003, or a value greater than or equal to 0.9999997 and less than 1. For example, the following table lists formulas that return incorrect NORMSINV results.
   This formula                Returns
   ------------------------------------

   =NORMSINV(0.0000002)        -5000000
   =NORMSINV(0.000000299999)   -5000000
   =NORMSINV(0.9999997)         5000000
				

STATUS

Microsoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article.

MORE INFORMATION

The NORMSINV function in Microsoft Excel returns the inverse of the standard normal cumulative distribution, where the distribution has a mean of zero and a standard deviation of one. The NORMSINV function accepts a single argument, probability, which must have a value greater than zero and less than 1.

Although all values between zero and one are acceptable probability values, the NORMSINV function returns an incorrect result when the probability value is less than 0.0000003 or greater than or equal to 0.9999997.

Modification Type:MinorLast Reviewed:8/17/2005
Keywords:kbbug kbpending KB161282