E EAB007 New Member May 2, 2011 #1 Hi, i have a spreadsheet with over 20K lines about 500 of them are with capitalized text. I need to find or filter those lines so i can use the "=PROPER(A1)" formula. How do i do that?
Hi, i have a spreadsheet with over 20K lines about 500 of them are with capitalized text. I need to find or filter those lines so i can use the "=PROPER(A1)" formula. How do i do that?
E EAB007 New Member May 2, 2011 #2 * And without using the "=PROPER(A1)" formula for the entire data.
Hui Excel Ninja Staff member May 3, 2011 #3 Eab007 Firstly welcome to Chandoo.org Forums If it is just the first character of your text you want to cehck for capitalisation You can use something like this =IF(CODE(A2)>96,PROPER(A2),A2) or If you want to sort them =If(Code(A2)>96,"Lower","Upper") and then sort by this new field
Eab007 Firstly welcome to Chandoo.org Forums If it is just the first character of your text you want to cehck for capitalisation You can use something like this =IF(CODE(A2)>96,PROPER(A2),A2) or If you want to sort them =If(Code(A2)>96,"Lower","Upper") and then sort by this new field