These docs are for v1.0. Click to read the latest docs for v1.4.

ASNUMBER

Converts a value into a number.

Syntax

=ASNUMBER(value)

Arguments

ArgumentTypeDescription
valueString or CurrencyThe value to convert to a number

Examples

=ASNUMBER("1")→1

=ASNUMBER("123.45")→123.45

=ASNUMBER(CURRENCY(1))→1


Did this page help you?