Count Blank Cells Within Date Range

Coucher

New Member
Joined
Apr 1, 2011
Messages
3
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!
 
Your first post quoted post #5 which was referring to the post #2 suggestion. That formula counts blank cells in column A within the date range

Now you appear to be using the post #3 suggestion. That formula counts non-blank cells within the date range.

Which result do you want?

In any case, if you are getting a #VALUE! error then one likely cause is that column A contains one or more #VALUE! errors.
 
Upvote 0

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).

Forum statistics

Threads
1,224,616
Messages
6,179,909
Members
452,949
Latest member
beartooth91

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top