I have 60,000 rows of data where I just pulled out the dates, added columns for day of the week, and have ID #s for each row. Blank ID # cells wouldn't be counted. I need to find the total count by Day of the Week and Quarter but only distinct values on every day.
Is there some way I can do this?
I was just using a formula like: =COUNTIFS($A$2:A1000,">="&$M$12,$A$2:$A$1000,"<="&$N$12) to find the dates within the quarters. Earlier I had the references for each quarter date ranges and days of the week too. I am just stuck find distinct counts per day only since I am using Excel on my Mac currently.


