Use the TRUE function in 4 topics, including entering the function, checking syntax prompts, combining it with other formulas, and confirming automatic recalculation.
How-to Index
| # | Topic | Membership |
|---|---|---|
| 1 | 1. Enter the TRUE function | Free |
| 2 | 2. Check syntax prompts and finish editing | Free |
| 3 | 3. Use TRUE with other formulas | Free |
| 4 | 4. Check whether the result recalculates automatically | Free |
How-to Guide
1. Enter the TRUE function
Entry point: Formula tab → formula bar
- Open AirSheet and select the cell where you want the result.
- Type an equal sign
=in the cell or formula bar. - Enter
TRUE(). - Press Enter and check whether the result appears in the cell.
Success Criteria
- UI state: The cell shows the logical result TRUE.
- Next actions: You can keep editing the formula or use the result in another formula.
Tips While Using
- Common mistakes: If you skip the
=sign, the content may be treated as plain text.- Environment limits: You need to work in an editable spreadsheet file.
2. Check syntax prompts and finish editing
Entry point: Formula tab → formula bar
- Select the target cell.
- Type
=TRUE(or start typing the function name. - Check the syntax prompt shown by the app.
- Complete the closing parenthesis and confirm the formula.
Success Criteria
- UI state: The editing area shows function-related prompt information.
- Next actions: You can continue completing or revising the formula based on the prompt.
Tips While Using
- Common mistakes: If no cell is selected, the formula may not be entered where you expect.
3. Use TRUE with other formulas
Entry point: Formula tab → formula bar
- Select the target cell.
- Enter a combined formula that includes TRUE as part of a logical condition.
- Check the parentheses, separators, and references.
- Press Enter to confirm the formula.
Success Criteria
- UI state: The cell returns the result of the combined formula.
- Next actions: You can copy the formula to other cells.
Tips While Using
- Common mistakes: Mismatched parentheses or incorrect references can cause unexpected results.
4. Check whether the result recalculates automatically
Entry point: Edit the cell that contains TRUE or the data it references
- Enter a formula that includes TRUE and confirm the result.
- Change related referenced data or logical conditions.
- Watch whether the result cell updates.
- If needed, select the cell again and review the formula.
Success Criteria
- UI state: The result updates when related data changes.
- Next actions: You can keep adjusting the formula and reviewing the updated result.
Tips While Using
- Common mistakes: If you change an unrelated cell, the result will not change.