FIND in WPS on Windows FAQ

Last updated:July 13, 2026

When using FIND, the most common issues fall into 3 groups: errors, unexpected results, and fill-down use; this FAQ includes 3 common questions.

FAQ

Why does the FIND function return a #VALUE! error?

  1. Check whether the search text and the text to search arguments are in the correct order.
  2. Confirm that the text you want to find actually exists in the target text.
  3. Check whether the starting position is a valid number and does not exceed the text length.
  4. If extra spaces are present, clean the text and calculate again.

Why is the FIND result different from what I expected?

  1. Confirm that FIND is case-sensitive.
  2. Check whether the search starts from a specified starting position, which can change the returned position.
  3. Review the cell content for hidden spaces or special characters.
  4. If you need a case-insensitive lookup, use another text function that better fits that scenario.

How can I use the FIND function across multiple cells?

  1. Enter the correct FIND formula in the first target cell.
  2. Press Enter and confirm that the result is correct.
  3. Drag the fill handle in the lower-right corner of the cell to copy the formula to other cells.
  4. If some references need to stay fixed, add the $ symbol to those references.

Glossary

TermDefinition
FINDA text function that returns the position of the first occurrence of a specified string in text and is case-sensitive.
ArgumentAn input used by a function, such as the search text, the text to search, or the starting position.
Fill handleThe small square at the lower-right corner of a cell that can be used to copy formulas or fill results across cells.