Forum Discussion
Davo_1988
Oct 10, 2022Copper Contributor
Adding date criteria to COUNTIFS
Hello. I'm trying to add a criteria to an existing COUNTIFS formula so that it will only return values if todays date is greater than a date in a cell. Existing formula is below =COUNTIF...
- Oct 10, 2022
=COUNTIFS(Predicts!$E:$E,V3,Predicts!$A:$A,$V$4,Predicts!$F:$F,"Yes",Predicts!$G:$G,"<"&TODAY())You can try this formula if the date is in column G in sheet "Predicts".
OliverScheurich
Oct 10, 2022Gold Contributor
=COUNTIFS(Predicts!$E:$E,V3,Predicts!$A:$A,$V$4,Predicts!$F:$F,"Yes",Predicts!$G:$G,"<"&TODAY())You can try this formula if the date is in column G in sheet "Predicts".
Davo_1988
Oct 10, 2022Copper Contributor
Worked perfectly, thank you 🙂