kwinder Member

Comments

  • I'm trying to simuluate a nested IF(AND()) as used in excel. is that possible with BeastMode? IF(AND(var 1= 'A', var2 + var3 > 0),'YES', IF(AND(var1 = 'A', var4 = 'No'),'No',''))) is this possible?