Count Customer Complaints by Product Name, Then The # of Complaints for Each Month

JHawks8221

New Member
Joined
May 12, 2017
Messages
9
Office Version
  1. 365
Hello. I'm sorry I know this may be a simple problem, but I'm having difficulties trying to work this out. I need a formula on an excel spreadsheet that will count the number of complaints for certain products for each month (IE in the example image below, How many apple complaints we've had for January, and then in February

For Example:

Product Complaints.jpg


I've tried SUMPRODUCT, and a combination of a IF/COUNTIF/SUMPRODUCT formula (Example I found from GOOGLE that I've tried to play around with but couldn't make work: '=IF(COUNTIF($A$309:$A$606,"ABC"),SUMPRODUCT(H309:H606,P309:P606),"")

I know this has to be something simple I'm missing. Would anyone be able to help me out with this please? I've tried searching on google but have been struggling to find an answer on how to calculate this (I'm not very good with formulas honestly)

Thank-you very much!
 

Excel Facts

Copy formula down without changing references
If you have =SUM(F2:F49) in F50; type Alt+' in F51 to copy =SUM(F2:F49) to F51, leaving the formula in edit mode. Change SUM to COUNT.
How about
Excel Formula:
=COUNTIF(B:B,"$D2",A:A,">="&date(2022,1,1),A:A,"<"&date(2022,2,1))
 
Upvote 0
Solution
You're welcome & thanks for the feedback.
 
Upvote 0

Forum statistics

Threads
1,214,523
Messages
6,120,038
Members
448,940
Latest member
mdusw

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