Round a number down to nearest multiple

Round a number down to nearest multiple
Example

Related Functions

=FLOOR(number,multiple)

If you need to round a number down to the nearest specified multiple (i.e. round a number down to the nearest dollar, down to the nearest $.25, down to the nearest multiple of 5, etc.) you can use the FLOOR function.

In the example, the formula in cell D6 is

=FLOOR(B6,C6)

This tells Excel to take the value in B6 ($69.23 ) and round it down to the nearest multiple of the value in C6 (3). The result is $69.00, since 69 is the multiple of 3 before 69.23. Likewise, in cell D7, we get 63 when rounding down using a multiple of 7.

You can use FLOOR to round prices, times, instrument readings or any other numeric value.

Note that FLOOR rounds down using the multiple supplied. You can use the MROUND function to round to the nearest multiple and the CEILING function to round up with a multiple.

 

0 votes. 0 / 5

Excel - Excel Functions - Excel Formulas
Logo