Between dates COUNTIF

scottywalker

New Member
Joined
Feb 10, 2014
Messages
18
Hi guys,

What I need is a formula that recognises 2 dates and counting how many of them there are.

E.g. On the example below, on the "dates received" column they are all in march, so I need a formula which counts all the dates between 01/03/2014 and 31/03/2014.

TIA

[TABLE="width: 254"]
<colgroup><col><col span="2"></colgroup><tbody>[TR]
[TD]Ref Number[/TD]
[TD]Opportunity[/TD]
[TD]Date Received[/TD]
[/TR]
[TR]
[TD="align: right"]1[/TD]
[TD]ding[/TD]
[TD="align: right"]01/03/2014[/TD]
[/TR]
[TR]
[TD="align: right"]2[/TD]
[TD]dong[/TD]
[TD="align: right"]02/03/2014[/TD]
[/TR]
[TR]
[TD="align: right"]3[/TD]
[TD]bell[/TD]
[TD="align: right"]03/03/2014[/TD]
[/TR]
[TR]
[TD="align: right"]4[/TD]
[TD]the[/TD]
[TD="align: right"]04/03/2014[/TD]
[/TR]
[TR]
[TD="align: right"]5[/TD]
[TD]vicar[/TD]
[TD="align: right"]05/03/2014[/TD]
[/TR]
[TR]
[TD="align: right"]6[/TD]
[TD]is[/TD]
[TD="align: right"]06/03/2014[/TD]
[/TR]
[TR]
[TD="align: right"]7[/TD]
[TD]in[/TD]
[TD="align: right"]07/03/2014[/TD]
[/TR]
[TR]
[TD="align: right"]8[/TD]
[TD]the[/TD]
[TD="align: right"]08/03/2014[/TD]
[/TR]
[TR]
[TD="align: right"]9[/TD]
[TD]well[/TD]
[TD="align: right"]09/03/2014[/TD]
[/TR]
[TR]
[TD="align: right"]10[/TD]
[TD]who[/TD]
[TD="align: right"]10/03/2014[/TD]
[/TR]
[TR]
[TD="align: right"]11[/TD]
[TD]pushed[/TD]
[TD="align: right"]11/03/2014[/TD]
[/TR]
[TR]
[TD="align: right"]12[/TD]
[TD]him[/TD]
[TD="align: right"]12/03/2014[/TD]
[/TR]
[TR]
[TD="align: right"]13[/TD]
[TD]in[/TD]
[TD="align: right"]13/03/2014[/TD]
[/TR]
[TR]
[TD="align: right"]14[/TD]
[TD]and[/TD]
[TD="align: right"]14/03/2014[/TD]
[/TR]
[TR]
[TD="align: right"]15[/TD]
[TD]who[/TD]
[TD="align: right"]15/03/2014[/TD]
[/TR]
[TR]
[TD="align: right"]16[/TD]
[TD]pulled[/TD]
[TD="align: right"]16/03/2014[/TD]
[/TR]
[TR]
[TD="align: right"]17[/TD]
[TD]the[/TD]
[TD="align: right"]17/03/2014[/TD]
[/TR]
[TR]
[TD="align: right"]18[/TD]
[TD]poor[/TD]
[TD="align: right"]18/03/2014[/TD]
[/TR]
[TR]
[TD="align: right"]19[/TD]
[TD]vicar[/TD]
[TD="align: right"]19/03/2014[/TD]
[/TR]
[TR]
[TD="align: right"]20[/TD]
[TD]out[/TD]
[TD="align: right"]20/03/2014[/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
Excel Workbook
ABCDEFGHI
1Ref NumberOpportunityDate ReceivedFromTo
21ding01/03/201401-Mar-201431-Mar-201420*sumproduct no array
32dong02/03/2014
43bell03/03/201420or if you just wanted to count dates in march *requires array
54the04/03/2014
65vicar05/03/2014
76is06/03/2014
87in07/03/2014
98the08/03/2014
109well09/03/2014
1110who10/03/2014
1211pushed11/03/2014
1312him12/03/2014
1413in13/03/2014
1514and14/03/2014
1615who15/03/2014
1716pulled16/03/2014
1817the17/03/2014
1918poor18/03/2014
2019vicar19/03/2014
2120out20/03/2014
Sheet1
 
Upvote 0
Hi,
Thanks for the reply but unfortunately additional columns will add complexity as the information goes back 4 years and this is meant to be a user friendly spreadsheet, not just for my personal use
 
Upvote 0

Forum statistics

Threads
1,223,237
Messages
6,170,930
Members
452,367
Latest member
TePunaBloke

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