Hi,
Hoping someone can help me.
Currently i have 2 separate IF statements checking for separate conditions:
First one checks if 1 cell is blank, and a corresponding one isn't and will result in a string of text:
=IF(OR(ISBLANK(H2<>""),ISBLANK(A2)),"No Deal Reg - Contact Opportunity Owner","")
Second one checks if 2 statement conditions align in a specific way and will provide a result based on this:
=IF(AND(OR(E12={"Rejected","Expired"}),OR(F12={"Quoting","Not Qualified","Quoted"})),"Review status with Supplier","")
Can anyone see a way that i can merge these into a formula for 1 cell? rather than using 2 different cells.
Many thanks in advance
Hoping someone can help me.
Currently i have 2 separate IF statements checking for separate conditions:
First one checks if 1 cell is blank, and a corresponding one isn't and will result in a string of text:
=IF(OR(ISBLANK(H2<>""),ISBLANK(A2)),"No Deal Reg - Contact Opportunity Owner","")
Second one checks if 2 statement conditions align in a specific way and will provide a result based on this:
=IF(AND(OR(E12={"Rejected","Expired"}),OR(F12={"Quoting","Not Qualified","Quoted"})),"Review status with Supplier","")
Can anyone see a way that i can merge these into a formula for 1 cell? rather than using 2 different cells.
Many thanks in advance