How do I filter cells based on character case in Excel

R

Rarebreeed

Hello,

I have a column of user passwords, some in all Uppercases, some in all
smallcases while others in mixed cases; Please how do i filter based on cases?
 
R

Rick Rothstein

Use this formula in a helper column and filter that helper column...

=IF(EXACT(A1,UPPER(A1)),"Upper",IF(EXACT(A1,LOWER(A1)),"Lower","Mixed"))
 
R

Rarebreeed

Hey Rick,

Exactly what i needed.
Thanks a zillion!
I really appreciate, Thanks.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top