Rounding Tricks

Rounding tricks: =MROUND(331,25) returns 325; =CEILING(331,25) returns 350; =ROUND(9865,-3) returns 10,000 (rounds to nearest 1000)