How can i convert into upper case every word in a given cell. For instance:
I have the following in column A:
books pen desk
i want it to be like this:
Books Pen Desk
Thanks for your time.
How can i convert into upper case every word in a given cell. For instance:
I have the following in column A:
books pen desk
i want it to be like this:
Books Pen Desk
Thanks for your time.
Last edited by karinos57; 02-12-2009 at 10:19 PM.
How about just a formula: =Proper(A1)
Entia non sunt multiplicanda sine necessitate
I believe what you are asking for is Proper Case not Upper Case.
Try
Running the above code will convert Column A to Proper Case![]()
Please Login or Register to view this content.
This should automatically set the text to proper case when you enter text into a cell
![]()
Please Login or Register to view this content.
This is what i need. Thanks a lot
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks