G Guest Nov 8, 2004 #1 Is there a way to change a column of data from lower case to upper case without retyping the information?
Is there a way to change a column of data from lower case to upper case without retyping the information?
C Chip Pearson Nov 8, 2004 #2 See www.cpearson.com/excel/case.htm for example code. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com
See www.cpearson.com/excel/case.htm for example code. -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com
C Corundum Nov 8, 2004 #3 Use either of the functions: =UPPER() to convert all letters to upper case =PROPER() to convert only the first letter of each word to upper reference the cell to convert in the ()
Use either of the functions: =UPPER() to convert all letters to upper case =PROPER() to convert only the first letter of each word to upper reference the cell to convert in the ()