Multiple COUNTIF and MONTH

kerlj001

New Member
Joined
Jun 2, 2011
Messages
10
I need some help with an excel formula pleas:

=SUMPRODUCT(--(RAW!$R$3:$R$20000="RESPOND"),--(RAW!$I$3:$I$20000=B4),--( RA W!$S$3:$S$20000="MADE"))


which searches the RAW tab and counts the number of rows where all 3 arrays are met. This works fine.

I need to now added another array to search column T (Dates dd/mm/yyyy) for all the above AND where the /mm/ part of the date = 12 (for example)

I tried this but n luck
=SUMPRODUCT(--(RAW!$R$3:$R$20000="RESPOND"),--(RAW!$I$3:$I$20000=B3),--( RA W!$S$3:$S$20000="MADE"),--(MONTH(RAW!$Q$3:$Q$20000=12)))


Any Ideas please, its driving me mad!

Thnx, Jody
 
<table width="73" border="0" cellpadding="0" cellspacing="0"><col style="mso-width-source:userset;mso-width-alt:2669;width:55pt" width="73"> <tbody><tr style="mso-height-source:userset;height:12.75pt" height="17"> <td class="xl64" style="height:12.75pt;width:55pt" height="17" width="73">6/17/2011</td> </tr> <tr style="mso-height-source:userset;height:12.75pt" height="17"> <td class="xl64" style="height:12.75pt;border-top:none" height="17">6/18/2011</td> </tr> <tr style="mso-height-source:userset;height:12.75pt" height="17"> <td class="xl64" style="height:12.75pt;border-top:none" height="17">6/19/2011</td> </tr> <tr style="mso-height-source:userset;height:12.75pt" height="17"> <td class="xl64" style="height:12.75pt;border-top:none" height="17">6/20/2011</td> </tr> <tr style="mso-height-source:userset;height:12.75pt" height="17"> <td class="xl64" style="height:12.75pt;border-top:none" height="17">6/21/2011</td> </tr> <tr style="mso-height-source:userset;height:12.75pt" height="17"> <td class="xl64" style="height:12.75pt;border-top:none" height="17">6/22/2011</td> </tr> <tr style="mso-height-source:userset;height:12.75pt" height="17"> <td class="xl64" style="height:12.75pt;border-top:none" height="17">6/23/2011</td> </tr> </tbody></table>
 
Upvote 0

Excel Facts

Excel Joke
Why can't spreadsheets drive cars? They crash too often!

Forum statistics

Threads
1,224,522
Messages
6,179,292
Members
452,902
Latest member
Knuddeluff

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