The case for text - A MS Excel Tip
Friday, October 30, 2009 at 11:02AM Have you ever wasted valuable time changing the case (upper/lower) of text in an Excel file? Then this is a shortcut many of you will love to know.
=UPPER(A2) This formula will change all of the text referenced in cell A2 to UPPERCASE
= lower(a2) This formula will change all of the text referenced in cell A2 to lowercase
=Proper(A2) This formula will change the leading letter referenced in cell A2 to Title Case
The cell that the formula is in is also the cell where the results will appear. So if you’re typing the formula “=UPPER(A2)” in cell B2, that’s where the results will appear.
Did you like this tip?





Reader Comments