Left
Returns a leftmost substring of a string value
Left("Central region", 7) → "Central"
Left("New York City", 8) → "New York"
Inputs
Left(string, length)
string
- A text valuelength
- Length of the resulting text
Last updated
Was this helpful?