description:
Truncate a number to a given precision. |
syntax:
=TRUNC( number, [num_digits] ) |
required arguments:
number | The number to truncate. |
optional arguments:
[num_digits] | The precision of the truncation. |
Truncate a number to a given precision. |
=TRUNC( number, [num_digits] ) |
number | The number to truncate. |
[num_digits] | The precision of the truncation. |