Hello,
How can I solve this.
1. Scenario1.
1For cell E1,
If cell A1 is equals to either cell b1, c1, or d1, and A2 is equals to either cell b2, c2, or d2, then "Approved", else display text on cell E2
I have tried few of my own and did not work....
=IF(AND(PROG!$A$1=OR(PROG!$B$1,PROG!$C$1,PROG!$D$1)),PROG!$A$2=OR(PROG!$B$2,PROG!$C$2,PROG!$D$2), "Approved", E1=E2)
Bookmarks