![enter image description here]()
Is there a formula I use that states, if either check box is checked in row 1, B2, C2, OR D2 (so any of the 3) - it appears in E2 as Present. If none are checked, then absent. The formula I've been using is =IF(B2=FALSE, "ABSENT","PRESENT") but I can't get it to apply to any of the 3 boxes.