I'm using SUMPRODUCT in the following way to compare dates
=SUMPRODUCT((Orange!$A$2:$A$247>0)*1,(Orange!$I$2:$I$247<NOW()-14)*1)
This will give me the number of dates that are 14 days or older than todays date
Good so far!
Now I want to find the number of dates which are 7 days older than today, but not older than 14
Any ideas?
Alex
=SUMPRODUCT((Orange!$A$2:$A$247>0)*1,(Orange!$I$2:$I$247<NOW()-14)*1)
This will give me the number of dates that are 14 days or older than todays date
Good so far!
Now I want to find the number of dates which are 7 days older than today, but not older than 14
Any ideas?
Alex