Page 1 of 1

Boolean Operators

Posted: Mon Mar 01, 2010 9:05 am
by jsc
I was looking for a Boolean "AND", but found that this kind of formula worked in the Generate f(X,Y1,Y2...):

"if(if(Y1<5,1,0)+if(Y2>600,1,0)=2,1,0)"

Is there an easier way?

But I guess this will do the job!