Hi everyone I have a problem that I couldn't work out can anyone figure out this.
The table has a column of Zero, One and Two now the logic is here because I don't know how to formulate this.
See this table below
<tbody>
A
B
C
D
1
ZERO(0)
ONE(1)
TWO(2)
OUTPUT
2
0
0
1
2
3
0
1
0
1
4
1
0...