#1   Report Post  
Posted to microsoft.public.excel.misc
shelly johnson
 
Posts: n/a
Default Capitalization

I have an existing database that is ALL CAPS for the first & last names. I
would like to just capitalize the First letter of each name. How do I do
that?
--
Shelly Johnson
Remax Associates
210-410-2700 cell
  #2   Report Post  
Posted to microsoft.public.excel.misc
medicenpringles
 
Posts: n/a
Default Capitalization


in vba:

StrConv(myString,vbProperCase)

in formula:

=PROPER(A2)


that help?


--
medicenpringles


------------------------------------------------------------------------
medicenpringles's Profile: http://www.excelforum.com/member.php...o&userid=16458
View this thread: http://www.excelforum.com/showthread...hreadid=492453

  #3   Report Post  
Posted to microsoft.public.excel.misc
Gord Dibben
 
Posts: n/a
Default Capitalization

Shelly

This can be done through the use of the PROPER Function.

SHELLY JOHNSON in A1

In B1 enter =PROPER(A1) to return Shelly Johnson

If you have name like SHELLY MACDONALD the PROPER function will return Shelly
Macdonald which is not correct. but Excel has its limitations.

To really do it up right you need a macro.

David McRitchie has such code that deals with Mc, Mac, deBeers and other
anomalies at his site.

http://www.mvps.org/dmcritchie/excel/proper.htm


Gord Dibben Excel MVP

On Sat, 10 Dec 2005 12:24:01 -0800, "shelly johnson"
wrote:

I have an existing database that is ALL CAPS for the first & last names. I
would like to just capitalize the First letter of each name. How do I do
that?

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Correct Text Case to PROPER capitalization halljlsampeck Excel Worksheet Functions 1 February 15th 05 09:24 PM


All times are GMT +1. The time now is 04:53 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"