Hi,
Hope you can help me? I am using the below string and it is giving me most of the answer, however I want it to be blank if either R13 or S13 are blank.
=IF(AND(R13="Below",S13="Below"),"PASS",IF(AND(R13="Emerging",S13="Emerging"),"PASS",IF(AND(R13="Effective",S13="Effective"),"PASS",IF(AND(R13="Expert",S13="Expert"),"PASS","FAIL"))))
Thanks in advance
Rob
Hope you can help me? I am using the below string and it is giving me most of the answer, however I want it to be blank if either R13 or S13 are blank.
=IF(AND(R13="Below",S13="Below"),"PASS",IF(AND(R13="Emerging",S13="Emerging"),"PASS",IF(AND(R13="Effective",S13="Effective"),"PASS",IF(AND(R13="Expert",S13="Expert"),"PASS","FAIL"))))
Thanks in advance
Rob