What does this function do?
Rounds a number to the specified number of decimal places.
Syntax:
ROUND(number, num_digits)
- number (required): The number that you want to round.
- num_digits (required): The number of digits to which you want to round the number argument.
Examples:
=ROUND(2.12345,2)= 2.12=ROUND(2.12345,1)= 2.1
No comments:
Post a Comment