jackmanjls
Member
Assume I have the following ss
A B
L -2
S 3
L 5
L 3
S -1
If colA = "L" and colB > 0 then count += 1
if colA = "S" and colB > 0 then count += 1
else do nothing
The answer for "L" = 2
The answer for "S" = 1
Thanks for your time,
Jake
A B
L -2
S 3
L 5
L 3
S -1
If colA = "L" and colB > 0 then count += 1
if colA = "S" and colB > 0 then count += 1
else do nothing
The answer for "L" = 2
The answer for "S" = 1
Thanks for your time,
Jake