Hi Team,
I have below table and I want below criteria to be used for desired output. Kindly Help.
if Fridge <0 and Washing Machine>0 - Then No
if Fridge >=0 and washing Machine>0 and AC=0 Then No
if Fridge >=0 and Washing Machine>0 and AC>0 - Then Yes
Fridge | Ac | Washing Machine | Status Yes/No |
1 | 0 | 1 | |
1 | 0 | 3 | |
1 | 0 | 2 | |
1 | 1 | 2 | |
1 | 0 | 3 | |
1 | 0 | 0 | |
1 | 0 | 1 | |
1 | 0 | 4 | |
1 | 1 | 3 | |
1 | 0 | 4 | |
1 | 0 | 1 | |
1 | 2 | 0 | |
1 | 0 | 1 | |
1 | 2 | 4 | |
1 | 0 | 4 | |
1 | 0 | 3 | |
1 | 0 | 0 | |
1 | 0 | 3 | |
1 | 1 | 3 | |
(1) | 3 | 2 | |
(2) | 4 | 1 | |
1 | 1 | 1 | |
1 | 2 | 1 | |
1 | 2 | 0 | |
1 | 4 | 0 | |
0 | 5 | 1 | |
0 | 6 | 3 | |
0 | 7 | 2 |
Solved! Go to Solution.
Yes It worked now.