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

display numeric calculation results. Use FLOOR to Rounds number down to nearest multiple. use 10 for significance. Fill the argument fields below and complete a formula that achieves this goal.

Sample correct formula

=FLOOR(D2, 10)

Practice This Function