MichaelNaser
5 years agoQrew Trainee
need help with checkbox formula
 Hi
I will need to add a formula that will uncheck the box if the Dropdown field is not equal to Inactive, otherwise, the box is checked. I I would really appreciate any help
------------------------------
Mike Nouri
------------------------------
- try this as a formula checkbox field type
 IF([My Dropdown field]<>"Inactive", false, true)
 ------------------------------
 Mark Shnier (YQC)
 mark.shnier@gmail.com
 ------------------------------