This section includes 3 how-to topics, and all 3 are available without membership so you can jump to the task you need from the index.
How-to Index
| No. | Topic | Membership Requirement |
|---|---|---|
| 1 | 1. Create a formula field and call COUNTIFS | Free |
| 2 | 2. Set the COUNTIFS parameter format | Free |
| 3 | 3. Combine COUNTIFS with other functions | Free |
How-to Guide
1. Create a formula field and call COUNTIFS
Entry path: Add Field → Formula
- Open the multidimensional table that you want to edit.
- Click Add Field on the toolbar.
- Select Formula as the field type.
- Enter a formula that includes COUNTIFS in the formula editor.
- Click Confirm and check whether the result appears in the formula field.
Success Criteria
- On-screen result: A new formula field appears and shows a calculated result.
- Next action: You can continue editing the formula or review updated results after records change.
Tips While Using
- Common mistake: If you do not choose the Formula field type, you cannot enter a function formula.
- Environment note: You need edit permission for the current multidimensional table.
2. Set the COUNTIFS parameter format
Entry path: Formula Editor → Function Library → COUNTIFS
- Open COUNTIFS in the formula editor.
- Fill in the parameters in order.
- Enter the target data range in the correct position.
- Set a matching condition for each range.
- Check the parameter order and parentheses, then save the formula.
Success Criteria
- On-screen result: The formula saves successfully without a parameter format error.
- Next action: You can add more criteria or revise existing ones.
Tips While Using
- Common mistake: Incorrect parameter order or missing parentheses can cause formula errors.
- Environment note: The criteria ranges and conditions should match your actual data.
3. Combine COUNTIFS with other functions
Entry path: Formula Editor
- Enter COUNTIFS in an existing formula field.
- Use COUNTIFS as an argument in another function, or combine it with other functions as needed.
- Check the references in the combined formula.
- Save the formula and review whether the result updates as expected.
- Modify source data and confirm that the result refreshes automatically.
Success Criteria
- On-screen result: The combined formula saves successfully and returns a result.
- Next action: When records change, the result updates accordingly.
Tips While Using
- Common mistake: In nested formulas, it is easy to miss a parenthesis or reference target.
- Environment note: It is helpful to verify a simple condition first, then expand to a combined formula.