Skip to main content
MedCalc
Mail a PDF copy of this page to:
(Your email address will not be added to a mailing list)
working

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)

 

Return to FAQ