Trying to do the following:
IF:
Condition 1: $J$3:$J$5000=1
Condition 2: $C$3:$C$5000="Base"
Condition 3: (TEXT($AF$3:$AF$5000,"mmmyyyy")=TEXT(NOW()-DAY(NOW()),"mmmyyyy"))
This third condition makes the formula only look at rows where column AF has a date value that falls during the prior month, whatever that may be relative to the current month.
THEN:
Average all corresponding integers that appear in column AH where the integers are greater than or equal to 0.
Also trying the same with a twist:
IF:
Condition 1: $J$3:$J$5000=1
Condition 2: $C$3:$C$5000="Base"
Condition 3: (TEXT($AF$3:$AF$5000,"mmmyyyy")=TEXT(NOW()-DAY(NOW()),"mmmyyyy"))
THEN:
Calculate the number of times "Under" appears in column AV divided by the combined total number of values "Under" and "Over" appear in that same column, in Percentage format.
IF:
Condition 1: $J$3:$J$5000=1
Condition 2: $C$3:$C$5000="Base"
Condition 3: (TEXT($AF$3:$AF$5000,"mmmyyyy")=TEXT(NOW()-DAY(NOW()),"mmmyyyy"))
This third condition makes the formula only look at rows where column AF has a date value that falls during the prior month, whatever that may be relative to the current month.
THEN:
Average all corresponding integers that appear in column AH where the integers are greater than or equal to 0.
Also trying the same with a twist:
IF:
Condition 1: $J$3:$J$5000=1
Condition 2: $C$3:$C$5000="Base"
Condition 3: (TEXT($AF$3:$AF$5000,"mmmyyyy")=TEXT(NOW()-DAY(NOW()),"mmmyyyy"))
THEN:
Calculate the number of times "Under" appears in column AV divided by the combined total number of values "Under" and "Over" appear in that same column, in Percentage format.