UPPER Function

Written by kazamraza no comments
Classified in : Excel Formulas, Text Functions Tags : none
Converts text to uppercase.

Syntax


	UPPER(text)

The UPPER function syntax has the following arguments:

  • Text Required. The text you want converted to uppercase. Text can be a reference or text string.

 

A B C D E
1 Data Formula Result    
2 total =UPPER(A2) TOTAL    
3 Yield =UPPER(A3) YIELD    
4          

 

.