I’ve had a similar challenge before, where I needed to compare values against a target and calculate the percentage of tasks that were completed on time. For your situation, you can use an IF statement combined with COUNTIF or COUNTIFS to count how many of the positive values are less than or...