This how-to guide includes 4 topics for using the DSUM function, covering formula entry, syntax prompts, argument completion, and result checking; you can jump in from the How-to Index.
How-to Index
| # | Topic | Membership |
|---|---|---|
| 1 | 1. Enter the DSUM function | Free |
| 2 | 2. View the syntax prompt | Free |
| 3 | 3. Fill in arguments and complete the calculation | Free |
| 4 | 4. Recalculate manually and check the result | Free |
How-to Guide
1. Enter the DSUM function
Entry point: Formulas tab → formula bar
- Open an AirSheet file and select the cell where you want the result to appear.
- Type
=in the formula bar or directly in the current cell. - Continue by typing
DSUM(to start entering the function.
Success Criteria
- UI state: The current cell enters formula editing mode and shows content beginning with
=DSUM(. - Next actions: You can continue to view the syntax prompt and enter arguments.
Tips While Using
- Common mistakes: If you do not type
=first, the content may be treated as plain text.- Environment limits: You need to be in an editable spreadsheet cell.
2. View the syntax prompt
Entry point: Type =DSUM( in the formula bar
- After typing
DSUM(, check whether a syntax prompt appears near the editing area. - Review the argument order and example details shown in the prompt.
- Confirm the database range, field, and criteria range you need to reference.
Success Criteria
- UI state: A syntax prompt appears and shows argument requirements and examples.
- Next actions: You can continue filling in the function arguments based on the prompt.
Tips While Using
- Common mistakes: Ignoring the argument order can cause incorrect results or formula errors.
3. Fill in arguments and complete the calculation
Entry point: formula bar
- Enter the correct arguments based on the syntax prompt.
- Check that the parentheses are matched and the correct separator is used between arguments.
- Press Enter to confirm the formula.
- Check whether the calculation result appears in the target cell.
Success Criteria
- UI state: The target cell shows the calculation result and is no longer in editing mode.
- Next actions: You can copy the formula, change the criteria range, or continue editing other cells.
- No side effects: The source data range is not overwritten when you enter the formula.
Tips While Using
- Common mistakes: Unmatched parentheses, the wrong number of arguments, or an incorrect field reference can all cause formula errors.
- Environment limits: Some environments may also support semicolons as separators, so follow the current input setting.
4. Recalculate manually and check the result
Entry point: keyboard shortcut or result review after editing data
- If the result does not match your expectation, first check whether referenced cells contain numbers stored as text.
- Check whether there is a circular reference or an incorrect criteria range.
- If you need to recalculate, press F9 to trigger recalculation manually.
- Compare the result with the source data again.
Success Criteria
- UI state: The result updates after recalculation, or the cause of the issue is identified.
- Next actions: You can continue adjusting arguments and verify the result again.
Tips While Using
- Common mistakes: Entering numbers as text can affect the total.
- Environment limits: Manual recalculation depends on the keyboard shortcut working normally on the current device.