If a particular name needs to be displayed in a Microsoft Excel 2003 spreadsheet as all uppercase or all lowercase, no matter how it was originally entered, you can use the =UPPER and/or =LOWER function(s).
=UPPER("text")
Converts 'text' to uppercase. The text should be surrounded by quotes.
=LOWER("text")
Converts 'text' to lowercase. The text should be surrounded by quotes.
Examples:
=UPPER("excel 2003 function")
EXCEL 2003 FUNCTION
=LOWER("sOmeOne hAvIng caPS locK pRoblEms")
someone having caps lock problems
Press the "print" button on your browser or select "File" - "Print" to print this tip. Then, return to Microsoft Excel 2003 Functions and Formulas - Convert a Cell's Value to Uppercase or Lowercase.
Standard disclaimer applies - Read http://tipsforspreadsheets.com/copyright-disclaim.html.