This FAQ covers 3 common questions about FINDB, including formula errors, syntax guidance, and result checking, plus a short glossary.
FAQ
What should I do if the FINDB function shows an error?
- Check whether the formula starts with
=. - Make sure the parentheses are paired correctly and the arguments use the correct separator.
- Confirm that the argument types and order match the syntax guidance.
- Press Enter again after making corrections.
How can I view the FINDB function syntax in WPS on Windows?
- Select the target cell and type
=FINDB(. - Review the syntax guidance shown in the formula editing area.
- Confirm the meaning, order, and example format of each argument.
What should I do if the FINDB result is not correct?
- Check whether the referenced cell contains the expected text.
- Confirm that the search text and target text match the expected case and position conditions.
- Check for text-formatted numbers, incorrect references, or circular references.
- Re-enter the formula if needed and verify the result again.
Glossary
| Term | Definition |
|---|---|
| FINDB | A function that returns the first position of a specified string in text. |
| Syntax guidance | The parameter help and example information shown while entering a function. |
| Nested formula | A calculation method that places one function inside another function. |