Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
JB JB is offline
external usenet poster
 
Posts: 115
Default Caps Lock vs Lower Case

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,651
Default Caps Lock vs Lower Case

=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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 8,520
Default Caps Lock vs Lower Case

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 506
Default Caps Lock vs Lower Case

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 506
Default Caps Lock vs Lower Case

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 506
Default Caps Lock vs Lower Case

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
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
CHANGE ALL CAPS TO LOWER CASE WITHOUT TYPING MAXXMAS Excel Discussion (Misc queries) 3 December 13th 09 11:59 PM
Change from mixed caps and upper lower to all upper lower case Fish''s Mermaid Excel Worksheet Functions 3 October 13th 06 02:15 PM
Formula for changing all caps to lower case PFLY Excel Discussion (Misc queries) 1 May 24th 06 05:03 PM
Convert all caps to lower case RuBarb New Users to Excel 3 January 23rd 06 08:30 PM
Caps to lower case Christopher Anderson Excel Discussion (Misc queries) 2 January 5th 05 04:38 PM


All times are GMT +1. The time now is 12:13 AM.

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"