Fellow Forum Members,
The code below converts a cell containing ALL CAPS text to Proper Case text in another cell:
=PROPER(A1)
How can the function above be modified so that it includes exceptions for words like:
"and"
"of"
These type of words need to stay as lower case in a PROPER case function. For example:
"Thelma and Louise"
NOT
"Thelma And Louise"
Any help will be greatly appreciated. Thanks.
The code below converts a cell containing ALL CAPS text to Proper Case text in another cell:
=PROPER(A1)
How can the function above be modified so that it includes exceptions for words like:
"and"
"of"
These type of words need to stay as lower case in a PROPER case function. For example:
"Thelma and Louise"
NOT
"Thelma And Louise"
Any help will be greatly appreciated. Thanks.