LEFT

Tagastab tekstistringi esimese märgi või märgid.

Süntaks

LEFT("Text" [; Number])

Text is the text where the initial partial words are to be determined.

Number (optional) specifies the number of characters for the start text. If this parameter is not defined, one character is returned.

Näide

=LEFT("väljund";3) tagastab "väl".