For the complete documentation index, see llms.txt. This page is also available as Markdown.

TEXT

The TEXT function formats the value to the given format string.

Syntax

text(value, format)

Arguments

value - Required. The number or reference.

format - Required. The string or format expression.

Example

text(6000,"$###,###.00")

The above formula will return $6,000

Last updated

Was this helpful?