Kim has attended:
Excel Introduction course
Excel Intermediate course
Excel intro
How do you change letters to upper case once already in a spreadsheet?
RE: Excel intro
You could add a new column next to all existing columns and use the following formula:
=UPPER(A1)
This changes everything to uppercase. Then you could highlight the whole sheet and copy, right click and paste special and choose values. You can then delete the original columns