Hi there,
I’ve been working on this and cannot seem to figure it out. I’m trying to write a conditional IF statements that essentially says -
IF Field A= 1 and Field B=2- output 3
IF Field B=1 and Field A=2- output 4
IF Field C = X- Output X
Here is ...