ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   Help on Dates (https://www.excelbanter.com/excel-worksheet-functions/109781-help-dates.html)

Paulf

Help on Dates
 
Hiya

Is there a way of calculating the number of Saturdays between two dates in
Excel?

Thanks in advance
Paul



Roger Govier

Help on Dates
 
Hi Paul
With start date in A1 and end date in B1 try
=INT((B1-A1)/7)+OR(WEEKDAY(A1)=7,WEEKDAY(B1)=7)

--
Regards

Roger Govier


"Paulf" wrote in message
...
Hiya

Is there a way of calculating the number of Saturdays between two
dates in Excel?

Thanks in advance
Paul




Ron Coderre

Help on Dates
 
Try this:

With
A1: (the start date)
B1: (the end date)

This formula counts the number of Saturdays within that date range
C1: =SUMPRODUCT(--(WEEKDAY(ROW(INDEX(A:A,A1):INDEX(A:A,B1)))=7))

Note: 1=Sunday, 2=Monday.....7=Saturday

Does that help?
***********
Regards,
Ron

XL2002, WinXP


"Paulf" wrote:

Hiya

Is there a way of calculating the number of Saturdays between two dates in
Excel?

Thanks in advance
Paul




Paulf

Help on Dates
 
Many Thanks Roger!

"Roger Govier" wrote in message
...
Hi Paul
With start date in A1 and end date in B1 try
=INT((B1-A1)/7)+OR(WEEKDAY(A1)=7,WEEKDAY(B1)=7)

--
Regards

Roger Govier


"Paulf" wrote in message
...
Hiya

Is there a way of calculating the number of Saturdays between two dates
in Excel?

Thanks in advance
Paul






Paulf

Help on Dates
 
Thanks Ron, appriciated

"Ron Coderre" wrote in message
...
Try this:

With
A1: (the start date)
B1: (the end date)

This formula counts the number of Saturdays within that date range
C1: =SUMPRODUCT(--(WEEKDAY(ROW(INDEX(A:A,A1):INDEX(A:A,B1)))=7))

Note: 1=Sunday, 2=Monday.....7=Saturday

Does that help?
***********
Regards,
Ron

XL2002, WinXP


"Paulf" wrote:

Hiya

Is there a way of calculating the number of Saturdays between two dates
in
Excel?

Thanks in advance
Paul







All times are GMT +1. The time now is 08:50 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
ExcelBanter.com