Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]() I have a timesheet that I have set the formula to calculate the dates and days excluding weekends for a given month. How do I set the formula to stop on the last day of the month? My current formula for the first cell (H6) is as follows: =IF(WEEKDAY(AB2-1)<=5,AB2,AB2+8-WEEKDAY(AB2-1)) Note - cell AB2 is the entry for the first workday of the month My current formula is as follows for the cells thereafter: =IF(WEEKDAY(H6-1)<5,H6+1,H6+3) Thanks for any assistance! -- DebbieK |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel displaying formulae as constant and not calculating formula | Excel Worksheet Functions | |||
Formula = Today's date + 1 month | Excel Worksheet Functions | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
formula: First and last day in month | Excel Worksheet Functions | |||
Formula checking multiple worksheets | Excel Worksheet Functions |