MROUND(number,multiple)
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.
MROUND(1.7,0.2) equals 1.8.
MROUND(321.123,0.12) equals 321.12.