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