ROUNDUP Function: Difference between revisions

From Planfix
Jump to: navigation, search
(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
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{#seo:
|title=ROUNDUP Function
|titlemode=append
|keywords=planfix, Function, ROUNDUP, reports
|description=ROUNDUP Function
}}
This function rounds numbers up to the given number of digits.
This function rounds numbers up to the given number of digits.


Line 4: Line 11:
''Format:''
''Format:''
   
   
ROUNDUP(number;num_digits)


ROUNDUP(number;num_digits)


   
   
''Examples:''
''Examples:''


ROUNDUP(A;2)
ROUNDUP(A;2)


ROUNDUP(<nowiki>{{Task.Number field}}</nowiki>;2)
ROUNDUP(<nowiki>{{Task.Number field}}</nowiki>;2)





Latest revision as of 07:57, 10 May 2024

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)


Go To