Sarah has attended:
Excel Intermediate course
Access Introduction course
Excel
How can you block update text in excel from all upper case to upper and lower at once
eg SARAH to Sarah? Thank you
RE: Excel
Dear Sarah
=lower(A1) converts the hole text into lowercase
But in your case if there is proper Noun it might be better to use =Proper(A1)
Proper will make sure that the first letter of every word is capitalized.
Select all the cells with the function and choose Edit > Copy.
Choose Edit > Paste Special