This guide includes 4 how-to topics for PIVOTBY, with 4 free topics and 0 membership-related topics; choose a topic from the index and follow the steps.
How-to Index
How-to Guide
1. Enter the PIVOTBY 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. - Continue by typing
PIVOTBY(. - Confirm that the function is now in editing state.
Success Criteria
- UI state:
=PIVOTBY(appears in the cell or formula bar. - Next actions: You can continue entering parameters and complete the formula.
Tips While Using
- Common mistakes: If you do not type
=first, the content may be treated as plain text.
2. Check syntax prompts and parameter requirements
Entry point: formula editing state after typing =PIVOTBY(
- Type
=PIVOTBY(in a cell. - Wait for the syntax prompt to appear automatically.
- Review the parameter requirements and example content.
- Prepare the remaining inputs based on the prompt.
Success Criteria
- UI state: A syntax prompt appears and shows parameter requirements and examples.
- Next actions: You can continue filling in parameters based on the prompt.
Tips While Using
- Common mistakes: If the function name is incomplete or misspelled, the syntax prompt may not appear as expected.
3. Use cross-sheet references
Entry point: Formulas tab → formula bar
- Select the target cell and type
=PIVOTBY(. - Move to the worksheet that contains the data you want to reference.
- Select the cell or range to include in the formula.
- Return to the current worksheet and complete the remaining parameters.
- Press Enter to confirm the formula.
Success Criteria
- UI state: The formula includes a reference to another worksheet.
- Next actions: After confirmation, the current cell shows a calculation result.
Tips While Using
- Common mistakes: An incomplete reference range can affect the result.
- Environment limits: The referenced worksheet data must be accessible.
4. Create nested calculations and confirm automatic recalculation
Entry point: Formulas tab → formula bar
- Enter a formula that includes PIVOTBY in the target cell.
- Add other functions in the parameters when needed to build a nested calculation.
- Press Enter and review the initial result.
- Change the source data in the referenced cells.
- Check whether the result updates automatically.
Success Criteria
- UI state: The cell shows a calculation result, and the result changes after the source data changes.
- Next actions: You can continue editing the formula or adjust the reference range.
Tips While Using
- Common mistakes: Unmatched parentheses or incorrect separators can cause formula errors.
- Environment limits: If the result does not change right away, check whether the calculation has finished.