TEXT

Converts a value into text according to a given format.

Szintaxis

TEXT(Value; Format)

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

A formátum a formátumot meghatározó szöveg. A tizedes-, illetve ezreselválasztókat a cellaformátum nyelvi beállításai szerint használja.

Példa

A =SZÖVEG(12,34567;"###,##") eredménye a 12,35 szöveg.

A =SZÖVEG(12,34567;"000,00") eredménye a 012,35 szöveg.

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

tip

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


Támogasson minket!