View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.charting
David Biddulph
 
Posts: n/a
Default Graph a normal distribution chart?

"Barbara" wrote in message
...
I am having trouble graphing the percentage to the bell curve shape. Can
anyone help? Thanks.


If you're looking for the density function for the normal distribution, try
=(EXP(-POWER(A2,2)/2))/SQRT(2*PI())
and scale appropriately.

If you're looking for the cumulative, try
=NORMSDIST(A2)
--
David Biddulph