Forum Discussion

MichaelNaser's avatar
MichaelNaser
Qrew Trainee
3 years ago
Solved

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
    ------------------------------

2 Replies

  • try this as a formula checkbox field type

    IF([My Dropdown field]<>"Inactive", false, true)

    ------------------------------
    Mark Shnier (YQC)
    mark.shnier@gmail.com
    ------------------------------
    • MichaelNaser's avatar
      MichaelNaser
      Qrew Trainee
      Thank you! I really appreciate your help

      ------------------------------
      Mike Nouri
      ------------------------------