Leading the way in Microsoft Office Development
 Home|Excel|Word|PowerPoint|Consultancy|Feedback|Contact 
 Microsoft Excel > Functions > Text > UPPER

 

UPPER(text)

 
 Converts text to uppercase.

 textThe text string you want to convert to uppercase.

 REMARKS
 
  • The "text" can be a cell reference or a text string.
     
  • This function is similar to the LOWER() and PROPER() functions.

     EXAMPLES
     
     A
    1=UPPER("some text") = SOME TEXT
    2=UPPER("total") = TOTAL
    3=UPPER("123456789") = 123456789
    4=UPPER("a1b2c3d4") = A1B2C3D4
     

     Functions - U | Index - U | Text Manipulation | Office Online 

     Copyright © 2004-2007 Better Solutions Limited. All Rights Reserved.Top