Computer >> Computer tutorials >  >> Software >> Software

Excel Text Case Made Easy: Convert Upper, Lower, and Proper Cases

When you import data into a spreadsheet, you may find mixed letter cases or words that contain all upper or lowercase letters. If you prefer to keep your textual data consistent, we’ll show you a few ways to change text case in Excel.

We’ll walk you through three functions you can use, the Flash Fill feature, a helpful Office add-in, and a way to copy and paste between Microsoft Excel and Word. Use whichever method is easiest or works best for you.

Use a Formula to Change Case

Whether you already use Excel formulas or not, there are three handy functions for changing text case. With UPPER, LOWER, and PROPER, you can adjust your text with a simple formula.

To use the Excel functions, you’ll need to add the formulas to cells other than those containing the data, like in a new column to the right.

The UPPER Function

When you want to change your text to all uppercase letters, use the UPPER function. The syntax is UPPER(text) where you can enter the actual text or a cell reference for the argument.

Here, we’ll change the text from a mix of upper and lowercase letters to all caps using this formula:

=UPPER(“joe smith”)

Excel Text Case Made Easy: Convert Upper, Lower, and Proper Cases

Notice that if you use the text for the argument, you should enclose it in quotation marks and can use any letter case.

As another example, we’ll change the content in cell A2 to all uppercase text with this formula:

=UPPER(A2)

Excel Text Case Made Easy: Convert Upper, Lower, and Proper Cases

The LOWER Function

The opposite of the UPPER function is LOWER. With it, you can change to all lowercase text. The syntax is LOWER(text) where again, you can enter a cell reference or the text.

In this example, we’ll change the text in cell A3 to all lowercase letters with this formula:

=LOWER(A3)

Excel Text Case Made Easy: Convert Upper, Lower, and Proper Cases

To use the text as the argument, be sure to wrap it in quotation marks. Here, we’ll change the text in quotes to all lowercase letters:

=LOWER(“john jones”)

Excel Text Case Made Easy: Convert Upper, Lower, and Proper Cases

The PROPER Function

Lastly is the PROPER function which allows you to capitalize the first letter of each word, often called title case. This is a handy option for first and last names, titles, or headlines. The syntax is basically the same as the functions above, PROPER(text).

Below, we’ll use the following formula to change the text to title case by enclosing it in quotes:

=PROPER(“jerry white”)

Excel Text Case Made Easy: Convert Upper, Lower, and Proper Cases

In the final example, we’ll change the text in cell A4 with this formula:

=PROPER(A4)

Excel Text Case Made Easy: Convert Upper, Lower, and Proper Cases

Copy the Formula

If you have several cells in a column that you want to apply the formula to, you can simply copy and paste it down.

Select the cell containing the formula and drag the fill handle (plus sign) in the bottom right corner down through the remaining cells and release.

Excel Text Case Made Easy: Convert Upper, Lower, and Proper Cases

You’ll see the formula adjust to include the correct cell references and fill in the results.

Excel Text Case Made Easy: Convert Upper, Lower, and Proper Cases

Note: If you use absolute cell references rather than relative, the formula does not automatically update the references.

Take Advantage of Flash Fill

The Flash Fill feature in Excel is another convenient tool you can use to change the case of text. You simply create one entry the way you want your text and then fill the rest using Flash Fill.

Here we have a list of names with mixed letter cases. You enter the way you want the text to appear in the first cell to the right and press Enter or Return.

Excel Text Case Made Easy: Convert Upper, Lower, and Proper Cases

Then, either use the keyboard shortcut Ctrl + E or select the Flash Fill button in the Data Tools section of the Data tab.

Excel Text Case Made Easy: Convert Upper, Lower, and Proper Cases

Like magic, you’ll see the remaining cells next to your other entries fill to display like the first one you provided.

Excel Text Case Made Easy: Convert Upper, Lower, and Proper Cases

Optionally, you can select the Flash Fill button that appears to officially accept the suggestions, although it’s not required.

Check Out an Add-In

Maybe you’re not fond of formulas and want a tool that changes the text in-place. You can take one of Excel’s add-ins for a spin. Here, we’ll use the Swap Case add-in.

  1. Use the Get Add-ins button on the Insert tab to open the Office Add-ins Store.
Excel Text Case Made Easy: Convert Upper, Lower, and Proper Cases
  1. Then, pop “Case” or “Swap Case” into the search box. Select Add and then Continue to install the add-in.
Excel Text Case Made Easy: Convert Upper, Lower, and Proper Cases
  1. Head back to your worksheet and pick Swap Case on the Home tab.
Excel Text Case Made Easy: Convert Upper, Lower, and Proper Cases
  1. If you don’t see it, open the My Add-ins drop-down list on the Insert tab, select See All, choose the add-in, and pick Add.
Excel Text Case Made Easy: Convert Upper, Lower, and Proper Cases
  1. When the add-in’s sidebar opens on the right, select the cells you want to change and pick either the upper or lowercase button.
Excel Text Case Made Easy: Convert Upper, Lower, and Proper Cases

You’ll see the text in your selected cells change to the case you choose.

The benefit to the add-in is that you can change your text in the original cells. Unfortunately, the add-in doesn’t offer a proper case option.

Copy and Paste From Microsoft Word

If you use Microsoft Word in addition to Excel and perform a lot of copying and pasting, this gives you another option. Because Word offers an easy way to change text case, you can edit it there and pop it back into Excel.

  1. In Excel, copy the cells containing the text you want to change. You can do this using Ctrl + C, the Copy button on the Home tab, or with a right-click and choosing Copy.
Excel Text Case Made Easy: Convert Upper, Lower, and Proper Cases
  1. Open a Word document and paste the data. You can do this using Ctrl + V, the Paste button on the Home tab, or with a right-click and choosing Paste.
Excel Text Case Made Easy: Convert Upper, Lower, and Proper Cases
  1. When your data appears, select the text and use the Change Case button and drop-down list on the Home tab to choose the case you want.
Excel Text Case Made Easy: Convert Upper, Lower, and Proper Cases
  1. Next, select the data in Word and copy it using one of the copy actions above.
Excel Text Case Made Easy: Convert Upper, Lower, and Proper Cases
  1. Return to Excel and paste the data over the original data, again, using one of the above paste methods.
Excel Text Case Made Easy: Convert Upper, Lower, and Proper Cases

You’ll then see your edited text in the case you chose.

While this method does require a bit of extra work, it’s still a useful way to go if it’s what you’re comfortable using and eliminates the need for an extra column.

You can always change text case in Excel manually, one cell at a time. However, these options give you faster, easier, and less tedious ways to go. Which will you use?

For more tutorials, look at how to remove duplicate rows in Excel.