Last modified: March 09, 2015
Applies to: Office 2013 | Visio 2013
In this article Syntax Example 1 Example 2 Example 3
Rounds a number up to the next integer.
INTUP(number)
Name
Required/Optional
Data Type
Description
number
Required
Number
The number to round up.
INTUP(3.2)
Returns 4.
INTUP(-3.2)
Returns -3.
INTUP(3)
Returns 3.