Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I am trying to calculate the number of bi-weekly and weekly pay periods of a given year.
Example 9/1/09 - there are 35 (weekly) tuesdays before this date, and 18 biweekly periods. what excel function can I use to do this? Is there also a way for semi-monthly? EggHeadCafe - Software Developer Portal of Choice WPF And The Model View View Model Pattern http://www.eggheadcafe.com/tutorials...l-view-vi.aspx |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() Hi, Try this. C15 holds 9/1/2009. B15 holds 1/1/2009. The answer would be 35 =SUMPRODUCT(1*(WEEKDAY(ROW(INDIRECT(C15&":"&B15))) =2)) -- Regards, Ashish Mathur Microsoft Excel MVP www.ashishmathur.com "Jon Friessen" wrote in message ... I am trying to calculate the number of bi-weekly and weekly pay periods of a given year. Example 9/1/09 - there are 35 (weekly) tuesdays before this date, and 18 biweekly periods. what excel function can I use to do this? Is there also a way for semi-monthly? EggHeadCafe - Software Developer Portal of Choice WPF And The Model View View Model Pattern http://www.eggheadcafe.com/tutorials...l-view-vi.aspx |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calculating number of periods | Excel Worksheet Functions | |||
Combination Graph with current year and prior year sales | Charts and Charting in Excel | |||
calculating number of three month periods between two dates... | Excel Discussion (Misc queries) | |||
Calculating number of periods when payment amount changes | Excel Worksheet Functions | |||
How to compare current year to prior year in bar chart? | Charts and Charting in Excel |