JBpNE‖

7QRS7‖ TEXT

J4ppx‖ Converts a value into text according to a given format.

GSbiK‖Syntax

MLPFN‖TEXT(Value; Format)

BhJfs‖ Value is the value (numerical or textual) to be converted.

YJCfL‖ Format is the text which defines the format. Use decimal and thousands separators according to the language set in the cell format.

MiUAf‖Example

BYier‖ =TEXT(12.34567;"###.##") returns the text 12.35

44GXx‖ =TEXT(12.34567;"000.00") returns the text 012.35

uiRCd‖ =TEXT("xyz";"=== @ ===") returns the text === xyz ===

tip

GCgms‖See also Number format codes: custom format codes defined by the user.