marcenet03
New Member
- Joined
- Apr 12, 2019
- Messages
- 22
Hi I need help with the following table. I'm not sure how to write the formula for the result:
My formula is : =IF(AND([@[Case Reason Reason Peanut ]]="True",[@Peanut]="False"),"True",IF([@[Share Contact ]]="False","Peanut"))
Would appreciate your help in advance
My formula is : =IF(AND([@[Case Reason Reason Peanut ]]="True",[@Peanut]="False"),"True",IF([@[Share Contact ]]="False","Peanut"))
Case Reason Reason Peanut | Peanut | Share Contact | Result |
False | False | FALSE | FALSE |
True | False | TRUE | False |
False | True | FALSE | Peanut |
True | False | False | Peanut |
Would appreciate your help in advance