Home |
Search |
Today's Posts |
|
#1
![]() |
|||
|
|||
![]()
I need to count the number of Fridays in a range of dates, e.g. how many
Fridays between 14 June 05 and 29 June 05 (including these two days). I'd be very grateful for your help. |
#2
![]() |
|||
|
|||
![]()
=SUMPRODUCT(--(WEEKDAY(ROW(INDIRECT(A1&":"&B1)))=6))
where cell a1 holds the date 6/14/05 and b1 holds 6/29/05 "L_n_da" wrote in message ... I need to count the number of Fridays in a range of dates, e.g. how many Fridays between 14 June 05 and 29 June 05 (including these two days). I'd be very grateful for your help. |
#3
![]() |
|||
|
|||
![]()
On Wed, 25 May 2005 12:43:25 -0700, L_n_da
wrote: I need to count the number of Fridays in a range of dates, e.g. how many Fridays between 14 June 05 and 29 June 05 (including these two days). I'd be very grateful for your help. A1: Start Date A2: End Date =INT((A2-WEEKDAY(A2-5)-A1+8)/7) In general: =INT((A2-WEEKDAY(A2+1-DOW)-A1+8)/7) where DOW is replaced by the Day of the Week where Sunday=1 and Saturday=7. --ron |
#4
![]() |
|||
|
|||
![]() |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
user defined function | Excel Worksheet Functions | |||
Counting Unique Records with multiple conditions | Excel Worksheet Functions | |||
Line or bar graphs for tracking stocks profit and loss. | Charts and Charting in Excel | |||
I need week number in excell from a date, first week must be mini. | Excel Discussion (Misc queries) | |||
first week of year - according to european standard | Excel Worksheet Functions |