LEFT

Extracts the left-most characters from a text string. 

Syntax

LEFT(text-expression,number)

Arguments

text-expression Text or cell reference to evaluate.
number Number of charcters to extract.

Example

LEFT("Gobe Software",7 ) returns "Gobe So"