Change the case of text using case conversion functions.
Convert text to all uppercase in column B, all lowercase in column C, and proper case (title case) in column D.
Solve without hints for +5 XP
This is the grid you start with. Cell references in the task — B6, C2 — point at the row numbers and column letters below.
| A | B | C | D | |
|---|---|---|---|---|
| 1 | Original | UPPERCASE | lowercase | Proper Case |
| 2 | john SMITH | |||
| 3 | MARY jones | |||
| 4 | tom WILSON |
Case conversion functions help standardize text data. UPPER, LOWER, and PROPER are commonly used for formatting names, titles, and other text.