Frequently asked questions
The function RANDNORM(100,10) and other functions requiring more than one argument do not work.
Probably the field delimiter on your PC is not a comma. Check:
Start menu ➔ Settings ➔ Control panel ➔ Regional settings ➔ Number ➔ List separator:
If the list separator is e.g. ";" then you should use the function (and other functions) as follows:
RANDNORM(100;10)