Description:
The ROUND function rounds a number to a specified number of digits. For example, if cell B1contains 14.3, and you want to round that value to two decimal places, you can use the
following formula:
=ROUND(B1, 0)
The result of this function is 14.
Reason is Because 14.3 is near to 14.
No comments:
Post a Comment