MichaelNaser
4 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 -------------------...
- 4 years agotry this as a formula checkbox field type
IF([My Dropdown field]<>"Inactive", false, true)
------------------------------
Mark Shnier (YQC)
mark.shnier@gmail.com
------------------------------