Forum Discussion
MikeTamoush
3 years agoQrew Commander
If formulas in Quickbase do not need to be nested (like in excel). You can simply list all your conditions like
If(
Condition A = "this", "Output this text",
Condition B = "thisotherthing", "Output different text",
.....
)
Do you mean to have nested if's? If not, can you posted each one of your conditions, and the result on different lines like my example?
------------------------------
Mike Tamoush
------------------------------
If(
Condition A = "this", "Output this text",
Condition B = "thisotherthing", "Output different text",
.....
)
Do you mean to have nested if's? If not, can you posted each one of your conditions, and the result on different lines like my example?
------------------------------
Mike Tamoush
------------------------------