Forum Discussion
busymamabee
Aug 15, 2022Copper Contributor
Counting Rows Based on Multiple Dates
Is there a way to count the number of rows that adhere to a certain date? The goal would be for the pink cell to count the total number of rows in Column D that are associated with a date in Column...
OliverScheurich
Aug 15, 2022Gold Contributor
=COUNTIF($C$8:$C$10,"<"&TODAY())=SUMPRODUCT(N($C$8:$C$10<TODAY()))An alternative could be SUMPRODUCT.
busymamabee
Aug 15, 2022Copper Contributor
I must be doing something wrong...when I entered the bottom formula it came back with 14 as the sumproduct...
- OliverScheurichAug 15, 2022Gold 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.