Use the SUBSTITUTE function through 4 how-to topics, with 4 available without membership and 0 membership-related items; start from the index and follow the steps for each task.
How-to Index
How-to Guide
1. Enter the SUBSTITUTE function
Entry point: Formulas tab → formula bar
- Open AirSheet and select the cell where you want the result to appear.
- Type
=in the formula bar or directly in the cell. - Continue by typing
SUBSTITUTE(. - Confirm that the function is now ready for argument input.
Success Criteria
- UI state: The cell is in formula input mode and shows
=SUBSTITUTE(. - Next actions: You can continue entering arguments and complete the formula.
Tips While Using
- Common mistakes: If you skip the
=sign, the content is treated as plain text.- Environment limits: The target cell must be editable.
2. Fill in arguments with syntax guidance
Entry point: A cell or formula bar that already contains =SUBSTITUTE(
- Enter the required arguments after the function name.
- Use the on-screen syntax guidance to confirm the argument order.
- Check that brackets, separators, and references are complete.
- Press Enter to submit the formula.
Success Criteria
- UI state: The cell exits edit mode and the formula is submitted.
- Next actions: You can review the replaced result or select the cell again to edit the formula.
Tips While Using
- Common mistakes: Unmatched brackets, missing arguments, or incorrect separators can cause unexpected results.
- Environment limits: Different source text values will affect the replacement result.
3. Check results and automatic recalculation
Entry point: A result cell that already contains a SUBSTITUTE formula
- Review the returned text in the result cell.
- Compare it with the original text to confirm that the target content was replaced.
- Edit the referenced source cell.
- Check whether the result cell updates automatically.
Success Criteria
- UI state: The result cell shows the replaced text.
- Next actions: When source data changes, the result updates automatically.
Tips While Using
- Common mistakes: Overwriting the result cell directly removes the formula.
- Environment limits: If the referenced cell is empty, the output changes with the input content.
4. Use it with cross-sheet references or nested formulas
Entry point: Formula bar
- Enter a SUBSTITUTE formula in the target cell.
- Replace the text source argument with a cell reference from another worksheet, or nest another function inside the formula.
- Check that references and bracket levels are correct.
- Press Enter and review the result.
Success Criteria
- UI state: The cell returns the combined text-processing result.
- Next actions: You can copy the formula to other cells or adjust the reference range.
Tips While Using
- Common mistakes: Deep nesting can make it easy to miss a bracket or use the wrong reference.
- Environment limits: Cross-sheet references require valid worksheets and cells.