Use the LOWER function through 3 how-to topics, all available directly in WPS Spreadsheet; choose a topic from the How-to Index and follow the steps to complete the task.
How-to Index
| No. | Topic | Membership Requirement |
|---|---|---|
| 1 | 1. Insert LOWER from the Insert Function dialog | Free |
| 2 | 2. Type a LOWER formula directly in a cell | Free |
| 3 | 3. Review LOWER syntax and parameter guidance | Free |
How-to Guide
1. Insert LOWER from the Insert Function dialog
Entry point: Formulas 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 Formulas tab.
- Search for LOWER in the dialog box.
- Select the function and confirm.
- Enter the text value or cell reference in the function parameter dialog.
- Confirm to insert the function.
Success Criteria
- The cell contains a
=LOWER(...)formula. - The formula returns a calculated result after confirmation.
- Uppercase letters in the result are converted to lowercase.
Tips While Using
- The argument should be text content or a cell reference that contains text.
- Non-letter characters usually remain unchanged.
- If you need batch processing, fill the formula down after the first result is correct.
2. Type a LOWER formula directly in a cell
Entry point: Cell or formula bar
- Select the cell where you want the result to appear.
- Type
=LOWER(A1)or another target cell reference. - Press Enter to confirm.
- If you need to process more rows, drag the fill handle to copy the formula.
Success Criteria
- The current cell shows the converted lowercase result.
- The formula bar shows the full LOWER formula.
- Filled cells in other rows return corresponding results.
Tips While Using
- Make sure the referenced cell contains text.
- When filling formulas down, check whether relative references behave as expected.
- If needed, adjust the reference style for fixed positions.
3. Review LOWER syntax and parameter guidance
Entry point: Formulas tab → Insert Function
- Click Insert Function on the Formulas tab.
- Enter LOWER in the search box.
- Select the function and review the syntax and parameter area.
- Confirm the parameter meaning shown in the interface before inserting the function.
Success Criteria
- You can see the LOWER function name and parameter input area.
- You can confirm the formula format before insertion.
- The inserted formula can participate in calculation normally.
Tips While Using
- If you are unsure about the parameter format, the Insert Function entry is easier for checking details.
- If the result looks incorrect, first check the content in the referenced cell.