Count if a range of cell begins with a month

mrkris1982

Active Member
Joined
Apr 16, 2009
Messages
407
I have a date column formatted in mm/dd/yyyy
I have a chart that I want to automatically update as I enter data into the spreadsheet. Here's what I'm looking for help on:

Month
Jobs

<tbody>
</tbody>
Income
Augustcount if column A begins with 8
SUM column J if adjacent column A begins with 8

<tbody>
</tbody>
Septembercount if column A begins with 9
SUM column J if adjacent column A begins with 9

<tbody>
</tbody>
Octobercount if column A begins with 10
SUM column J if adjacent column A begins with 10

<tbody>
</tbody>
Novembercount if column A begins with 11SUM column J if adjacent column A begins with 11

<tbody>
</tbody>

What formulas can I use to accomplish this?

Thanks in advance
 

Excel Facts

Copy a format multiple times
Select a formatted range. Double-click the Format Painter (left side of Home tab). You can paste formatting multiple times. Esc to stop
does it need to have the month number
otherwise use the date
=COUNTIFS(A:A,">="&B2,A:A,"<"&EDATE(B2,1))

in B2 - JOBS
put the month
1/8/17

then in B3
1/9/17

etc


 
Upvote 0

Forum statistics

Threads
1,215,427
Messages
6,124,831
Members
449,190
Latest member
rscraig11

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