Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

Syntax

ROUNDUP(<number>[;<number>])

Description

Rounds a number up toward the nearest whole number. The count is the number of digits (defaults to 0).

Examples

Column1ROUNDUP() returns
5.36
7.93458
Column1CountROUNDUP(<Column1>;3) returns
7.98765432137.988
  • No labels