Excel Function

FLOOR

Rounds number down to nearest multiple.

FLOOR(number, significance)

Arguments

number

Required

Specify a single cell reference.

significance

Required

Enter a numeric value.

Practice Preview

Use FLOOR to return the result with these settings (Number: D2 (cell D2 (Amount in column D)), Significance: 10).

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)

=FLOOR(D2, 10)

Result

360

Practice This Function

FLOOR FAQ

How do I use FLOOR in Excel?

Use FLOOR when you want to round down to a chosen multiple. Enter Number, Significance in that order, then add optional arguments when needed.

Where can I practice FLOOR?

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

What arguments does FLOOR use?

The main arguments are Number, Significance. Enter them in order.