EXCEL ROUNDDOWN FUNCTION

This function reduces an integer to a specified number of digits closer to zero.

Syntax:

=ROUNDDOWN (number, num_place)

Parameter list:

  • number – the value to be rounded down.
  • num_place – the number of digits that should be rounded down.

Step By Step Guide of ROUNDDOWN Function

Example as:

=ROUNDDOWN(4.3,0), Rounds 4.3 down to zero decimal places to 4.

=ROUNDDOWN(-9.23467,1), Rounds -9.23467 down to one decimal place to -9.2.

=ROUNDDOWN(9.23467,3), Rounds 9.23467 down to three decimal place to 9.234. 

  • The ROUNDDOWN function functions similarly to the ROUND function, with the exception that while rounding, the ROUNDDOWN function always rounds the integers 1-9 down.

  • The ROUNDDOWN function has the ability to round to the left or right of the decimal point.

  • If num_place is more than zero, the number is rounded to the given number of decimal places to the right of the decimal point.

  • If num_place is less than zero, number is rounded down to the left of the decimal point .

  • If num_place is equal to the zero, the number is rounded to the nearest int.

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