DGET in WPS on Windows FAQ

Last updated:July 13, 2026

When using DGET, common questions usually involve error values, unexpected results, and filling the formula across multiple cells; this section covers 3 frequent questions.

FAQ

What should I do if DGET returns an error value?

  1. Check whether the database range includes a header row.
  2. Check whether the field argument points to the correct column name or column number.
  3. Check whether the criteria range is filled in correctly and matches the header names.
  4. If needed, reopen the Insert Function dialog and verify each parameter again.

Why does the DGET result not match what I expected?

  1. Confirm that the referenced ranges are correct.
  2. Check whether the criteria range filters the data down to one record.
  3. Check the cell content format so text and numbers are not mixed unexpectedly.
  4. Adjust the criteria step by step and observe how the result changes.

How can I use DGET in multiple cells?

  1. Enter and confirm the DGET formula in the first cell.
  2. Drag the fill handle down or across to copy the formula.
  3. Or copy and paste the formula into the target range.
  4. Check whether relative and absolute references are set as intended, and use $ when you need to lock a reference.

Glossary

TermDefinition
DatabaseThe data range used by DGET, usually a table area that includes headers and records.
FieldThe target field that tells DGET which column should return the result. It can be a column label or a column index.
CriteriaThe criteria range that defines the filter conditions used to match one record in the database range.