[Weekday()] Count the number of say 'Wednesday' between Date 1 and Date 2 -- This works but why?

pivotpp

New Member
Joined
Jun 23, 2017
Messages
12
[FONT=&quot]Hi all,[/FONT]
[FONT=&quot]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/2015 and Date 2, say 8/10/2015.

[/FONT]
[FONT=&quot]I actually have the answer, as this formula works to count the number of Sundays and does everything I need: =INT((WEEKDAY($B$1- 1)-$B$1+$B2)/7)[/FONT]
[FONT=&quot]B1 = Date 1[/FONT]
[FONT=&quot]B2= Date 2[/FONT]
[FONT=&quot]And the 1 is Sunday, 2 is Monday ...7 is Saturday.[/FONT]
[FONT=&quot]
I've been scratching my head though as to WHY it works. The only that drives me crazier than something not working is something that works and not knowing the rationale behind it.

[/FONT]
[FONT=&quot]If anyone can breakdown the parts and explain why it works, would be very appreciative.

[/FONT]
[FONT=&quot]Thanks in advance[/FONT]
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.

Forum statistics

Threads
1,223,898
Messages
6,175,274
Members
452,628
Latest member
dd2

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