Changing case is easily accomplished using Excel’s text functions.

UPPER | convert to upper case | =UPPER(“Kanye”) returns KANYE |
LOWER | convert to lowercase | =LOWER(“KIM”) returns kim |
PROPER | convert 1st letter of each word to uppercase | =PROPER(“north west”) returns North West |
Convert Text to Uppercase
- In a blank cell enter =UPPER( text ), where text refers to the cell containing text to reformat. A copy is created in uppercase.
- Select the newly created copy and press CTRL+C (Copy).
- Select original cell.
- RIGHT+CLICK and select PASTE VALUES.
For 45 second video, click here:
Cheers!
hɔuᴉnb
Additional reading:
3 thoughts on “Excel Text 2 of 4: Change Case”