How to change the text in a cell to all lowercase, all uppercase (capitals) or change the first letter of each word to a capital (Proper case) in Excel.

=Lower()
=Upper()
=Proper()

#Excel