Trying to count the number of blank cells within a date range.
For example...
B3:B2500 could either have data or be blank.
C3:C2500 has a calendar date, for example 04/01/2011.
D3:D14 has the first day of each month, for example, 01/01/2011, 02/01/2011, 03/01/2011, etc
F3:F14 has the last day of each month, for example, 01/31/2011, 02/28/2011, 03/31/2011, etc
So, I want to count the cells in B3:B2500, if blank, and if between D3 to F3, or D4 to F4, so on & so on.
I've toyed around with COUNTBLANK, COUNTIF, & SUMPRODUCT formatting each different ways but can't seem to get to work.
Any insight or assistance is appreciated in advance.
Thanks!
For example...
B3:B2500 could either have data or be blank.
C3:C2500 has a calendar date, for example 04/01/2011.
D3:D14 has the first day of each month, for example, 01/01/2011, 02/01/2011, 03/01/2011, etc
F3:F14 has the last day of each month, for example, 01/31/2011, 02/28/2011, 03/31/2011, etc
So, I want to count the cells in B3:B2500, if blank, and if between D3 to F3, or D4 to F4, so on & so on.
I've toyed around with COUNTBLANK, COUNTIF, & SUMPRODUCT formatting each different ways but can't seem to get to work.
Any insight or assistance is appreciated in advance.
Thanks!