I am trying to count the instances that the final approvals were NOT late. The late flag pops if Final is past Target. The issue I am running into is that I am getting a false result due to the blanks where the final approval has not been given. Is there a way to count the blanks "" in the Final Approval Late? column but take not count them if the Final Approval On date is blank as well?
I thought this would work as a starting point, but I get zero as an answer for everything and that is not correct.
=COUNTIFS({RBI Deviations Tracker Range 1}, [Primary Column]@row, {RBI Deviations Tracker Range 2}, [Column 1]@row, {RBI Deviations Tracker Range 5}, <={RBI Deviations Tracker Range 6})
Thank you!