Difference between revisions of "Documentation/How Tos/Calc: TEXT function"

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Bot: Adding Category: Documentation)
m (Robot: Automated text replacement %s)
Line 25: Line 25:
 
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 
* [[Documentation/How_Tos/Calc: Functions listed alphabetically|Functions listed alphabetically]]
 
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
 
* [[Documentation/How_Tos/Calc: Functions listed by category|Functions listed by category]]}}
[[Category: Documentation]]
+
[[Category: Documentation/Reference/Calc]]

Revision as of 09:50, 24 November 2009


TEXT

Converts a number into text according to a given format.

Syntax:

TEXT(number; format)

returns number converted to text, according to the format code specified by format.
Example format codes are found in the Format - Cells... dialogue, in the box labelled Format Code. These depend on your locale.
This function should therefore not be regarded as portable.

Example:

TEXT(12.34567;"###.##")

returns the text 12.35, if in your locale ###.## is a format code meaning "up to three integer digits and at most two decimal digits".

Template:Documentation/SeeAlso

Personal tools