countif help

regankl

New Member
Joined
Nov 9, 2011
Messages
2
I am trying to create a formula that counts the number of filled in cells in one column if the dates are <x> in another column. I can do it if it's a specific value I am doing, but I want the count for any cell with a value that is filled in (for example) in the month of October.

Does that make sense?

Thank you for your help!
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
In Excel 2007 and later you can use COUNTIFS, put the 1st of the month in D2 and try

=COUNTIFS(A:A,">="&D2,A:A,"<="&EOMONTH(D2,0),B:B,"<>")

Assumes dates in A and values in B
 
Upvote 0
This is what I have in my other formula that counts the number of "Submitted Late" in between 2 dates. I want the submitted late part to count the number of nonblank cells.

=COUNTIFS('YTD Deliverable Report'!$AJ:$AJ,"Submitted Late",'YTD Deliverable Report'!$M:$M,">="&B4,'YTD Deliverable Report'!$M:$M,"<"&B5)
 
Upvote 0

Forum statistics

Threads
1,203,625
Messages
6,056,393
Members
444,862
Latest member
more_resource23

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