English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

The data is all caps now and I want to change from: EXAMPLE to Example.

Is there a way to do it?
Is there a way to do it for both words if there are 2 in each field?

2007-01-12 12:35:32 · 2 answers · asked by Anonymous in Computers & Internet Software

Thanks for your help!

Where would I enter "=Proper()" to change the entire spreadsheet?

2007-01-12 12:58:17 · update #1

2 answers

There are 3 case functions in Excel

lower() - converts to ALL lower case
upper() - converts to ALL upper case
proper() - Capitalizes the first letter of each word

Therefore if A1 contains "tHe CaT is blACK"

lower(A1) returns "the cat is black"
upper(A1) returns "THE CAT IS BLACK"
proper() returns "The Cat Is Black"

2007-01-12 12:49:18 · answer #1 · answered by DZ 2 · 1 0

You can use the =Proper() function.

Yahoo answers does not allow text formatting to post a chart example.

If the data is in say cell A1 than B1 would be =Proper(A1)

2007-01-12 20:42:35 · answer #2 · answered by Shawn H 6 · 0 0

fedest.com, questions and answers