In the same column in excel, how do I exclude every cell that starts with a specific letter, -


i cant more 1 letter @ time. filters come excel not give option ex. exclude words starting d , z in same column

with data in column a, in b2 enter:

=if(or(left(a2,1)="a", left(a2,1)="d", left(a2,1)="z"),1,0) 

and filter out ones in column b:

enter image description here


Comments

Popular posts from this blog

Multilayer CSV to filtered excel -

Listboxes in c# -

ios - Why must I define variables twice in the Header file? -