Skip to content

=ROUND

The =ROUND() function rounds a decimal number to the specified number of decimal places.

=ROUND(NumOfDecimals; AnyNumber)
=ROUND(0; 3.289839)

Returns

3

=ROUND(2; 3.289839)

Returns

3.29

Note: Formula functions are case sensitive and must be in all caps.