Hello every body,
Please,
I have two int column ( A and B) full of 0 and 1 ( only those two values) and i would like to create a third (C) column with two conditions. If the row contain a 1 in A column and a 0 in the B column then the C column is fill with a 1, if it’s not the case ( A= 0 and B= 1 or A= 1 and B = 1), then fill the C column with a 0.