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

ROUNDUP function

Category: Mathematical functions

What does this function do?


Rounds up a number to the number of decimal places specified.



Syntax:


ROUNDUP(number, num_digits)
  • number (required): Any real number that you want rounded up.
  • num_digits (required): The number of digits to which you want to round number.

Examples:

=ROUNDUP(8.2,0) = 9

=ROUNDUP(3.14159, 3) = 3.142

No comments:

Post a Comment