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

From Apache OpenOffice Wiki
Jump to: navigation, search
m
m
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
__NOTOC__
+
{{DISPLAYTITLE:LEN function}}
 +
{{Documentation/CalcFunc TextTOC
 +
|ShowPrevNext=block
 +
|PrevPage=Documentation/How_Tos/Calc:_LEFT_function
 +
|NextPage=Documentation/How_Tos/Calc:_LOWER_function
 +
}}__NOTOC__
  
 
== LEN ==
 
== LEN ==
Line 15: Line 20:
 
: returns <tt>'''5'''</tt> (numbers are converted to text).
 
: returns <tt>'''5'''</tt> (numbers are converted to text).
  
{{Documentation/SeeAlso|
+
{{SeeAlso|EN|
 
* [[Documentation/How_Tos/Calc: LEFT function|LEFT]]
 
* [[Documentation/How_Tos/Calc: LEFT function|LEFT]]
 
* [[Documentation/How_Tos/Calc: RIGHT function|RIGHT]]
 
* [[Documentation/How_Tos/Calc: RIGHT function|RIGHT]]

Latest revision as of 15:32, 2 February 2024



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).



See Also
Retrieved from "https://wiki.openoffice.org/w/index.php?title=Documentation/How_Tos/Calc:_LEN_function&oldid=260106"
Views
Personal tools
Navigation
Tools