Round down?

I created a formula and always want to round down the result —> so if result is 16,9 I want 16 to be shown, not 17.

I see a rounding function in L&L, but can’t find a way to round down a result.

Hi again,

I think that wath you need is the function INT(NUMBER).

Works fine!

Thanks