LARGE in WPS on Windows FAQ

Last updated:July 13, 2026

When using the LARGE function, the most common questions usually involve errors, unexpected results, and filling the formula across multiple cells; this section answers 3 common questions.

FAQ

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

  1. Check whether the referenced range contains valid numeric values.
  2. Make sure the rank parameter k is greater than 0 and does not exceed the number of data points.
  3. Confirm that separators and parentheses in the formula are complete.

Why does the LARGE function return a result I did not expect?

  1. Check whether the referenced range is correct and does not miss or include extra cells.
  2. Make sure the related cells are stored as numbers instead of text.
  3. If duplicate values exist, review the ranking requirement again before interpreting the result.

How do I use the LARGE function in multiple cells?

  1. Enter the LARGE formula in the first target cell.
  2. Move the pointer to the fill handle at the lower-right corner of the cell.
  3. Drag down or across, or copy and paste the formula into other cells.
  4. If the data range should stay fixed, use $ to lock the cell references.

Glossary

TermDefinition
LARGEA spreadsheet function that returns the k-th largest value in a dataset.
arrayThe range or array argument in the LARGE function that provides the values to compare.
kThe rank position from largest to smallest, where 1 means the largest value.