Skip to main content

TEXT

The TEXT function allows you to format numbers, dates, times, and logical values by applying a specific display format, making the values more readable.

Use

TEXT( value [, display_format] )
Formats a value and converts it to text.

ParameterRequiredDescription
valueYesa number, logical, date, time, or date/time value to format
display_formatNoa display format relevant to the data type (uses default if omitted)

ReturnsText

Example

This section isn’t ready just yet—we’re working on it! Please check back soon, and if you need help right away, feel free to ask in our Community Forum.

ON THIS PAGE