MATCH in WPS on Windows FAQ

Last updated:July 17, 2026

When using MATCH, the most common questions involve formula errors, argument guidance, and unexpected results; this section answers 3 common questions.

FAQ

What should I do if MATCH shows an error after I enter it?

  1. Check whether the formula starts with =.
  2. Check whether the parentheses, separators, and number of arguments are correct.
  3. Use the syntax prompt shown during input to confirm the argument order.

How can I view the argument guidance for MATCH?

  1. Select the target cell and type =MATCH(.
  2. Review the syntax prompt shown in the formula input area.
  3. Complete the arguments by following the displayed format.

Why is the MATCH result not correct?

  1. Check whether the lookup range is a single row or single column.
  2. Check whether the lookup value and the range use the same data type, such as numbers versus numbers stored as text.
  3. Check whether the selected match type fits the current data arrangement, and recalculate if needed.

Glossary

TermMeaning
MATCHA function that returns the relative position of a matched value in a specified range
Lookup rangeThe single-row or single-column cell range used for matching
Match typeThe argument that controls how MATCH searches and returns exact or approximate results
Cross-sheet referenceA formula reference that points to cells or ranges in another worksheet