Case-sensitive, but not sensitive enough
July 30, 2008 7:20 PM
Subscribe
Can Excel 2003 sort (or filter) primarily on case?
I have some data in Excel of mixed case-some all caps, some all lower case. I want to segregate the lower case items, so I can delete them. As far as I can tell, I can only set the sort function to make case the second level criterion-first it makes the list alphabetical, then sorts by case.
In other words, Excel gives me:
AB
ab
AC
when I want:
AB
AC
ab
Is there any way to sort (or filter, as a second best option) in this manner?
posted by Chrysostom to computers & internet (8 comments total)
5 users marked this as a favorite
1. Add a new column
2. Create a formula in the new column that detects whether or not there is a capital letter in the specified place, and if so, mark an X.
3. Sort the column for the Xs and delete those rows.
The only thing is, I'm not sure what function can do that. I'll think about it.
The microsoft.com forums are really helpful, though.
posted by loiseau at 8:39 PM on July 30, 2008