How to Use ROUND Function

The ROUND function rounds a number to the number of digits you defined.

Formula:

=ROUND(number, num_digits)

Explanations:

– The number is required, which is a number to be rounded.

– Num_digits is required, the number of digits you need to keep.

Cautions:

– When num_digits is less than 0, the number is rounded to the left of the decimal point.

Download: ROUND Function

Leave a Reply