UPPER Function in Excel

Rumman Ansari   Software Engineer     121 Share
☰ Table of Contents

Table of Content:


UPPER Function in Excel - Video

The UPPER function in Excel is a text function that allows you to convert all the characters in a text string to uppercase.

The syntax of the UPPER function is as follows:


UPPER(text)

where:

  • "text" is the text string that you want to convert to uppercase.

For example, if you have a text string "hello world", and you want to convert it to uppercase, you can use the following formula:


=UPPER("hello world")

The result will be "HELLO WORLD".

The UPPER function can be very useful when you need to standardize the case of text data, such as when you need to convert all customer names to uppercase for consistency or to highlight important text by converting it to uppercase.