Use the COUNT function through 3 how-to topics, all available without membership; choose a topic from the index and follow the steps to complete it.
How-to Index
| No. | Topic | Membership Requirement |
|---|---|---|
| 1 | 1. Create a formula field and call COUNT | Free |
| 2 | 2. Review the argument format and fill it correctly | Free |
| 3 | 3. Use a COUNT example and check the result | Free |
How-to Guide
1. Create a formula field and call COUNT
Entry: Add Field → Formula → Formula editor
- 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
COUNTin the formula editor. - Click Confirm to save the field settings.
Success Criteria
- Interface result: A new formula field appears in the table.
- Next action available: You can continue editing arguments and view the calculated result.
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. Review the argument format and fill it correctly
Entry: Formula editor → Function library → COUNT
- Open the function library in the formula editor.
- Select the COUNT function to review its syntax.
- Enter the formula in the format
COUNT(argument1, [argument2], ...). - Fill the target data range into the argument positions.
- Check whether the arguments match the numeric range that you want to count.
Success Criteria
- Interface result: The formula editor shows a complete COUNT formula.
- Next action available: You can save the formula and move on to checking the result.
Tips While Using
- Common mistake: If the argument range is incorrect, the result may not match your expectation.
- Environment note: COUNT is intended for numeric content, so review the selected range before saving.
3. Use a COUNT example and check the result
Entry: Formula field → Enter an example formula
- Enter a formula in the form
COUNT(target range)in the formula field. - Save the formula settings.
- Return to the table and review the formula field result.
- Change the source data and check whether the result updates.
Success Criteria
- Interface result: The formula field displays a count result.
- Next action available: You can keep updating data and verify result changes.
Tips While Using
- Common mistake: If the result looks incorrect, first review the formula format and target range.
- Environment note: The displayed result depends on the source data in the referenced range.