Page 1 of 1

IF THEN ELSE

Posted: Tue Jun 02, 2009 3:27 pm
by bsenger
Heyguys,

i have a problem with IF THEN ELSE in my equation.
Is following possible or another possibility to realize my idea:

IF THEN ELSE( {a+b<=X} , {a+b} , {a} )??

At the moment it doesn't work.

The problem is that the editor for equation tells me, it is unable to understand the right hand side of equation.

Can somebody help me please?

Thanks. bsenger

Posted: Tue Jun 02, 2009 3:50 pm
by Administrator
Try

IF THEN ELSE( a+b<=X , a+b , a )

Posted: Wed Jun 03, 2009 9:23 am
by bsenger
thx