I hope you do enjoy this free blog. I only ask one thing from you in return, click in one of the ads

Tuesday 20 January 2015

MROUND function

Category: Mathematical functions

What does this function do?


Rounds a number to the nearest multiple.



Syntax:


MROUND(number, multiple)
  • number (required): The value to round.
  • multiple (required): The multiple to which you want to round number.

Examples:

=MROUND(10, 3) = 9

No comments:

Post a Comment