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

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Automated text replacement %s)
m
Line 24: Line 24:
 
* [[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/Reference/Calc]]
+
[[Category: Documentation/Reference/Calc/Text functions]]

Revision as of 13:04, 17 May 2010


LEN

Returns the length of a text string.

Syntax:

LEN(text)

returns the number of characters in the text text, including spaces.

Example:

LEN("red car")

returns 7.

LEN(123.4)

returns 5 (numbers are converted to text).

Template:Documentation/SeeAlso

Personal tools