The English translation translation of the Excel function AVRUND is:
Nederlands | English |
---|---|
AVRUND |
Description
The ROUND function rounds a number to a specified number of digits. For example, if cell A1 contains 23.7825, and you want to round that value to two decimal places, you can use the following formula:
=ROUND(A1, 2)
The result of this function is 23.78.