Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Hi, I need to convert cells that was typed in caps lock only, to lower case.
How do I do this without having to retype the whole cell?? |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=LOWER(A1)
If you want to put it back in the original cell, Copy, and then Edit/ Paste Special/ Values -- David Biddulph "JB" wrote in message ... Hi, I need to convert cells that was typed in caps lock only, to lower case. How do I do this without having to retype the whole cell?? |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Use the below formula to convert to lower.
=LOWER(A1) If you have a range of cells in say Sheet1; then try the below formula in Sheet2 A1 and copy down/across as required....Once done copy/paste special values to convert the formulas to actual values =LOWER(Sheet1!A1) -- Jacob "JB" wrote: Hi, I need to convert cells that was typed in caps lock only, to lower case. How do I do this without having to retype the whole cell?? |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Assume that you are having data in A column like the below:-
A1 cell ABC A2 cell Abc Paste this formula in B1 cell =IF(EXACT(A1,UPPER(A1)),LOWER(A1),A1) Now copy the B1 formula and paste it to B2 cell. The result will be B1 cell abc B2 cell Abc The above formula will convert the text to lower case only if the cell consist the characters in Upper case. It will get the same result when the text entry is in Proper OR Lower case. Remember to Click Yes, if this post helps! -------------------- (Ms-Exl-Learner) -------------------- "JB" wrote: Hi, I need to convert cells that was typed in caps lock only, to lower case. How do I do this without having to retype the whole cell?? |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Assume that you are having data in A column like the below:-
A1 cell ABC A2 cell Abc Paste this formula in B1 cell =IF(EXACT(A1,UPPER(A1)),LOWER(A1),A1) Now copy the B1 formula and paste it to B2 cell. The result will be B1 cell abc B2 cell Abc The above formula will convert the text to lower case only if the cell consist the characters in Upper case. It will get the same result when the text entry is in Proper OR Lower case. Remember to Click Yes, if this post helps! -------------------- (Ms-Exl-Learner) -------------------- "JB" wrote: Hi, I need to convert cells that was typed in caps lock only, to lower case. How do I do this without having to retype the whole cell?? |
#6
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Assume that you are having data in A column like the below:-
A1 cell ABC A2 cell Abc Paste this formula in B1 cell =IF(EXACT(A1,UPPER(A1)),LOWER(A1),A1) Now copy the B1 formula and paste it to B2 cell. The result will be B1 cell abc B2 cell Abc The above formula will convert the text to lower case only if the cell consist the characters in Upper case. It will get the same result when the text entry is in Proper OR Lower case. Remember to Click Yes, if this post helps! -------------------- (Ms-Exl-Learner) -------------------- "JB" wrote: Hi, I need to convert cells that was typed in caps lock only, to lower case. How do I do this without having to retype the whole cell?? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
CHANGE ALL CAPS TO LOWER CASE WITHOUT TYPING | Excel Discussion (Misc queries) | |||
Change from mixed caps and upper lower to all upper lower case | Excel Worksheet Functions | |||
Formula for changing all caps to lower case | Excel Discussion (Misc queries) | |||
Convert all caps to lower case | New Users to Excel | |||
Caps to lower case | Excel Discussion (Misc queries) |