Hi,
Can anyone help me understand why the formula below isn't working properly? It's only returning results of "No Start" or "In Progress" and not understanding where the error might be happening.
=IF(NOT(ISBLANK([Last Name]@row)), IF(COUNTIFS(BG@row:[Lic/Cert]@row, @cell = " ") = 8, "Not Started", IF(COUNTIFS(BG@row:[Lic/Cert]@row, OR(@ )) = 8, "Complete", IF([Did Not Start Reason]@row <> "", "No Start", "In Progress"))))