Rundet eine Zahl auf das nächste Vielfache einer anderen Zahl.
MROUND(value; factor)
value - the number which should be rounded - Value type: number
factor - the number to whose multiple value is rounded - Value type: number
MROUND with single values. Value is rounded from 16.2 to 15, as 15 is the nearest multiple of 3.
MROUND with multiple values: