LEFT in WPS on Windows FAQ

Last updated:July 13, 2026

When using the LEFT function, the most common questions are about arguments, unexpected results, and applying the formula across many rows; this FAQ includes 3 common questions and a short glossary.

FAQ

What should I check first if the LEFT result is not correct?

  1. Check whether the first argument points to the correct text cell.
  2. Check whether the second argument matches the number of characters you want to extract.
  3. Confirm that the parentheses, separators, and formula format are complete.

What should I do if LEFT returns an error value?

  1. Check whether the arguments contain unsuitable values, such as a character-count argument that is not a valid number.
  2. Re-enter the arguments from the Insert Function dialog box to avoid manual format mistakes.
  3. If the source text contains extra spaces or unusual characters, clean the text first and calculate again.

How do I use the LEFT function for a whole column?

  1. Enter the correct LEFT formula in the first target cell.
  2. Move the pointer to the fill handle at the lower-right corner of the cell.
  3. Drag downward or double-click the fill handle to copy the formula to other rows.

Glossary

TermDefinition
LEFT functionA text function that returns a specified number of characters from the left side of a text string.
Text argumentThe original string or cell reference from which LEFT extracts content.
Character-count argumentThe numeric argument that tells LEFT how many characters to return from the left side.