Use the LARGE function through 3 how-to topics, including inserting it from the function dialog box, typing the formula directly, and reviewing syntax details before use.
How-to Index
| No. | Topic | Membership Requirement |
|---|---|---|
| 1 | 1. Insert LARGE from the Insert Function dialog box | Free |
| 2 | 2. Type a LARGE formula directly in a cell | Free |
| 3 | 3. Review LARGE syntax and parameter details | Free |
How-to Guide
1. Insert LARGE from the Insert Function dialog box
Entry: Formula tab → Insert Function
- Select the cell where you want to enter the formula.
- Click the fx button in the formula bar, or click Insert Function on the Formula tab.
- Search for LARGE in the dialog box.
- Select the function and click OK.
- Enter the required parameters in the Function Arguments dialog box.
- Click OK to finish.
Success Criteria
- Interface result: The target cell now contains a LARGE formula.
- What you can do next: You can continue editing parameters, press Enter to confirm, or fill the formula into other cells.
Tips While Using
- Common mistake: Extra spaces in the function name can make it harder to find in search.
- Environment note: WPS Spreadsheet must already be open.
2. Type a LARGE formula directly in a cell
Entry: Cell or formula bar
- Select the cell where you want to enter the formula.
- Type
=LARGE(...)directly in the cell or in the formula bar. - Press Enter to confirm.
- If needed, review the parameter hint after typing
=LARGE(.
Success Criteria
- Interface result: The cell returns the value for the requested rank.
- What you can do next: You can copy the formula to other cells for batch calculation.
Tips While Using
- Common mistake: Incorrect separators or range references can cause unexpected results.
- Environment note: The referenced range should contain numeric values for ranking.
3. Review LARGE syntax and parameter details
Entry: Formula tab → Insert Function
- Click Insert Function on the Formula tab.
- Type LARGE in the search box.
- Select the function to review its syntax and parameter details.
- Confirm the data range and rank parameter before completing the formula.
Success Criteria
- Interface result: You can see the LARGE function name, syntax, and parameter description.
- What you can do next: You can continue inserting the function and complete the calculation.
Tips While Using
- Common mistake: Checking only the function name without confirming parameter order can lead to input errors.