aniketiitr
New Member
- Joined
- Aug 20, 2014
- Messages
- 36
Hi, i have this data
A B
0.4 0.2
0.5 0.7
0.84 0.61
0.92 0.23
and so on
Now i want to select and separate data based on following two conditions (to be done one by one)
1. A>0.80 when B>0.60
2. A<0.90 when B<0.20
How to do these two
A B
0.4 0.2
0.5 0.7
0.84 0.61
0.92 0.23
and so on
Now i want to select and separate data based on following two conditions (to be done one by one)
1. A>0.80 when B>0.60
2. A<0.90 when B<0.20
How to do these two