
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.

#CHANGE CAPS IN EXCEL FOR MAC 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.
