ROUNDDOWN Function

From Planfix
Revision as of 04:33, 11 December 2019 by SliZzzZ (talk | contribs)
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