TEXT
Last updated
Was this helpful?
The TEXT function converts a value into formatted text based on the specified format string. This function is commonly used to display numbers, currencies, percentages, and dates in a specific format.
TEXT(value, format)value: The number or reference to format.
format: The format string or format expression to apply.
Returns the formatted value as text.
TEXT(6000, "$###,###.00")Returns $6,000.00.
Last updated
Was this helpful?
Was this helpful?