Sample Data
This data shows text strings in different cases to demonstrate how UPPER, LOWER, and PROPER functions change text case.
| Cell | Value |
|---|---|
| A1 | hello world |
| A2 | Excel Formula |
| A3 | mIxEd CaSe tExT |
This data shows text strings in different cases to demonstrate how UPPER, LOWER, and PROPER functions change text case.
| Cell | Value |
|---|---|
| A1 | hello world |
| A2 | Excel Formula |
| A3 | mIxEd CaSe tExT |
=UPPER(A1)A B 1 hello world HELLO WORLD 2 Excel Formula 3 mIxEd CaSe tExT