이 함수는 Google Sheets에서도 Excel과 동일하게 작동합니다 — 구문과 인수가 같습니다.
UPPER(text)The UPPER function takes a text string as input and returns the same string with all lowercase letters converted to uppercase. Characters that are not letters, such as numbers and punctuation, remain unchanged.
=UPPER("hello")결과: HELLO
Converts the lowercase word 'hello' to uppercase.
=UPPER("Excel 2024")결과: EXCEL 2024
Converts letters to uppercase while leaving numbers and spaces unchanged.
No, the UPPER function only affects alphabetic characters and ignores numbers, symbols, and spaces.