TEXT Formula returns a value converted to text with a specified format on the base of given parameters.
Syntax of TEXT formula:
TEXT( value, format )
Parameters:
- value: The value to convert to text.
- format : The format used to display the result.
Below are the useful format types:
Returns
The TEXT function returns a string/text value.
