Multiple choice technology

Which formula is used in Excel to change lowercase to Title Case

  1. Upper

  2. Lower

  3. Proper

  4. None

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

Excel's PROPER() function capitalizes the first letter of each word while making the rest lowercase, effectively converting text to title case. UPPER() converts all text to uppercase, and LOWER() converts all to lowercase.