The TEXT function formats the value to the given format string.
text(value, format)
value - The number or reference. Required.
format - The string or format expression. Required.
text(6000,"$###,###.00")
The above formula will return $6,000
Textarrow-up-right
Last updated 4 days ago
Was this helpful?