Countif for dates that exclude a value

churmie

New Member
Joined
Jan 9, 2014
Messages
44
Morning guys.

A simple one, that is getting me confused. I need to count certain dates but exclude a value. How could I do this? An example is below:

Date
2/5/18
18/5/18
2/3/18
15/4/18
3/6/18
Hold
4/7/18

<tbody>
</tbody>


DatesJan 18Feb 18Mar 18Apr 18May 18Jun 18Jul 18
Count11211

<tbody>
</tbody>

I need to get the formula in the 'Count' row. I know it seems simple, but I'm obviously doing something wrong! Thanks for the help in advance as always!

Churmie
 

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce

Book1
ABCDEFGH
1Date
202/05/2018
318/05/2018
402/03/2018
515/04/2018
603/06/2018
7Hold
804/07/2018
9
10DatesJan-18Feb-18Mar-18Apr-18May-18Jun-18Jul-18
11Count0011211
Sheet1
Cell Formulas
RangeFormula
B11=COUNTIFS($A$2:$A$8,">="&B$10,$A$2:$A$8,"<="&EOMONTH(B$10,0))


WBD
 
Upvote 0

Forum statistics

Threads
1,215,328
Messages
6,124,299
Members
449,149
Latest member
mwdbActuary

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