martinsimart
New Member
- Joined
- Mar 23, 2018
- Messages
- 9
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 blank cells and how to include the 90 days citeria
I have tried numerous ways but no joy, should I be using COUNTIF?
thanks in advance
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 blank cells and how to include the 90 days citeria
I have tried numerous ways but no joy, should I be using COUNTIF?
thanks in advance