Hi ,
Just to explain the logic , we can revise the formulas as follows :
In the left-most column , we only look at the column itself and its right hand side neighbour. So the formula in the first cell becomes :
=IF(AND(E3 > 0, F3 > 0), 1, 0)
In every succeeding column , we look at the column...