The VALUETOTEXT function returns text from any specified value. It passes text values unchanged, and converts non-text values to text.
Note: This is one of several beta features, and currently only available to a portion of Office Insiders at this time. We'll continue to optimize these features over the next several months. When they're ready, we'll release them to all Office Insiders, and Microsoft 365 subscribers.
Syntax
VALUETOTEXT(value, [format])
The VALUETOTEXT function syntax has the following arguments.
Argument |
Description |
---|---|
value Required |
The value to return as text. |
format Optional |
The format of the returned data, one of two values:
|
Note: If format is anything other than 0 or 1, VALUETOTEXT returns the #VALUE! error value.