ROUNDDOWN Function: Difference between revisions
From Planfix
								
												
				| No edit summary | No edit summary | ||
| (3 intermediate revisions by one other user not shown) | |||
| Line 1: | Line 1: | ||
| {{#seo: | |||
| |title=ROUNDDOWN Function | |||
| |titlemode=append | |||
| |keywords=planfix, Function, ROUNDDOWN, reports | |||
| |description=ROUNDDOWN Function | |||
| }} | |||
| This function rounds numbers down to the given number of digits. | This function rounds numbers down to the given number of digits. | ||
| ''Format:'' | ''Format:'' | ||
| ROUNDDOWN(number;num_digits) | ROUNDDOWN(number;num_digits) | ||
| Line 8: | Line 15: | ||
| ''Examples:'' | ''Examples:'' | ||
| ROUNDDOWN(A;2) | ROUNDDOWN(A;2) | ||
| ROUNDDOWN({{Task.Number field}};2) | ROUNDDOWN(<nowiki>{{Task.Number field}}</nowiki>;2) | ||
Latest revision as of 08:03, 10 May 2024
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)