
Chapter 11: Math & Trig Functions 325
Result
Analysis
If you scroll down to the product Schoggi Schokolade, the price of 43.9 has been
rounded down to 43. The same result could have been achieved by using the TRUNC()
function. INT() and TRUNC() differ in how they operate on negative numbers. The
following syntax, using FLOOR(), also produces the same result:
=FLOOR(Products[UnitPrice],1)
ISO.CEILING()
This function, ISO.CEILING(), is similar to CEILING(). The difference between
the two functions lies in how they behave when both parameters are negative. In that
situation, ISO.CEILING() will round up, while CEILING() will round down. The
second parameter is the unit of significance. The example uses the Products table.
Syntax
=ISO.CEILING(Products[UnitPrice],.1)