UPPER
The UPPER
function in Google Sheets is a powerful tool to convert a specified string to uppercase. Whether you're formatting names, titles, or any other text, the UPPER
function simplifies the task. Dive into our comprehensive guide to master its application.
Function Syntax and Parameters
Syntax: UPPER(text)
Parameters:
text
: The text or cell reference containing the text to be converted to uppercase.
Step-by-Step Tutorial
-
Using
UPPER
with a text string:- Example:
=UPPER("hello world")
- Result:
HELLO WORLD
- Example:
-
Using
UPPER
with a cell reference:- Example: If cell
A1
has the texthello world
, then=UPPER(A1)
will returnHELLO WORLD
.
- Example: If cell
Use Cases and Scenarios
- Name Formatting: Convert names to uppercase for a consistent presentation.
- Title Case Conversion: Capitalize all words in a title or heading.
Related Functions
None
Related Articles
None