0
if true then formula?
How do I write an if true then formula? I want my formula filed to display a result of a number field if a checkbox field is checked.
6 replies
-
if checkbox then 'number field' end
-
Your formula seems incomplete.
-
I think it should look like this:
if Rebuys = true then 'Starting Chips' end
Rebuys is the checkbox field, Starting Chips is the number field.
-
-
Bruce,
Your solution is also right.
-
I just tested agian. Yes it does work, and the "end" command is not necessary. if checkbox then 'number field' works.
Content aside
- 4 yrs agoLast active
- 6Replies
- 1236Views