Excel > Functions
ROUNDDOWN Function
The Excel ROUNDDOWN function is used to round a number down to a specified number of digits.For example, round a number down to one decimal place.
The syntax for the ROUNDDOWN function is:
=ROUNDDOWN(number,num_digits)
Argument |
Purpose |
|---|---|
Number |
The number you want to round down |
num_digits |
The number of digits you want to round the number down to.
|
Below are examples of the ROUNDDOWN function being used to round numbers down to a various number of digits.
Function |
Result |
|---|---|
=ROUNDDOWN(A1,2) |
5.32 |
=ROUNDDOWN(A2,0) |
2 |
=ROUNDDOWN(A3,1) |
4.5 |
=ROUNDDOWN(A4,-1) |
20 |
Download the Excel Formulas Ebook for a fast and simple guide to the most useful Excel formulas.