#1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
everlong
 
Posts: n/a
Default Capitalization?


Okay...i have a spreadsheet with about 10 thousand cells, that all need
the first letter capitalized. Am i screwed and have lots of work ahead
of me? or is there a simple way to do this?


--
everlong
  #2   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Johnny Stranger
 
Posts: n/a
Default Capitalization?

there is a text function called PROPER that you could use.

the function capitalizes the first letter in a text string and any other
letters in text that follow any character other than a letter. Converts all
other letters to lowercase letters.

check Excel help for more detailed instructions

"everlong" wrote:


Okay...i have a spreadsheet with about 10 thousand cells, that all need
the first letter capitalized. Am i screwed and have lots of work ahead
of me? or is there a simple way to do this?


--
everlong

  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JMB
 
Posts: n/a
Default Capitalization?

you could enter a formula like this in a blank column next to your data (my
test data started in cell B1 and I entered this in cell A1)

=UPPER(LEFT(B1,1))&RIGHT(B1,LEN(B1)-1)

then copy it down as far as you need to. Next select your corrected data
and copy, select the first cell containing your old data, click Edit/Paste
Special/Values. Then delete the column containing the formula above.

Be sure to back up your data.


"everlong" wrote:


Okay...i have a spreadsheet with about 10 thousand cells, that all need
the first letter capitalized. Am i screwed and have lots of work ahead
of me? or is there a simple way to do this?


--
everlong

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
Capitalization shelly johnson Excel Discussion (Misc queries) 2 December 10th 05 09:23 PM
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 06:36 AM.

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

About Us

"It's about Microsoft Excel"