ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Upper case to Lower case (https://www.excelbanter.com/excel-worksheet-functions/80773-upper-case-lower-case.html)

Louise

Upper case to Lower case
 
hi all

is there a quick and easy way of changing text in Excel from upper to lower
case or visa versa? I believe there is some kind of formula you can create?
Is this the only way it can be done? I want to completely replace the
worksheet I have in upper to lower case.

Thank you.

Louise


Upper case to Lower case
 
Hi Louise

I use ASAP Utilities' add-in. It does this and much more! It's available
from he
www.asap-utilities.com

Hope this helps.
Andy.

"Louise" wrote in message
...
hi all

is there a quick and easy way of changing text in Excel from upper to
lower
case or visa versa? I believe there is some kind of formula you can
create?
Is this the only way it can be done? I want to completely replace the
worksheet I have in upper to lower case.

Thank you.

Louise




Bob Phillips

Upper case to Lower case
 
VBA?

Dim cell As Range
For Each cell In ActiveSheet.UsedRange
If Not cell.HasFormula Then
cell.Value = LCase(cell.Value)
End If
Next cell


--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"Louise" wrote in message
...
hi all

is there a quick and easy way of changing text in Excel from upper to

lower
case or visa versa? I believe there is some kind of formula you can

create?
Is this the only way it can be done? I want to completely replace the
worksheet I have in upper to lower case.

Thank you.

Louise




Maxwell

Upper case to Lower case
 
Hello Louise,
Try =LOWER(TEXT) converts all to lower case,
=UPPER(TEXT) convercts all to upper case,
=PROPER(TEXT) as near as possible it gives the text to you with the
Upper and Lower case text as MS sees it.

You just add you cell reference where I typed text.

Hope it helps.

Maxwell


"Bob Phillips" wrote:

VBA?

Dim cell As Range
For Each cell In ActiveSheet.UsedRange
If Not cell.HasFormula Then
cell.Value = LCase(cell.Value)
End If
Next cell


--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"Louise" wrote in message
...
hi all

is there a quick and easy way of changing text in Excel from upper to

lower
case or visa versa? I believe there is some kind of formula you can

create?
Is this the only way it can be done? I want to completely replace the
worksheet I have in upper to lower case.

Thank you.

Louise





Louise

Upper case to Lower case
 
they're fantastic! Never seen those before.

Thank you.


"Andy" wrote:

Hi Louise

I use ASAP Utilities' add-in. It does this and much more! It's available
from he
www.asap-utilities.com

Hope this helps.
Andy.

"Louise" wrote in message
...
hi all

is there a quick and easy way of changing text in Excel from upper to
lower
case or visa versa? I believe there is some kind of formula you can
create?
Is this the only way it can be done? I want to completely replace the
worksheet I have in upper to lower case.

Thank you.

Louise





Louise

Upper case to Lower case
 
Hi, thanks for your post.
this is the one i've tried before but you have to keep the text in the
original cells too, don't you?
Louise

"Maxwell" wrote:

Hello Louise,
Try =LOWER(TEXT) converts all to lower case,
=UPPER(TEXT) convercts all to upper case,
=PROPER(TEXT) as near as possible it gives the text to you with the
Upper and Lower case text as MS sees it.

You just add you cell reference where I typed text.

Hope it helps.

Maxwell


"Bob Phillips" wrote:

VBA?

Dim cell As Range
For Each cell In ActiveSheet.UsedRange
If Not cell.HasFormula Then
cell.Value = LCase(cell.Value)
End If
Next cell


--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"Louise" wrote in message
...
hi all

is there a quick and easy way of changing text in Excel from upper to

lower
case or visa versa? I believe there is some kind of formula you can

create?
Is this the only way it can be done? I want to completely replace the
worksheet I have in upper to lower case.

Thank you.

Louise






Upper case to Lower case
 
Thanks for the feedback! There are some good functions in there.

Andy.

"Louise" wrote in message
...
they're fantastic! Never seen those before.

Thank you.


"Andy" wrote:

Hi Louise

I use ASAP Utilities' add-in. It does this and much more! It's available
from he
www.asap-utilities.com

Hope this helps.
Andy.

"Louise" wrote in message
...
hi all

is there a quick and easy way of changing text in Excel from upper to
lower
case or visa versa? I believe there is some kind of formula you can
create?
Is this the only way it can be done? I want to completely replace the
worksheet I have in upper to lower case.

Thank you.

Louise







Gord Dibben

Upper case to Lower case
 
Louise

After entering the formulas and returning the text in the format you want, copy
those cells and paste specialvalues(in place).

You can now delete the original cells.


Gord Dibben MS Excel MVP

On Fri, 31 Mar 2006 05:10:02 -0800, Louise
wrote:

Hi, thanks for your post.
this is the one i've tried before but you have to keep the text in the
original cells too, don't you?
Louise

"Maxwell" wrote:

Hello Louise,
Try =LOWER(TEXT) converts all to lower case,
=UPPER(TEXT) convercts all to upper case,
=PROPER(TEXT) as near as possible it gives the text to you with the
Upper and Lower case text as MS sees it.

You just add you cell reference where I typed text.

Hope it helps.

Maxwell


"Bob Phillips" wrote:

VBA?

Dim cell As Range
For Each cell In ActiveSheet.UsedRange
If Not cell.HasFormula Then
cell.Value = LCase(cell.Value)
End If
Next cell


--
HTH

Bob Phillips

(remove nothere from email address if mailing direct)

"Louise" wrote in message
...
hi all

is there a quick and easy way of changing text in Excel from upper to
lower
case or visa versa? I believe there is some kind of formula you can
create?
Is this the only way it can be done? I want to completely replace the
worksheet I have in upper to lower case.

Thank you.

Louise






All times are GMT +1. The time now is 04:05 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com