Skip to main content
Version: Streamsheets 2.5

ROUND

Rounds the value to the given amount of decimals.

Syntax

=ROUND(Value, Decimals.)

Arguments

NameDescription
ValueValue to round.
Decimals.Allowed decimals in the result.

Return

Rounded value with the allowed number of decimals.

Examples

FormulaResultComment
=ROUND(7.3423423, 3)
7.342