Occurrences by Date and Number

Solved
ocep Posted messages 12 Status Membre -  
Vaucluse Posted messages 27336 Registration date   Status Contributeur Last intervention   -
Hello,

I need help with the attached table.
I'm looking to count the number of occurrences of a specific number (for example, 176) based on whether this number is included in the series corresponding to the desired date (for example, 04/05/2016).
In summary, I want to find out how many times a number appears based on a certain date.

I hope I’ve been clear enough
Thank you in advance

2 réponses

Arkana0 Posted messages 1980 Registration date   Status Modérateur Last intervention   183
 
Hello,

A solution:
=COUNTIFS()
You set a condition on the date to keep, and another on the desired number. If you need to check the number of occurrences across all your items, you can sum the COUNTIFS() results together, as they return numbers.
1