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

From Apache OpenOffice Wiki
Jump to: navigation, search
m (Robot: Automated text replacement %s)
m
Line 23: Line 23:
 
* [[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


LEFT

Returns text from the left side of a text string.

Syntax:

LEFT(text; number)

returns number characters from the left side of the text text.
number defaults to 1 if omitted.

Example:

LEFT("output"; 3)

returns out.

Template:Documentation/SeeAlso

Personal tools