Use MINIFS with 3 how-to topics, all available without membership; choose a topic from the index and follow the entry path and steps.
How-to Index
| No. | Topic | Membership Requirement |
|---|---|---|
| 1 | 1. Create a formula field and use MINIFS | Free |
| 2 | 2. Review the parameter format | Free |
| 3 | 3. Use an example to calculate a conditional minimum | Free |
How-to Guide
1. Create a formula field and use MINIFS
Entry path: Add Field → Formula → Formula Editor
- Open the multidimensional spreadsheet you want to edit.
- Click Add Field on the toolbar.
- Select the Formula field type.
- Enter a formula that includes
MINIFSin the formula editor. - Click Confirm and check whether the result appears in the formula field.
Success Criteria
- Interface result: A new formula field appears in the table and shows a calculated result.
- Next action available: You can continue editing the formula parameters or add more fields.
Tips While Using
- Common mistake: If you do not choose the Formula field type first, you may not be able to enter the function formula.
- Environment note: You need edit permission for the current multidimensional spreadsheet.
2. Review the parameter format
Entry path: Formula Editor → Function Library → MINIFS
- Open the formula editor in your multidimensional spreadsheet.
- Go to the function library and select
MINIFS. - Review the parameter format for the function.
- Fill in the target range and criteria as needed.
Parameter format example:
MINIFS(
[parameter1],
[parameter2],
...
)Success Criteria
- Interface result: You can view the parameter structure for MINIFS.
- Next action available: You can complete the formula and continue calculating.
Tips While Using
- Common mistake: If the parameter order is incomplete, the result may not return as expected.
- Environment note: The field content should match the calculation target.
3. Use an example to calculate a conditional minimum
Entry path: Formula Field → Enter an example formula
- Create or select a formula field.
- Enter an example formula such as
=MINIFS(target_range). - Replace the target range and criteria with your actual data.
- Save the formula and check whether the result refreshes when the data changes.
Success Criteria
- Interface result: The formula field returns a minimum value.
- Next action available: When source data changes, the result updates with it.
Tips While Using
- Common mistake: If the referenced range or criteria does not match the data, the result may be incorrect.
- Environment note: Test with a small dataset before applying the formula to a full table.