Using Google Sheets, I need a formula that will tell me two things:
1) Number of instances that identical dates occurred exactly twice
2) Number of instances that identical dates occurred exactly three times
The "real world" application for this task is to count and display how many times a business had two jobs on the same day (2 entries with the same date) AND count and display how many times a business had three jobs on the same day (3 entries with the same date).
As per the column below, 1/2/2015
, 1/23/2015
, 1/24/2015
, 1/30/2015
are each entered twice as the business had two jobs on those days. (We will call them "Double Bookings".)
1/16/2015
is a date entered three times as the business had three jobs on that day. (We will call them "Triple Bookings".)
1/2/2015 1/2/2015 1/3/2015 1/9/2015 1/10/2015 1/16/2015 1/16/2015 1/16/2015 1/17/2015 1/18/2015 1/23/2015 1/23/2015 1/24/2015 1/24/2015 1/30/2015 1/30/2015 1/31/2015
I would like the formula to give me the following two bits of information:
1) Number of instances that identical dates occurred exactly twice
2) Number of instances that identical dates occurred exactly three times