Thread
:
How do convert an entire column of text in Excel to all caps?
View Single Post
#
1
Posted to microsoft.public.excel.misc
[email protected]
Posts: n/a
How do convert an entire column of text in Excel to all caps?
Assuming that your existing name is in column A, use the following
function:
=UPPER(A1)
Reply With Quote