Excel Hack 1: Format contents in Excel documents to upper, proper or lower case

Have you ever received an Excel document in which the cell contents have been entered in a randomized case fashion? Like what’s below:

Original Snapshot

Well, there are 3 Excel formulas dedicated to helping you quickly standardize the contents of your sheet. They are UPPER(), LOWER() and PROPER(). All you need to do is:

Step 1: Create a new column next to the original one and apply the desired formula (in our example below : =UPPER()) on the desired cell

Upper 1
Upper 2
upper 3

Step 2: Drag the formula down to the extent of the original column

Step 3: Copy the contents of the new column and paste over the original column. Select the “As Values Only” Paste Option (highlighted in the red box below) to ensure that the formula results don’t shift.

Upper 4

Now you have your formatted list. You can now delete the contents of the new column.

To format the contents as lower or proper case, you would repeat the same steps, but change the formula to =LOWER() or =PROPER() as appropriate. The snapshots are below:

LOWER CASE:

Lower 1
Lower 2

PROPER CASE:

proper 1
Proper 2

Leave a Reply

Your email address will not be published. Required fields are marked *