Skip to Content

ROUND

Rounds a number to a specified number of digits

Syntax

ROUND(number, num_digits)

Parameters

  • number: Required. The number that you want to round
  • num_digits: Required. The number of digits to which you want to round

Example

=ROUND(2.15, 1)
Returns: NumberSince: Excel 2003