Documentation/How Tos/Calc: LEFT function

From Apache OpenOffice Wiki
< Documentation‎ | How Tos
Revision as of 09:28, 24 November 2009 by OOoWikiBot (Talk | contribs)

Jump to: navigation, search


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