Text
Extracts a specified number of characters from the start of a text string.
=LEFT(text, [num_chars])textText string to extract from
num_chars(number)Number of characters to extract (default: 1)
=LEFT(A1, 3)Gets first 3 characters from cell A1
Result: First 3 chars
=LEFT(A1, 3)Extracts area code from phone number
Result: Area code
=LEFT(A1, 1)&LEFT(B1, 1)Gets first letter of first and last name
Result: Initials
Our AI can generate tailored formulas based on your specific needs
Generate Custom Formula