In case anyone else encountered this problem. You have to edit your function and check the "has return value" box. Then your return will work. After this you have to use "Call Function" again and now you have a new field for saving results.
The IF function with many options
-
@phamtracanh said in The IF function with many options:
Hi everybody,
I want to use the If function with many options.
For example, if A <100 and A> 50.
If you know, please help me.
Thanks. -
@tet-vivi said in The IF function with many options:
@phamtracanh
A <100 && A> 50?@Fox said in The IF function with many options:
@phamtracanh said in The IF function with many options:
Hi everybody,
I want to use the If function with many options.
For example, if A <100 and A> 50.
If you know, please help me.
Thanks.Thank you.