Skip to main content
Version: Streamsheets 3.0

ROUND

Rounds the value to the given amount of decimals.

Syntax

=ROUND(Value, Decimals.)

Arguments

NameTypeDescription
ValueNumberValue to round.
Decimals.NumberAllowed decimals in the result.

Return

TypeDescription
NumberRounded value with the allowed number of decimals.

Examples

FormulaResultComment
=ROUND(7.3423423, 3)
7.342