Excel Function

ROUNDDOWN

Rounds a number down.

ROUNDDOWN(number, num_digits)

Arguments

number

Required

Specify a single cell reference.

num_digits

Required

Enter a numeric value.

Practice Preview

Use ROUNDDOWN to return the result with these settings (Number: D2 (cell D2 (Amount in column D)), Number of digits: 0).

Example Table

#
ASlip ID
BUnit Price
CQuantity
DAmount
2S001120.53361.5
3S00298.25491
4S003450.72901.4
5S004300.441201.6
6S005150.96905.4
7
8

How to Use (Formula)

=ROUNDDOWN(D2, 0)

Result

361

Practice This Function

ROUNDDOWN FAQ

How do I use ROUNDDOWN in Excel?

Use ROUNDDOWN when you want to round a value down. Enter Number, Number of digits in that order, then add optional arguments when needed.

Where can I practice ROUNDDOWN?

Use the "Start Function Practice" button to jump straight into ROUNDDOWN drills.

What arguments does ROUNDDOWN use?

The main arguments are Number, Number of digits. Enter them in order.