Tutorial Content
description:
Returns the number of characters from the left of a string. |
syntax:
=LEFT( text, [num_chars] ) |
required arguments:
text | The text string. |
optional arguments:
[num_chars] | The maximum number of characters that is returned. |