Counting Duplicate Item Totals based on Date

bhoppy06

New Member
Joined
Jun 3, 2020
Messages
2
Office Version
  1. 2016
Platform
  1. Windows
I am trying to calculate the total count for duplicate items based on the date. In the first table you can see that I am able to get a total duplicate item count with the COUNTIF statement (item abc total count = 3, item def total count = 3) How do I make it so it only counts duplicate items that are on the same date?? For example, Table 2 is how it should appear. I need the count for item abc to total 2 for 6/6/2020 and 1 for 6/8/2020.



View attachment 15336
1591167000847.png
 

Excel Facts

Highlight Duplicates
Home, Conditional Formatting, Highlight Cells, Duplicate records, OK to add pink formatting to any duplicates in selected range.
Sorry Table 1 didn't save to the post. But right now the COUNTIF formula is totaling the count for ABC and DEF as 3. When the count should really total what appears on the table that I posted.
 
Upvote 0
Hi & welcome to MrExcel.
You will need to use COUNTIFS rather than COUNTIF, for that, as it can handle multiple criteria.
 
Upvote 0

Forum statistics

Threads
1,215,013
Messages
6,122,694
Members
449,092
Latest member
snoom82

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