The FLOOR function in Microsoft Excel is a mathematical function that can be used to round a number down to the nearest integer. It is useful for finding the largest integer that is less than or equal to a given number.
The FLOOR function rounds a number down to the nearest multiple of a specified value. This function is commonly used to round down a number to the nearest integer, which can be used to apply standard rounding rules or to round down a number to the nearest multiple of a given value.
For example, the function can be used to round down an amount to the nearest multiple of 5 or 10. This is useful for creating a discount table or performing calculations involving multiples of a certain number.
Struggling with your Excel formulas?
Looking for a faster and easier way to write Excel formulas? Try AI Excel Formula Generator and turn your text into formulas with just a few clicks.
=FLOOR(number, significance)
number argument: is the number to round down
significance argument: is the multiple to which you want to round down a number.
The function rounds a number down to the nearest multiple of a specified value. It takes two arguments, the number and the multiple. For example, if you use the function FLOOR(10,2) it will return 8. This is because 8 is the nearest multiple of 2 to 10.Â
=FLOOR(A1,5) where A1 is the cell containing the original number. This formula will round the number down to the nearest multiple of 5. For example, if A1 contains the number 7.3, the formula would return the value 5.
Yes, FLOOR rounds down regardless of the sign.
WEEKLY BLOG ARTICLES WITH INDUSTRY NEWS AND HELPFUL GUIDES