MROUND

Name

MROUND —
MROUND(number,multiple)

Description

MROUND function rounds a given number to the desired multiple. @number is the number you want rounded and @multiple is the the multiple to which you want to round the number. For example, MROUND(1.7, 0.2) equals 1.8.

If @number and @multiple have different sign, MROUND returns #NUM! error.

See also

ROUNDDOWN , ROUND , ROUNDUP