The CEILING function rounds a number up to the nearest integer or specified multiple (significance). If the number is already an exact multiple of the specified significance, it remains unchanged. This function is commonly used in financial calculations, pricing adjustments, quantity estimations, and scenarios where values must always be rounded upward.
CEILING(value, significance)
value: Number or reference to round.significance (Optional): The multiple to which the value should be rounded. If not specified, the value is rounded up to the nearest integer.Returns the rounded value based on the specified significance.
CEILING(Planned Units, 2)
In this example, the Rounded_Off Units measure is created using the CEILING function, which returns the values in the Planned Units measure rounded up to the nearest multiple of 2.
