Hello,
I am struggling with something that I think is relatively simple. I am trying to use IFERROR statements if a student is exempt from an entry on any of cells D19 to G19. If it is Exempt it places a zero in H19.
I will not always have numbers in all categories, used IFERROR in conjunction with if statements. y problem lies in if I eliminate the number in D17, it kills the whole formula (second picture). This is not the case for E17 through G17, only D19. I am wondering if I am not attaching the first part of IFERROR statements incorrectly.
Here is the formula, any help or tips would be welcomed.
=IFERROR(if(or(D19="E",E19="E",F19="E",G19="E"),"E",IFERROR(if($D$17="","",D19/$D$17)(COUNTIF($D$17,">=1")/(COUNTIF($D$17:$G$17,">=1"))+IFERROR(if($E$17="","",$E19/$E$17)(COUNTIF($D$17,">=1"))/(COUNTIF($D$17:$G$17,">=1"))+IFERROR(if($F$17="","",$F19/$F$17)(COUNTIF($D$17,">=1"))/(COUNTIF($D$17:$G$17,">=1"))+IFERROR(if($G$17="","",$G19/$G$17)(COUNTIF($D$17,">=1"))/(COUNTIF($D$17:$G$17,">=1"))))))))