This FAQ covers 3 common question types about errors, function guidance, and result checks, plus a short glossary.
FAQ
What should I do if the DGET function shows an error?
- Check whether the formula starts with
=. - Review parentheses and separators such as commas or semicolons.
- Confirm that the argument types and count match the function requirements.
- Use the syntax prompt to revise the formula.
How do I view DGET function guidance in WPS?
- Select the target cell and type
=DGET(. - Review the automatic function syntax prompt.
- Use the prompt to confirm argument details and example usage.
What should I do if the DGET result is incorrect?
- Check whether referenced cells contain numbers stored as text.
- Confirm that the criteria range matches the target data range correctly.
- Check for circular references or incorrect cross-sheet references.
- Press F9 to recalculate and review the result again.
Glossary
| Term | Definition |
|---|---|
| DGET | A database lookup function that returns a single matching value from a data range based on criteria. |
| Argument | An input used in a function, such as a data range, field, or criteria. |
| Cross-sheet reference | A reference to a cell or range from another worksheet in the current formula. |