Let's see how to capitalize all the letter from a text in Google Sheets. This is actually a pretty simple process, that you can accomplish with a couple of formulas. \
But first things first: open the spreadsheet document you are working on.
2
Then, click on the cell where you want your capitalized text to be.
3
Type "=upper"
4
Then, select the "UPPER" option that will appear below.
5
Now, select the cell that contains the text you want to capitalize, close the bracket and hit enter.
6
You will get your capitalized text. Also, Google Sheets might suggest you to capitalize other texts that are near, so, if you want to, you can accept the suggestion.
7
Let's see how to capitalize multiple texts now! First, select the cell where you want the first text to be located.
8
Type "=array"
9
Now, click on the "ARRAYFORMULA" option that appears below.
10
Now, open another bracket and type "upper"
11
Click on the "UPPER" option that appears below.
12
Click on the first cell of the group of cells you want to capitalize.
13
follow it by a ":" and the coordinates of the last cell of the group. In this case, the formula would be: **=ARRAYFORMULA(UPPER(a3:a10)**