Number of Sundays between dates

chandrashekar

Well-known Member
Joined
Jul 15, 2005
Messages
514
Office Version
  1. 365
Platform
  1. Windows
Hello Team,

How to know number of Sundays between dates using formula

SD ED No of Sundays
4/6/2018 19:014/9/2018 23:011
4/1/2018 19:014/30/2018 22:015
4/6/2018 19:014/8/2018 21:011

<colgroup><col><col><col></colgroup><tbody>
</tbody>
Regards,

Chandru
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.

Excel 2010
ABCD
1SDEDNo of Sundays
206-Apr-18 7:01 PM09-Apr-18 11:01 PM11
301-Apr-18 7:01 PM30-Apr-18 10:01 PM55
406-Apr-18 7:01 PM08-Apr-18 9:01 PM11
5
2a
Cell Formulas
RangeFormula
C2=NETWORKDAYS.INTL(A2,B2,"1111110")
D2=SUMPRODUCT(--(WEEKDAY(ROW(INDIRECT(INT(A2)&":"&INT(B2))))=1))
 
Upvote 0

Forum statistics

Threads
1,213,496
Messages
6,113,993
Members
448,539
Latest member
alex78

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