Parameter List
Syntax
LEFT(string,
[chars]
)string
The string from which you want the left-side characters. For example: "Built with a spreadsheet"
.
[optional] chars
The number of characters to return from string
. Must be greater or equal to 0. Zero returns an empty string. For example: 5
. By default set to 1
.