DSUM in WPS on Windows FAQ

Last updated:July 13, 2026

These FAQs cover 3 common DSUM topics: errors, unexpected results, and batch use in multiple cells.

FAQ

What should I do if DSUM returns an error value?

  1. Check whether the database range, field, and criteria range are all entered completely.
  2. Confirm that the field title exactly matches the column title in the data table.
  3. Check whether the criteria range includes the correct header row and condition values.
  4. Review the parameter separators and cell reference format.

Why does the DSUM result not match what I expected?

  1. Check whether the criteria range points to the correct cell range.
  2. Confirm that the field being summed contains numeric values instead of text.
  3. Review the data table row by row to confirm that the criteria match the intended records.
  4. If needed, test with a simple condition first and then add more complex conditions step by step.

How do I use DSUM in multiple cells?

  1. Enter the DSUM formula in the first target cell.
  2. Select that cell and move the pointer to the fill handle in the lower-right corner.
  3. Drag the fill handle down or across to copy the formula to other cells.
  4. Check whether relative and absolute references behave as expected, and use $ when you need to lock a range.

Glossary

TermDefinition
DSUMA database sum function that adds values in a specified field based on conditions.
FieldThe column name in the database range that tells DSUM which column to sum.
Criteria rangeA cell range used to define filter conditions, usually including a header row and condition values.