I want to count all the unchecked boxes in a row. get an error from this:
=OR(COUNTIF([Reviewed/ No Edits]@row, 0, COUNTIF([Reviewed/ Edits]@row, 0, COUNTIF([Edits Submitted to GIS]@row, 0, COUNTIF([Edits Reviewed]@row, 0, COUNTIF([Zone Approved]@row, 0, COUNTIF([EVAC Status Updated = Approved]@row, COUNTIF([Summary Complete]@row, 0, COUNTIF([Description Complete]@row, 0)))))))))
Is my OR in wrong place?