=MROUND(4,3) returns 3, since 4 is closer to 3 than to the next multiple of 3, which is 6.
=CEILING(4,3) returns 6, the nearest multiple of 3 when rounding up.
Tips for selecting financial functions