Count the number of Wednesday between 2 given date

pivotpp

New Member
Joined
Jun 23, 2017
Messages
12
Hi all,


My goal is to count the number of a specific day of the week, say a Wednesday or Friday or Sunday between Date 1, say 1/10/2017 and Date 2, say 8/10/2017.


A1:
1/10/2017


A2: 8/10/2017


Any thoughts on a formula to being able to count the number of specific day of the week between them?


Thanks in advance

 

Unknown
ABC
1Date 1Date 2No. of Wed
230/10/201716/10/20172
301/10/201708/10/20171
424/05/201731/07/201710
Sheet16
Cell Formulas
RangeFormula
C2=SUMPRODUCT(--(TEXT(ROW(INDIRECT(A2&":"&B2)),"ddd")="Wed"))
 
Last edited:
Upvote 0

Forum statistics

Threads
1,226,835
Messages
6,193,236
Members
453,782
Latest member
ssg

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