montanaaggie
Board Regular
- Joined
- Nov 11, 2005
- Messages
- 124
- Office Version
- 365
- Platform
- Windows
In cell A1: I want to have an equation that will display the value in G1 if meets one of the two conditions. If it doesn't I want it to display a 0.
1): B1="Yes"
or
2): C1="Yes" and D1="Yes"
I tried in A1 the following: =IF(AND(B1="yes",OR(C1="yes",D1="yes")),G1,0)
That doesn't appear to generate the expected returning. Meaning B1 did say yes, but it still populated a 0 for A1
1): B1="Yes"
or
2): C1="Yes" and D1="Yes"
I tried in A1 the following: =IF(AND(B1="yes",OR(C1="yes",D1="yes")),G1,0)
That doesn't appear to generate the expected returning. Meaning B1 did say yes, but it still populated a 0 for A1