Jensen 3:16
Board Regular
- Joined
- Jul 4, 2004
- Messages
- 50
In cell Q3 I have the formula =IF(AND(C3="UP",M3<M2),"Same","Different")
What I would like to do is incorporate another formula in the same cell Q3 that states =IF(AND(C3="Down",M3>M2),"Same","Different"), but I am getting stuck on how to do that.
Basically if C3 reads "UP" and M3 < M2 I want the return to state the word "Same"
or
C3 reads "Down" and M3>M2 I want the return to state the word "Same"
Any other combination such as C3="UP", M3>M2 I want the return to read "Different".
Any help on how to do this would be greatly appreciated. Thank you in advance.
What I would like to do is incorporate another formula in the same cell Q3 that states =IF(AND(C3="Down",M3>M2),"Same","Different"), but I am getting stuck on how to do that.
Basically if C3 reads "UP" and M3 < M2 I want the return to state the word "Same"
or
C3 reads "Down" and M3>M2 I want the return to state the word "Same"
Any other combination such as C3="UP", M3>M2 I want the return to read "Different".
Any help on how to do this would be greatly appreciated. Thank you in advance.
Last edited: