count unique dates by weekday

guycothal

New Member
Joined
Jun 20, 2019
Messages
1
Hey all,

I have a conundrum. I have a list of dates where I have received calls at my job. I can get 10-30 calls a day. I am looking for a formula to tell me how many Mondays, tuesdays, etc I have taken calls. I can't assume that i am working every monday between 2 dates cause I do have time off. Thanks ahead of time for any help.
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
Hi guycothal,

Welcome to the MrExcel Forum.

You have to understand that no one can see your worksheet, we have no where your data is located, how it is formatted and exactly what data you have. There is no way anyone can help you unless you give us more information about your worksheets.

You can explain it better, put a sample online at a file sharing site such as Dropbox, whichever, but we need a lot more information...
 
Upvote 0
Assuming you have your list of call dates (and times?) in range A2:A1000 and your list of dates off in range H2:H100, try the following array formula (to be entered using Ctrl+Shift+Enter, not just Enter):

=SUM(--(FREQUENCY(IF((WEEKDAY(A2:A1000)=2)*(NOT(ISNUMBER(MATCH(INT(A2:A1000),H2:H100,0)))),INT(A2:A1000),FALSE),IF((WEEKDAY(A2:A1000)=2)*(NOT(ISNUMBER(MATCH(INT(A2:A1000),H2:H100,0)))),INT(A2:A1000),FALSE))>0))

where 2 means Monday, 3 means Tuesday, etc.
 
Upvote 0

Forum statistics

Threads
1,213,549
Messages
6,114,261
Members
448,558
Latest member
aivin

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