I'm trying to use the COUNTIF statement to total a range in a row with checkboxes that are selected and provide the percentage of what was checked. That part worked (highlighted in screenshot):
=COUNTIF([Thumbnail Image Rec'd]6:[Migration Complete]6, 1) / COUNT([Thumbnail Image Rec'd]6:[Migration Complete]6)
The issue is I cannot figure out how to exclude a cell within that range when that cell doesn't apply to a specific row
i.e. Row 7's formula does not need "Video File Rec'd" included
What would I need to change in my formula for it to understand I want to exclude a cell (and in some cases, more than one cell)?