Fresh Excel Tips

Quick and Easy Excel Tips and Tutorials

Use the FLOOR function to round down values to the nearest 100

As seen in our previous article, it is easy to round up values to multiples of 100. To round numbers down to the nearest multiple of significance, use the FLOOR function. Here is the syntax that is used:

FLOOR(number, significance)
number: The value to be rounded.
significance: The multiple to which the number will be rounded down.

To round down values to multiples of 100:

  1. In cells A2:A10 list some prices.
  2. Select cells B2:B10 and type the following formula: =FLOOR(A2,100).
  3. Press Ctrl+Enter.

Use the FLOOR function to round down values to the nearest 100

This tip is compatible with Excel 97, 2000, 2003 and 2007.

Use the FLOOR function to round down values to the nearest 100
  1. How to Use the CEILING function to round up values to the nearest 100
  2. Use the MROUND function to round values to the nearest multiple of 10 or 50
  3. How to Round Time to the nearest 15 minute in Excel
  4. How to Use the MROUND function to round prices to 5 or 25 cents
  5. How to Use the ROUND function to round time values to whole minutes

Leave a Reply