J
John
How can I quickly change a column with 33 items that are
all lowercase to uppercase lettering?
Thank you.
all lowercase to uppercase lettering?
Thank you.
-----Original Message-----
Say your data is in Column A starting in A1. Insert a blank column B or use
an empty column to the right of all your data. Doesn't matter which. I'll
use Column B.
In B1 type "=UPPER(A1)" without the quotes.
Drag this down as far as Column A has data.
Select all the cells with data in Column B.
Do Edit - Copy.
Select A1.
Do Edit - Paste Special and click on Values.
Delete Column B.
HTH Otto
.