Use LEFT through 1 task in the index below to extract characters from the left side of text; 1 item is available without membership and 0 items are membership-related.
How-to Index
| # | Topic | Membership |
|---|---|---|
| 1 | 1. Use the LEFT function | Free |
How-to Guide
1. Use the LEFT function
Entry point: Formulas tab → formula bar
- Open AirSheet and select the cell where you want to enter the formula.
- Type
=in the formula bar or directly in the cell to start the formula. - Type
LEFT(and review the syntax guidance that appears automatically. - Enter the required arguments based on the prompt, then press Enter.
- Confirm that the calculation result appears in the current cell.
Success Criteria
- UI state: The cell displays the result returned by the LEFT formula.
- Next actions: You can continue copying the formula, editing arguments, or filling it down.
Tips While Using
- Common mistakes: Missing parentheses, incorrect argument separators, or forgetting to start with
=.- Environment limits: If the referenced source cell changes, the result updates automatically.