Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
#7
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
#8
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how to use spellnumber formula | Excel Worksheet Functions | |||
I NEED HELP with the SPELLNUMBER Function | Excel Worksheet Functions | |||
EXCEL:NUMBER TO GREEK WORDS | Excel Worksheet Functions | |||
convert value in word. For Exampe Rs.115.00 convert into word as . | Excel Discussion (Misc queries) | |||
Is there a formula to spell out a number in excel? | Excel Worksheet Functions |