ROUNDDOWN Function

From Planfix
Revision as of 04:33, 11 December 2019 by SliZzzZ (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This function rounds numbers down to the given number of digits.


Format:

ROUNDDOWN(number;num_digits)


Examples:

ROUNDDOWN(A;2)

ROUNDDOWN({{Task.Number field}};2)


Go To