Countifs with text (month) criteria from date

lovejanu4u

New Member
Joined
Apr 29, 2019
Messages
36
formula Countifs with text (month) criteria from dates. I want to show in graphs from dates how many count happen for each months in a year.
 

Excel Facts

Which came first: VisiCalc or Lotus 1-2-3?
Dan Bricklin and Bob Frankston debuted VisiCalc in 1979 as a Visible Calculator. Lotus 1-2-3 debuted in the early 1980's, from Mitch Kapor.
Hi LoveJanu4u,

As long as you only want to graph one year then this should work. Select C1 to N2 and insert graph.

LoveJanu4u.xlsx
ABCDEFGHIJKLMN
1DateJan-20Feb-20Mar-20Apr-20May-20Jun-20Jul-20Aug-20Sep-20Oct-20Nov-20Dec-20
21/1/2020212113021110
31/23/2020
42/14/2020
53/7/2020
63/29/2020
74/20/2020
85/12/2020
96/3/2020
106/25/2020
116/27/2020
128/8/2020
138/30/2020
149/21/2020
1510/13/2020
1611/4/2020
Sheet1
Cell Formulas
RangeFormula
D1:N1D1=EOMONTH(C1,0)+1
C2:N2C2=COUNTIFS($A$2:$A$9999,">="&C$1,$A$2:$A$9999,"<="&EOMONTH(C$1,0))
 
Upvote 0
Hi LoveJanu4u,

As long as you only want to graph one year then this should work. Select C1 to N2 and insert graph.

LoveJanu4u.xlsx
ABCDEFGHIJKLMN
1DateJan-20Feb-20Mar-20Apr-20May-20Jun-20Jul-20Aug-20Sep-20Oct-20Nov-20Dec-20
21/1/2020212113021110
31/23/2020
42/14/2020
53/7/2020
63/29/2020
74/20/2020
85/12/2020
96/3/2020
106/25/2020
116/27/2020
128/8/2020
138/30/2020
149/21/2020
1510/13/2020
1611/4/2020
Sheet1
Cell Formulas
RangeFormula
D1:N1D1=EOMONTH(C1,0)+1
C2:N2C2=COUNTIFS($A$2:$A$9999,">="&C$1,$A$2:$A$9999,"<="&EOMONTH(C$1,0))


Dear Sir,
Greetings!

Thanks alot its working for making a graph.

Appreciated your idea and support.

Regards,
 
Upvote 0

Forum statistics

Threads
1,214,979
Messages
6,122,552
Members
449,088
Latest member
davidcom

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