** In Microsoft Excel, the UPPER function is a text function that converts all the letters in a text string to uppercase. Here's the syntax for the UPPER function:
UPPER(text)
Text: This is the text or a reference to a cell containing the text that you want to convert to uppercase.
For example, if you have a text string in cell A1 like "hello world" and you want to convert it to uppercase, you can use the UPPER function like this:
=UPPER(A1)
After entering this formula, the cell where you entered the formula will display "HELLO WORLD" because all the letters in the original text have been converted to uppercase. **
Put Comment for quarry