Forum Discussion
OliverScheurich
Aug 15, 2022Gold Contributor
Re: Counting Rows Based on Multiple Dates
=COUNTIF($C$8:$C$10,"<"&TODAY())=SUMPRODUCT(N($C$8:$C$10<TODAY()))An alternative could be SUMPRODUCT.
2 Replies
- busymamabeeTin ContributorI must be doing something wrong...when I entered the bottom formula it came back with 14 as the sumproduct...
- OliverScheurichGold Contributor
Can you attach a screenshot of your file that shows the data and the formula? I can't imagine why the formula returns 14 unless it refers to a different range.