Skip to main content
Version: Streamsheets 2.5

VALUE

Converts a textual number representation to a number.

Syntax

=VALUE(Text, Locale)

Arguments

NameDescription
TextA string representing a number value.
LocaleAn optional locale code. Currently only "en" and "de" are supported. Defaults to current App locale.

Return

A number or #VALUE! if given Text cannot be converted.

Examples

FormulaResultComment
${formula}
22.45
${formula}
22,45
${formula}
#VALUE!