|
ifcond Function
Conditional function.
ifcond ((expr1),(expr2),(expr3)) - this expression evaluates and print
result to expr2 if expr1 evaluates to TRUE, and expr3 if expr1 evaluates
to FALSE. Please enter Number1 and Number2. For example if you will
enter Number1 = 125 and Number2 = 100 will evaluates expression IF (([Number1]
> [Number2]), ([[Number1+10]),([[Number2]))] and result will be 135
|