Your question perhaps not well posed. However, assuming that:1. The "random numbers" you have heard of and which you want to obtain are drawn from a Standard Normal Distribution, i.e. N(0,1)2. Your Excel is in English (not quite common among French people

)Then you should try to add a "V" to your function: NORMSINV(RAND())RAND generates a random number from a uniform distribution in the interval [0:1] or (0:1) (Not quite sure about that, hopefully is the second option) and then you just use the Inverse Cumulative Normal Distribution N^{-1}(x) CheersZub