Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
a formular to give the number of times sundays occurs between a starting date
and a finishing date... |
#2
![]() |
|||
|
|||
![]()
http://www.cpearson.com/excel/DateTimeWS.htm
Somewhat beneath the middle of the page -- Kind regards, Niek Otten Microsoft MVP - Excel "jeff thinkin" <jeff wrote in message ... a formular to give the number of times sundays occurs between a starting date and a finishing date... |
#3
![]() |
|||
|
|||
![]()
try this
=SUMPRODUCT((D2:D22=E1)*(D2:D22<E2)*(WEEKDAY(D2:D 22)=1)) -- Don Guillett SalesAid Software "jeff thinkin" <jeff wrote in message ... a formular to give the number of times sundays occurs between a starting date and a finishing date... |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I calculate duration between two dates and times in excel? | Excel Discussion (Misc queries) | |||
Need number of Saturdays and number of Sundays between 2 dates | Excel Worksheet Functions | |||
Calculate numbers between 2 dates | Excel Discussion (Misc queries) | |||
formula to calculate # of days between dates, excluding holidays | Excel Discussion (Misc queries) | |||
calculate with dates before 1-1-1900 | Excel Worksheet Functions |