Forum Discussion

KCure's avatar
KCure
Qrew Member
6 months ago

Formula checkbox using manual checkbox and lookup formula

Hello, I have a checkbox field that can be manually checked, and a separate formula checkbox field that I would like to be checked if either the manual checkbox field is checked, or if a certain par...
  • KCure's avatar
    6 months ago

    Well, I figured it out. I believe it was the "IF" function that was causing the issue, and I just needed the parameters with an "or". Here's what I ultimately came up with that worked:

    [For BiP_manual]=true or Contains([Schedule Notes],"bip")