Can some please help with my IF Statement?
=IF(F24=1,IF(C24>0,IF(D24>0,IF(E24>0,"Outstanding"),IF(F24=1,IF(C24>0,IF(D24>0,IF(E24=0,"Exceeds Expectation")))))))
I wish for the If statment to do the following
first IF
F24=1
c24>0
d24>0
e24>0
then show "Outstanding"
second IF
F24=1
c24>0
d24>=0
E24=0
then show "Exceeds Expectation"
second IF
F24<1
and any other permitation
then show "Does Not Meet Expectation"
=IF(F24=1,IF(C24>0,IF(D24>0,IF(E24>0,"Outstanding"),IF(F24=1,IF(C24>0,IF(D24>0,IF(E24=0,"Exceeds Expectation")))))))
I wish for the If statment to do the following
first IF
F24=1
c24>0
d24>0
e24>0
then show "Outstanding"
second IF
F24=1
c24>0
d24>=0
E24=0
then show "Exceeds Expectation"
second IF
F24<1
and any other permitation
then show "Does Not Meet Expectation"