HI, I have a problem.
I would like to count number of time X gets more than 0 for Test 1 or Test 2.
Therefore, as long as he gets more than 0 for 1 of the test (T1 or T2), i want to count. Results should give me 3 in this case.
A | T1 |T2
X | 21 | 00
X | 00 | 23
X | 00 | 00
Y | 00 | 45
Y | 34 | 00
X | 21 |55
Thanks!
Bookmarks