Forum Discussion
AVERAGE and GET RID Off ZEROs
rachelThanks !
Here I want to FILL (D:D) with COLUMNS (A:A) and (C:C)
IF (A:A="Move up to a higher class" + C:C="Successful" OR "Fail")) OR (A:A="Repeats in case of failure" + C:C="Successful") = "PassB25"
IF ("Repeats in case of failure" + "Fail") OR (Exceptional repetition" + ("Successful" OR "Fail")) = "Repeat25"
IF ("Excluded in case of failure" + ("Successful" OR "Fail")) = "Exclude24"
IF ("Abandon" + "Abandon" = "Exclude24"
IF ("Move" + "Move" = "Move24"
I TRY with this below FORMULA but I still don't understand WHY it doesn't WORK ?
=IF(B3="";"";IF(OR(IF(AND(B3="3A";A3="Move up to a higher class";IF(OR(C3="Successful";C3="Fail")));IF(AND(B3="3A";A3="Repeats in case of failure";C3="Successful")));"PassB";"")
IMAGE below :
FILE link below :
https://www.cjoint.com/c/NGvtWN3UC1G
See attached.
I get lost in your nested IFs too.
So I added a table, and use XLOOKUP in columnD.