LOWER in WPS on Windows FAQ

Last updated:July 20, 2026

Common LOWER questions usually involve formula syntax, result display, and how text conversion works; this section covers 3 frequent questions plus a short glossary.

FAQ

What should I do if the LOWER function returns an error?

  1. Make sure the formula starts with =.
  2. Confirm that the function name is spelled LOWER and that both parentheses are included.
  3. Check that the argument is valid text, a quoted text constant, or a valid cell reference.

Can LOWER replace the original cell content directly?

  1. LOWER returns a result in the formula cell and does not overwrite the original text automatically.
  2. If you want to replace the source data, create the result in a helper column first.
  3. After checking the result, copy it and paste it back as values or plain text if needed.

Why does LOWER seem to make no change?

  1. Check whether the original text is already lowercase.
  2. Review whether the content mainly contains numbers, symbols, or characters without case differences.
  3. If the formula references another cell, confirm that the source cell content has been updated.

Glossary

TermDefinition
LOWERA text function that converts specified text to lowercase.
ArgumentThe input inside a function, such as text or a cell reference.
Formula barThe area where you enter and edit formulas in a worksheet.