Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.misc
TGV TGV is offline
external usenet poster
 
Posts: 63
Default Identify Lowercase Letters in Cells Using Function

Hi,

I am having data in A column now i want to take the lower case cells
seperately, please guide how i can do this.

ASD
ASDASDF
SDF
ASDF
ASDFDF
SDF
asdaasdf
asdsdf
asdfasdf
ASDFDF
SDF
asdaasdf
ASDASDF
SDF

Thanks in Advance

TGV
  #2   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 8,520
Default Identify Lowercase Letters in Cells Using Function

With your data in Column A starting from A1; try the below formula in cell B1
and copy down as required.

=IF(EXACT(A1,LOWER(A1)),A1,"")

If this post helps click Yes
---------------
Jacob Skaria


"TGV" wrote:

Hi,

I am having data in A column now i want to take the lower case cells
seperately, please guide how i can do this.

ASD
ASDASDF
SDF
ASDF
ASDFDF
SDF
asdaasdf
asdsdf
asdfasdf
ASDFDF
SDF
asdaasdf
ASDASDF
SDF

Thanks in Advance

TGV

  #3   Report Post  
Posted to microsoft.public.excel.misc
external usenet poster
 
Posts: 1,533
Default Identify Lowercase Letters in Cells Using Function

Hi

Use an unused column as helper column and enter this formula, and copy it
down:

=EXACT(A1,LOWER(A1))

Select both columns and sort by the helper column.

Hopes this helps.
....
Per

"TGV" skrev i meddelelsen
...
Hi,

I am having data in A column now i want to take the lower case cells
seperately, please guide how i can do this.

ASD
ASDASDF
SDF
ASDF
ASDFDF
SDF
asdaasdf
asdsdf
asdfasdf
ASDFDF
SDF
asdaasdf
ASDASDF
SDF

Thanks in Advance

TGV


  #4   Report Post  
Posted to microsoft.public.excel.misc
TGV TGV is offline
external usenet poster
 
Posts: 63
Default Identify Lowercase Letters in Cells Using Function

Thank you its working fine.

--
If this post helps, pls click Yes
---------------
TGV


"Jacob Skaria" wrote:

With your data in Column A starting from A1; try the below formula in cell B1
and copy down as required.

=IF(EXACT(A1,LOWER(A1)),A1,"")

If this post helps click Yes
---------------
Jacob Skaria


"TGV" wrote:

Hi,

I am having data in A column now i want to take the lower case cells
seperately, please guide how i can do this.

ASD
ASDASDF
SDF
ASDF
ASDFDF
SDF
asdaasdf
asdsdf
asdfasdf
ASDFDF
SDF
asdaasdf
ASDASDF
SDF

Thanks in Advance

TGV

  #5   Report Post  
Posted to microsoft.public.excel.misc
TGV TGV is offline
external usenet poster
 
Posts: 63
Default Identify Lowercase Letters in Cells Using Function

Thank you its working fine.

TGV


"Per Jessen" wrote:

Hi

Use an unused column as helper column and enter this formula, and copy it
down:

=EXACT(A1,LOWER(A1))

Select both columns and sort by the helper column.

Hopes this helps.
....
Per

"TGV" skrev i meddelelsen
...
Hi,

I am having data in A column now i want to take the lower case cells
seperately, please guide how i can do this.

ASD
ASDASDF
SDF
ASDF
ASDFDF
SDF
asdaasdf
asdsdf
asdfasdf
ASDFDF
SDF
asdaasdf
ASDASDF
SDF

Thanks in Advance

TGV



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
Filtering on upper/lowercase letters Chris Benton Excel Worksheet Functions 3 May 3rd 23 07:46 PM
In Excel, can you change uppercase letters to lowercase mdh6245 New Users to Excel 2 September 4th 07 10:06 PM
Use Go to function to identify dependent cells between worksheets Yiannos Excel Worksheet Functions 2 May 24th 07 05:31 PM
change capitalize letters to lowercase Sweetart9699 Excel Discussion (Misc queries) 3 January 25th 07 08:30 PM
capital letters to lowercase Xhawk57 Excel Discussion (Misc queries) 5 March 9th 06 03:37 PM


All times are GMT +1. The time now is 02:10 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"