EXCEL ROUND FUNCTION

This function reduces the number of digits in a number to a specified value.

Syntax:

=ROUND (number, num_digits)

Parameter list:

  • number – the number that will be rounded.
  • num_digits specifies how many digits a number should be rounded to.

Step By Step Guide of ROUND Function

Example As :

  • =ROUND(32.45, 1), Rounds32.45 to one decimal place as 32.5.
  • =ROUND(546.7,-3), Rounds 546.7 to three decimal place to the left of the decimal point to 1000.
  • Numbers 1-4 are rounded to the nearest, whereas numbers 5-9 are rounded up.
  • The ROUND function rounds integers to a given accuracy level. It has the capability to round either to the right or left of the decimal point.
  • The integer is rounded to the provided number of decimal places to the right of the decimal point if num digits > 0.
  • If num digits is less than zero, the number is rounded to the decimal point’s left (to the closest 10, 100, 1000, etc.).
  • The number is rounded to the closest integer if num digits = 0.

Related Functions

HLOOKUP Function

HLOOKUP Function

Explore Now

VLOOKUP Function

VLOOKUP Function

Explore Now

INDEX Function

INDEX Function

Explore Now

MATCH Function

MATCH Function

Explore Now

DATE Function

DATE Function

Explore Now

IF Function

IF Function

Explore Now

OR Function

OR Function

Explore Now

AND Function

AND Function

Explore Now

RANK Function

RANK Function

Explore Now

SUMIF Function

SUMIF Function

Explore Now

XIRR Function

XIRR Function

Explore Now

WORKDAYS Function

WORKDAYS Function

Explore Now