Left-Side Substring (LEFT)

Syntax: LEFT(Text; n)

The LEFT function returns the first character from the string text, or a specified number of n characters starting from the left. For example:

=LEFT("OpenOffice.org")

returns O, and

=LEFT("OpenOffice.org"; 4)

returns Open.

images

Figure 11-3. Sample result of the LEFT function

See also MID and RIGHT.

Get Beginning OpenOffice Calc: From Setting Up Simple Spreadsheets to Business Forecasting now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.