![]() |
Leading the way in Microsoft Office Development |
| Home | | | Excel | | | Word | | | PowerPoint | | | Consultancy | | | Feedback | | | Contact |
| Microsoft Excel > Functions > Maths and Trigonometry > FLOOR |
FLOOR(number, significance) |
| Returns the number rounded down to the nearest integer or significant figure. |
| number | The value you want to round down (towards zero). | |
| significance | The multiple to which you want to round. |
| REMARKS |
| If any of the arguments are not numeric, then #VALUE! is returned. | ||
| If "number" or "significance" have different signs, then #NUM! is returned (last example ?) | ||
| Regardless of the sign of number, a value is rounded down when adjusted away from zero. If number is an exact multiple of significance, no rounding occurs. | ||
| This function is very similar to the CEILING() function. |
| EXAMPLES |
|
| Functions - F | Index - F | Office Online |
| Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved. | Top |