Change all caps to lower case except the first letter.

Xirom431

Board Regular
Joined
Dec 2, 2010
Messages
102
Hi,

How do I change everything in my B column from all caps to lower case except the first letter of each word. The B column contains VLOOKUP formula also. Thanks.
 
=if(len(a1) > 3, proper(a1), a1)
 
Upvote 0

Excel Facts

Remove leading & trailing spaces
Save as CSV to remove all leading and trailing spaces. It is faster than using TRIM().
thank you both. I added a Len column, and used with AND-- do not think I mentioned that A2 needed to have an x.

=IF(A2="x",AND(H2>4)*PROPER(D2),D2)

with that - is there a way to skip blanks, or not return a 0.. for the time being I replaced all cells in Column D with a space.
 
Upvote 0

Forum statistics

Threads
1,216,219
Messages
6,129,579
Members
449,519
Latest member
Rory Calhoun

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top