This how-to guide includes 4 operation topics, all available without membership, so you can enter the LARGE function, fill in parameters, build references, and troubleshoot results step by step.
How-to Index
| No. | Topic | Membership Requirement |
|---|---|---|
| 1 | 1. Enter the LARGE function | Free |
| 2 | 2. Fill in parameters with function prompts | Free |
| 3 | 3. Use cross-sheet references and nested formulas | Free |
| 4 | 4. Check errors and recalculate results | Free |
How-to Guide
1. Enter the LARGE function
Entry path: Formulas tab → formula bar
- Open WPS Spreadsheet and select the cell where you want to show the result.
- Type
=to start a formula. - Type
LARGE(. - Check the editing area to confirm that the LARGE function input has started.
Success Criteria
- Interface result: The cell or formula bar shows
=LARGE(. - Next action available: You can continue entering the data range and rank parameter.
Tips While Using
- Common mistake: If you do not start with
=, the content may be treated as plain text.- Environment note: You need to work in an editable worksheet cell.
2. Fill in parameters with function prompts
Entry path: target cell → formula bar
- After
LARGE(, enter the data range used for calculation. - Add the parameter separator, then enter the rank number to return.
- Check that the closing parenthesis is complete.
- Press Enter to confirm the formula.
Success Criteria
- Interface result: The target cell shows a calculated result.
- Next action available: You can copy the formula or adjust the referenced range.
Tips While Using
- Common mistake: Missing parameters, missing separators, or incomplete parentheses can cause formula errors.
- Environment note: The referenced range should contain numeric data that can be calculated.
3. Use cross-sheet references and nested formulas
Entry path: formula bar
- In the array parameter of LARGE, select a data range from the current sheet or another sheet.
- Combine LARGE with other functions when you need a nested formula.
- Check that the reference range and formula structure are correct.
- Press Enter to apply the formula and review the result.
Success Criteria
- Interface result: The formula returns a result normally, including when cross-sheet references are used.
- Next action available: You can continue adjusting the range or copy the formula to other cells.
Tips While Using
- Common mistake: Selecting the wrong sheet or range can change the result.
- Environment note: The referenced sheet must be in the current workbook and contain valid data.
4. Check errors and recalculate results
Entry path: result cell → formula bar
- If the result looks incorrect, check the formula syntax, parentheses, and parameter order.
- Confirm that numbers in the referenced range are not stored as text.
- Check for circular references or a rank parameter outside the available data range.
- If you need to refresh the result manually, press F9 to recalculate.
Success Criteria
- Interface result: After the issue is fixed, the cell shows a normal result.
- Next action available: You can continue editing, copying, or saving the worksheet.
Tips While Using
- Common mistake: Text-formatted numbers may affect the result.
- Environment note: Manual recalculation is useful when you want to refresh results immediately.