Hello,
I'm having problems computing for the percentage for attendance especially if there are tardies. Kindly help. Here's my current formula.
=IF(ISERROR((COUNTIF(I10:AK10,"P")+COUNTIF(I10:AK10,">0"))/(COUNTA(I10:AK10)-COUNTIF(I10:AK10,"OFF")-COUNTIF(I10:AK10,"PVW")-COUNTIF(I10:AK10,"UVW"))),"",(COUNTIF(I10:AK10,"P")+COUNTIF(I10:AK10,">0"))/(COUNTA(I10:AK10)-COUNTIF(I10:AK10,"OFF")-COUNTIF(I10:AK10,"PVW")-COUNTIF(I10:AK10,"UVW")-COUNTIF(I10:AK10,"RDOT")-COUNTIF(I10:AK10,"OT")))
Regards
Biggie
I'm having problems computing for the percentage for attendance especially if there are tardies. Kindly help. Here's my current formula.
=IF(ISERROR((COUNTIF(I10:AK10,"P")+COUNTIF(I10:AK10,">0"))/(COUNTA(I10:AK10)-COUNTIF(I10:AK10,"OFF")-COUNTIF(I10:AK10,"PVW")-COUNTIF(I10:AK10,"UVW"))),"",(COUNTIF(I10:AK10,"P")+COUNTIF(I10:AK10,">0"))/(COUNTA(I10:AK10)-COUNTIF(I10:AK10,"OFF")-COUNTIF(I10:AK10,"PVW")-COUNTIF(I10:AK10,"UVW")-COUNTIF(I10:AK10,"RDOT")-COUNTIF(I10:AK10,"OT")))
Regards
Biggie