I need to combine 3 different If Formulas into one, but I can't seem to get it to work for some reason. Here are the three formulas:
=IF(FW80<=CH80,"Adjust to pink","Stay at Forecast")
OR
=IF(FW80="","Zero Forecast","Okay")
OR
=IF(AND(GD80>=CH80,FW80>=GD80),"Change to Open","Stay at Forecast")

One of these situations will happen based on the data that I have in the excel doc.

I'm either getting a value error, or just a general excel formula error.