This function is used to alter the letter’s case, in this example to upper case.
Syntax:
= UPPER ( Text )
Text – the text to be altered in a worksheet cell.
The text argument can be a cell reference, such as =UPPER (A1)
a word or words surrounded by quote marks, such as this =UPPER(“This is Fun”)
a formula that generates text similar to this =UPPER(CONCATENATE(A4,A5,A6)), will combine the dat
Ask Your Query