Use the PROPER function with 3 how-to topics, all available without membership; choose a topic from the index and follow the steps to enter, review, or confirm the formula.
How-to Index
| No. | Topic | Membership Requirement |
|---|---|---|
| 1 | 1. Enter PROPER from the Insert Function dialog box | Free |
| 2 | 2. Type the PROPER formula directly in a cell | Free |
| 3 | 3. Review PROPER syntax and parameter details | Free |
How-to Guide
1. Enter PROPER from the Insert Function dialog box
Entry point: 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 PROPER in the Insert Function dialog box.
- Select the function and click OK.
- Enter the text value or cell reference in the Function Arguments dialog box.
- Click OK to finish.
Success Criteria
- The selected cell now contains a PROPER formula.
- After confirmation, the result appears with the first letter of each word capitalized.
- You can continue by copying the formula or filling it down to other cells.
Tips While Using
- Use the English function name
PROPERwhen searching.- You can reference another cell as the argument for batch processing across a column.
2. Type the PROPER formula directly in a cell
Entry point: Cell → Formula bar
- Select the cell where you want to enter the formula.
- Type
=PROPER(...)directly in the cell or in the formula bar. - Enter the text value or target cell reference inside the parentheses.
- Press Enter to confirm.
Success Criteria
- The cell shows the calculated result instead of plain formula text.
- The result displays each word with an uppercase first letter.
- When you select the cell again, the full formula is visible in the formula bar.
Tips While Using
- The formula must begin with an equals sign
=.- If you reference another cell, the result updates when the source cell content changes.
3. Review PROPER syntax and parameter details
Entry point: Formula tab → Insert Function
- Click Insert Function on the Formula tab.
- Type PROPER in the search box.
- Select the function and review the syntax and parameter area.
- If the interface provides a related help entry, open it for more details.
Success Criteria
- You have opened the PROPER function information area.
- You can review the function name, syntax format, and parameter input area.
- You can continue with formula entry or adjustment based on that information.
Tips While Using
- Reviewing the syntax first can reduce parameter entry mistakes.
- If the result is not what you expect, check whether the referenced content is the intended text.