If string-length is greater than or equal to the length of source-string, the string returned is equal to source-string.
Examples
=LEFT("one two three", 2) returns "on".
=LEFT("abc") returns "a".
=LEFT(60, 1) returns "6".