Use AVERAGEIFS through 3 how-to topics, with 3 available without membership and 0 membership-related items; choose a topic from the index and follow the steps.
How-to Index
| No. | Topic | Membership Requirement |
|---|---|---|
| 1 | 1. Create a formula field and call AVERAGEIFS | Free |
| 2 | 2. Set the AVERAGEIFS parameter format | Free |
| 3 | 3. Review and verify calculation results | Free |
How-to Guide
1. Create a formula field and call AVERAGEIFS
Entry: Add Field → Formula → Formula Editor
- Click Add Field on the toolbar.
- Select the Formula field type.
- Enter a formula that includes
AVERAGEIFSin the formula editor. - Fill in the target range and criteria parameters as needed.
- Click Confirm to save the formula.
Success Criteria
- Interface result: A new formula field appears in the table.
- What you can do next: You can continue editing the formula and review the result.
Tips While Using
- Common mistake: Choosing the wrong field type prevents formula input.
- Environment note: You need edit permission for the current multi-dimensional table.
2. Set the AVERAGEIFS parameter format
Entry: Formula Editor → Function Library → AVERAGEIFS
- Open the function library in the formula editor.
- Select
AVERAGEIFSto review its parameter structure. - Enter the target data range first.
- Then enter each criteria range and criterion in order.
- Check that the parameter count and referenced ranges match.
Basic format reference:
AVERAGEIFS(
[parameter1],
[parameter2],
...
)Success Criteria
- Interface result: The full function structure displays correctly in the formula editor.
- What you can do next: After saving, you can return to the table and review the calculated result.
Tips While Using
- Common mistake: Incorrect parameter order can return incorrect results.
- Common mistake: Text references or mismatched ranges can affect the output.
3. Review and verify calculation results
Entry: Formula field result column
- Save the formula and return to the data table.
- Review the result shown in the formula field.
- Change related record data and check whether the result refreshes automatically.
- If the result looks incorrect, return to the formula editor and review the parameter format.
Success Criteria
- Interface result: The formula field shows an average value.
- What you can do next: When source data changes, the result updates accordingly.
Tips While Using
- Common mistake: Incorrect target or criteria ranges can affect result checks.
- Environment note: After importing data, confirm that field values are suitable for numeric calculation.