I need to combine AND and OR in Excel IF statement and I'm not able to get the formula to return the correct answer. Any help would be greatly appreciated!!
Example:
If A1 is greater than plus or minus $50,000 AND A2 is greater than plus or minus 10%
=IF(AND(OR(BG5>50000,BH5>0.1),OR(BG5<-50000,BG5<-0.1)),"Over","Under")
Example:
If A1 is greater than plus or minus $50,000 AND A2 is greater than plus or minus 10%
=IF(AND(OR(BG5>50000,BH5>0.1),OR(BG5<-50000,BG5<-0.1)),"Over","Under")