S
Sudipta Sen
I want to filter more that two type of data from my list. eg.
AA 10
BB 20
CC 30
DD 40
EE 50
AA 60
BB 70
Now I have to filter only BB, CC & EE, How I could do it?
AA 10
BB 20
CC 30
DD 40
EE 50
AA 60
BB 70
Now I have to filter only BB, CC & EE, How I could do it?