![]() |
Leading the way in Microsoft Office Development |
| Home | | | Excel | | | Word | | | PowerPoint | | | Consultancy | | | Feedback | | | Contact |
| Microsoft Excel > Functions > Maths and Trigonometry > ROUNDUP |
ROUNDUP(number, num_digits) |
| Returns a number rounded up to a specified number of digits. |
| number | The number you want to round up (away from zero). | |
| num_digits | The number of digits you want to round the number to. |
| REMARKS |
| This function is identical to the ROUND() function, except that it always rounds a number up. | ||
| If "num_digits" > 0, then "number" is rounded up to the specified number of decimal places. | ||
| If "num_digits" = 0, then "number" is rounded up to the nearest integer. | ||
| If "num_digits" is left blank, then "number" is rounded up to the nearest integer. | ||
| If "num_digits" < 0, then "number" is rounded up to the left of the decimal point. |
| EXAMPLES |
|
| Functions - R | Index - R | Office Online |
| Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved. | Top |