

You can try out a 60-day trail of Kutools, and the add-on is retailing at $39.00 on the ExtendOffice site. Kutools for Excel is an add-on that expands the application with many extra tools. That would be handy addition to the application, and you can add a Change Case tool to Excel with Kutools. C4 will also edit the text string in the formula much the same as B4 as shown in the snapshot below.Įxcel doesn’t include a Change Case tool to edit text with. For example, select cell C4 and then input ‘=REPLACE(LOWER(“this is a TEXT string example”),1,1,UPPER(LEFT(“this is a TEXT string example”,1)))’ in the function bar. You can also enter text strings directly into the formula instead of cell references. So if the text was in D11, you would replace A4 with the cell reference D11. You can modify text in any cell with the formula by adjusting the cell references in brackets. The formula entered ensures that only the first letter of the text string is the upper case. Cell B4 will now edit the text to ‘ This is a text string example‘ as shown in the snapshot directly below. Then, select the cell B4 in your spreadsheet, type the following formula in the fx bar: =REPLACE(LOWER(A4),1,1,UPPER(LEFT(A4,1))), and then press the Enter key to add the formula to spreadsheet.As an example, enter ‘ this is a TEXT string example‘ in cell A4 of your Excel spreadsheet.That will modify the casing of the text string included within the function.

For example, select cell E2 and enter ‘ =PROPER(“tech junkie”)‘ in the fx bar, as shown below. You can instead enter the text directly into the function. Note that you don’t need to include cell references within those functions.Thus, the PROPER function capitalizes each word in the text string. That will convert the text in C2 to Tech Junkie in D2 as shown below. Next, select cell D2, input ‘ =PROPER(C2)‘ in the function bar, and then press the Enter key.This will convert the text in B2, TECH JUNKIE, to lowercase, as shown below. Now, click cell C2, type ‘ =LOWER(B2)‘ in the fx bar and press the Enter key.

That will convert the text in A2 to TECH JUNKIE in cell B2 as shown directly below. Then, select cell B2, and enter ‘ =UPPER(A2)‘ in the fx bar.To get an idea of how you can add these functions to cells, open a blank Excel spreadsheet and type ‘ tech junkie‘ in cell A2.UPPER converts the text to uppercase, LOWER converts it to lowercase and PROPER capitalizes the first letter of each word in a cell. The functions that change case are UPPER, LOWER, and PROPER.
#Convert text to uppercase excel 2010 how to
We’ll cover these in detail in this article How to Change Case in ExcelĮxcel has three main functions that you can adjust text case in cells with. However, Excel also includes a few functions that you can adjust the text case with.
