Description
Returns the leftmost characters from a text string.
NOTES
- The number of characters to return is specified by
num_chars.
Ifnum_charsis omitted, LEFT returns the first character of the text.
Syntax
Copied!=LEFT(text, [num_chars])
SAMPLE-1

EXAMPLE 1.1
Copied!=LEFT(A2:A6, 3)
