I have 2 columns of Data, G8 and H8. I am trying to say if G8 > 25% than Supply Review or if H8 > 100% than Demand Review, or if G8 is >25% AND H8 >100% then "Demand and Supply Review", Else "No review Needed" and can't seem to capture the whole formula. Please help
=IF(H8>100%,"Demand Review Needed",IF(G8>25%,"Supply Review Needed",IF(AND(G8>=25%,H8>100%),"Demand and Supply Review")))
=IF(H8>100%,"Demand Review Needed",IF(G8>25%,"Supply Review Needed",IF(AND(G8>=25%,H8>100%),"Demand and Supply Review")))