Hi all
I have a spreadsheet with dates entered against issues we have at work
I wanted a count of the number of issues that are 90 days older than today's date
this code: =SUMPRODUCT(--(C1:C10<TODAY())) counts number of dates but also counts blank cells
so my challenge is to avoid counting...