Converting Text from Lowercase to Uppercase in Excel
In this blog post we will learn to convert text from lower case to upper case. To convert text from lower case to upper case, we will use “UPPER” function in excel.
We will learn this with the help of dummy data as shown in below image. In 1st column we have some text which is in lowercase. In 2nd column, we will use excel function which will help to convert the text from 1st column (which is in lower case) into upper case.
We have to select the cell in which we want the output in “upper case” (In this case we have selected the 1st cell from 2nd column).
Now, type the formula “=UPPER(A2)” in selected cell (Here “A1” is the cell address of 1st cell from 1st column).
After writing the formula, we have to just hit “enter” button on our keyboard. With this we can see the text in now converted in to Upper Case in selected cell.
To convert the text from lower case to upper case in remaining cells, we have to just copy and paste the above formula.
In below image you can see the formula which we have used in each cell in 2nd column (just for your easy understanding).
Alternate way to find UPPER function on excel screen:
In above example, we have directly typed the “UPPER” function in selected cell. But as an excel enthusiastic person, we should know where this “UPPER” function is available on our excel screen. for this we have to go to "Formulas" tab as shown in below image.
We can see many categories of excel functions under “Function Library” group. Out of these, we have to click on “Text” function category.
Once we click on “Text” category which will open all the Text functions in excel and in these functions we can find “UPPER” function as highlighted in below image.
In this way we can easily convert the text from lower case to upper case in excel.
Comments
Post a Comment