Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 53
Default Changing case of text in a column

I'm trying to change the case of text in a column. The Excel Help tells me
to add a formula of =PROPER. I've tried this, but it is not working. The
help guide is not making this clear to me. I have tried to add this formula
to the top cell in the column and drag it down through the cells. I've tried
a few other things, but to no avail. Can anyone offer me any clues?
--
Ronnie
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 3,101
Default Changing case of text in a column

Proper capitalises the first letter and any subsequent letter that doesn't
follow a letter. What you want is Upper.

for example =upper(A1) capitalises the whole text string in A1
Mike

"Ronnie" wrote:

I'm trying to change the case of text in a column. The Excel Help tells me
to add a formula of =PROPER. I've tried this, but it is not working. The
help guide is not making this clear to me. I have tried to add this formula
to the top cell in the column and drag it down through the cells. I've tried
a few other things, but to no avail. Can anyone offer me any clues?
--
Ronnie

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 53
Default Changing case of text in a column

I do want PROPER (title Case). I am changing from Upper Case. When i type
the formula in the cell, it deletes my text and leaves: =PROPER(A2)
--
Ronnie


"Mike" wrote:

Proper capitalises the first letter and any subsequent letter that doesn't
follow a letter. What you want is Upper.

for example =upper(A1) capitalises the whole text string in A1
Mike

"Ronnie" wrote:

I'm trying to change the case of text in a column. The Excel Help tells me
to add a formula of =PROPER. I've tried this, but it is not working. The
help guide is not making this clear to me. I have tried to add this formula
to the top cell in the column and drag it down through the cells. I've tried
a few other things, but to no avail. Can anyone offer me any clues?
--
Ronnie

  #4   Report Post  
Posted to microsoft.public.excel.misc
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default Changing case of text in a column

The formula should be typed in an adjacent column and copied down. Then,
Copy PasteSpecial Values on that column to get rid of the formulas, and
then delete the original column if desired.

Vaya con Dios,
Chuck, CABGx3



"Ronnie" wrote:

I do want PROPER (title Case). I am changing from Upper Case. When i type
the formula in the cell, it deletes my text and leaves: =PROPER(A2)
--
Ronnie


"Mike" wrote:

Proper capitalises the first letter and any subsequent letter that doesn't
follow a letter. What you want is Upper.

for example =upper(A1) capitalises the whole text string in A1
Mike

"Ronnie" wrote:

I'm trying to change the case of text in a column. The Excel Help tells me
to add a formula of =PROPER. I've tried this, but it is not working. The
help guide is not making this clear to me. I have tried to add this formula
to the top cell in the column and drag it down through the cells. I've tried
a few other things, but to no avail. Can anyone offer me any clues?
--
Ronnie

  #5   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 53
Default Changing case of text in a column

Thank you very much! It worked! I really appreciate it!
--
Ronnie


"CLR" wrote:

The formula should be typed in an adjacent column and copied down. Then,
Copy PasteSpecial Values on that column to get rid of the formulas, and
then delete the original column if desired.

Vaya con Dios,
Chuck, CABGx3



"Ronnie" wrote:

I do want PROPER (title Case). I am changing from Upper Case. When i type
the formula in the cell, it deletes my text and leaves: =PROPER(A2)
--
Ronnie


"Mike" wrote:

Proper capitalises the first letter and any subsequent letter that doesn't
follow a letter. What you want is Upper.

for example =upper(A1) capitalises the whole text string in A1
Mike

"Ronnie" wrote:

I'm trying to change the case of text in a column. The Excel Help tells me
to add a formula of =PROPER. I've tried this, but it is not working. The
help guide is not making this clear to me. I have tried to add this formula
to the top cell in the column and drag it down through the cells. I've tried
a few other things, but to no avail. Can anyone offer me any clues?
--
Ronnie



  #6   Report Post  
Posted to microsoft.public.excel.misc
CLR CLR is offline
external usenet poster
 
Posts: 1,998
Default Changing case of text in a column

You're quite welcome............thanks for the feedback.

Vaya con Dios,
Chuck, CABGx3




"Ronnie" wrote:

Thank you very much! It worked! I really appreciate it!
--
Ronnie


"CLR" wrote:

The formula should be typed in an adjacent column and copied down. Then,
Copy PasteSpecial Values on that column to get rid of the formulas, and
then delete the original column if desired.

Vaya con Dios,
Chuck, CABGx3



"Ronnie" wrote:

I do want PROPER (title Case). I am changing from Upper Case. When i type
the formula in the cell, it deletes my text and leaves: =PROPER(A2)
--
Ronnie


"Mike" wrote:

Proper capitalises the first letter and any subsequent letter that doesn't
follow a letter. What you want is Upper.

for example =upper(A1) capitalises the whole text string in A1
Mike

"Ronnie" wrote:

I'm trying to change the case of text in a column. The Excel Help tells me
to add a formula of =PROPER. I've tried this, but it is not working. The
help guide is not making this clear to me. I have tried to add this formula
to the top cell in the column and drag it down through the cells. I've tried
a few other things, but to no avail. Can anyone offer me any clues?
--
Ronnie

  #7   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 620
Default Changing case of text in a column

If it's showing the formula, rather than the result, then it looks as if the
cell with the formula is formatted as text. Change the format of the cell
to General. You may then need to re-enter the formula, or delete the = sign
and then reinsert it.

When you say "it deletes my text", it sounds as if you've been trying to put
the formula in the same cell where the text was, which of course won't work.
If your original text was in A2, put the formula in a blank cell, for
example B2. When you've done the conversion, if you then want to get rid
of the original column A you can copy column B and Paste Special/ Values
over the top of column A, and then delete column B.
--
David Biddulph

"Ronnie" wrote in message
...
I do want PROPER (title Case). I am changing from Upper Case. When i type
the formula in the cell, it deletes my text and leaves: =PROPER(A2)
--
Ronnie


"Mike" wrote:

Proper capitalises the first letter and any subsequent letter that
doesn't
follow a letter. What you want is Upper.

for example =upper(A1) capitalises the whole text string in A1
Mike

"Ronnie" wrote:

I'm trying to change the case of text in a column. The Excel Help
tells me
to add a formula of =PROPER. I've tried this, but it is not working.
The
help guide is not making this clear to me. I have tried to add this
formula
to the top cell in the column and drag it down through the cells. I've
tried
a few other things, but to no avail. Can anyone offer me any clues?
--
Ronnie



  #8   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 22,906
Default Changing case of text in a column

Ronnie

The =PROPER(cellref) formula cannot be entered in the same cells/column as the
original text.

Enter it in a helper column and copy down.


Gord Dibben MS Excel MVP

On Tue, 16 Jan 2007 07:51:00 -0800, Ronnie
wrote:

I'm trying to change the case of text in a column. The Excel Help tells me
to add a formula of =PROPER. I've tried this, but it is not working. The
help guide is not making this clear to me. I have tried to add this formula
to the top cell in the column and drag it down through the cells. I've tried
a few other things, but to no avail. Can anyone offer me any clues?


  #9   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 49
Default Changing case of text in a column

Copy the following macro:

Sub Change_Case()
Dim ocell As Range
Dim Ans As String
Ans = Application.InputBox("Type in Letter" & vbCr & _
"(L)owercase, (U)ppercase, (S)entence, (T)itles ")
If Ans = "" Then Exit Sub
For Each ocell In Selection.SpecialCells(xlCellTypeConstants, 2)
Select Case UCase(Ans)
Case "L": ocell = LCase(ocell.Text)
Case "U": ocell = UCase(ocell.Text)
Case "S": ocell = UCase(Left(ocell.Text, 1)) & _
LCase(Right(ocell.Text, Len(ocell.Text) - 1))
Case "T": ocell = Application.WorksheetFunction.Proper(ocell.Text)
End Select
Next

End Sub


"Ronnie" wrote:

I'm trying to change the case of text in a column. The Excel Help tells me
to add a formula of =PROPER. I've tried this, but it is not working. The
help guide is not making this clear to me. I have tried to add this formula
to the top cell in the column and drag it down through the cells. I've tried
a few other things, but to no avail. Can anyone offer me any clues?
--
Ronnie

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
Conversion of Numercials to Figure JAGANNATH Excel Worksheet Functions 1 April 4th 06 04:12 PM
Displays the number in text. (One thousand two hundred thirty four Ashish Patel Excel Worksheet Functions 1 March 20th 06 09:27 PM
Loop for VBA code? paulinoluciano Excel Worksheet Functions 5 December 28th 05 01:30 PM
I NEED HELP with the SPELLNUMBER Function vag Excel Worksheet Functions 0 June 21st 05 08:17 AM
EXCEL:NUMBER TO GREEK WORDS vag Excel Worksheet Functions 1 June 15th 05 05:57 PM


All times are GMT +1. The time now is 07:13 PM.

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"