random numbers but normal distribution

A

Albert

Hello!
I'm trying to get a list of 10,000 numbers with average 0.5 and a starndard
deviation 0.2.
Does someone know how to do this? Any ideas?
I'd like a function to create "random" numbers but with function parameters
"Average" and "StDev".
I thank you in advance...
Albert C.
 
L

Lars-Åke Aspelin

Hello!
I'm trying to get a list of 10,000 numbers with average 0.5 and a starndard
deviation 0.2.
Does someone know how to do this? Any ideas?
I'd like a function to create "random" numbers but with function parameters
"Average" and "StDev".
I thank you in advance...
Albert C.


Try this formula in any cell

=NORMINV(RAND(),0.5,0.2)

Copy the formula down, or in any other preferred direction, to get
your 10000 numbers.

Hope this helps / Lars-Åke
 
A

Albert

Thank you Sir!
Works great!!!

Lars-Ã…ke Aspelin said:
Try this formula in any cell

=NORMINV(RAND(),0.5,0.2)

Copy the formula down, or in any other preferred direction, to get
your 10000 numbers.

Hope this helps / Lars-Ã…ke
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top