ROUNDUP Function: Difference between revisions
From Planfix
(Created page with "This function rounds numbers up to the given number of digits. ''Format:'' ROUNDUP(number;num_digits) ''Examples:'' ROUNDUP(A;2) ROUNDUP(<nowiki>{{Task.Number field...") |
No edit summary |
||
Line 4: | Line 4: | ||
''Format:'' | ''Format:'' | ||
ROUNDUP(number;num_digits) | |||
''Examples:'' | ''Examples:'' | ||
ROUNDUP(A;2) | ROUNDUP(A;2) |
Revision as of 04:36, 11 December 2019
This function rounds numbers up to the given number of digits.
Format:
ROUNDUP(number;num_digits)
Examples:
ROUNDUP(A;2)
ROUNDUP({{Task.Number field}};2)