VALUETOTEXT

Formula Description

The VALUETOTEXT function converts any value format into its corresponding text format.

Formula Syntax

VALUETOTEXT(value/column number)
  • Converts any value format into text format.

Usage Examples

Converts the numerical format in column FB2 to text format and writes the result into column FB3.

FB3 = VALUETOTEXT(FB2)

valuetotext

Last Updated: