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

ROUND function

Category: Mathematical functions


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