This how-to guide includes 4 topics, all available without membership; choose a topic from the index and follow the steps to complete the task.
How-to Index
How-to Guide
1. Enter the PERCENTOF function
Entry point: Formulas tab → formula bar
- Open AirSheet and select the cell where you want to enter the formula.
- Type an equals sign
=in the formula bar or directly in the cell. - Continue by typing
PERCENTOF(. - Enter the required parameters and press Enter.
Success Criteria
- UI state: The cell displays a calculation result.
- Next actions: You can continue editing parameters or copy the formula to other cells.
Tips While Using
- Start the formula with an equals sign
=.- Make sure the parentheses are paired correctly.
2. View syntax guidance and parameter requirements
Entry point: Formulas tab → formula bar
- Select the target cell.
- Type
=PERCENTOF(. - Check the syntax guidance that appears.
- Review the parameter requirements and examples, then continue entering the formula.
Success Criteria
- UI state: Syntax guidance appears after the function is entered.
- Next actions: You can continue completing the formula based on the guidance.
Tips While Using
- If guidance does not appear, check whether the function name is spelled correctly.
- For longer formulas, use the formula bar so the full content is easier to review.
3. Use cross-worksheet references in a calculation
Entry point: Formulas tab → formula bar
- Open the workbook that contains the related data.
- Select the cell where you want the result to appear.
- Enter the PERCENTOF formula and reference cells or ranges from another worksheet in the parameters.
- Press Enter to confirm the result.
Success Criteria
- UI state: The result cell returns a calculated value.
- Next actions: After you change data in the referenced worksheet, you can check whether the result updates.
Tips While Using
- Before using cross-sheet references, confirm that the referenced cells contain valid values.
- If the result looks incorrect, check whether the reference location is correct.
4. Nest PERCENTOF with other functions
Entry point: Formulas tab → formula bar
- Select the target cell.
- Enter a combined formula that starts with
=. - Add PERCENTOF to the formula and nest other functions as needed.
- Check the parentheses and parameters, then press Enter.
Success Criteria
- UI state: The cell returns the result of the nested formula.
- Next actions: You can continue adjusting the outer or inner function parameters.
Tips While Using
- For longer nested formulas, review the parentheses in sections.
- If the result is not correct, test each sub-formula separately first.