Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
When I use the WORKDAY function to calculate the next workday with a range of
cells are defined as public holiday. But I find that Saturday and Sunday are default set as weekend. How can I change this default (Saturday and Sunday as weekend) to 6-day week (i.e. Mon - Sat). |
#2
![]() |
|||
|
|||
![]()
Robert,
Here is an array formula provided by Frank Kabel before Christmas that does this. It uses named fields for the start_date, days and holiday list. =start_date+IF(days=0,0,SIGN(days)*SMALL(IF((WEEKD AY(start_date+SIGN(days)*( ROW(INDIRECT("1:"&ABS(days)*10))),2)<7)*ISNA(MATCH (start_date+SIGN(days)*(RO W(INDIRECT("1:"&ABS(days)*10))),holidays,0)),ROW(I NDIRECT("1:"&ABS(days)*10) )),ABS(days))) Commit with Ctrl-Shift-Enter. -- HTH RP (remove nothere from the email address if mailing direct) "RobertH" wrote in message ... When I use the WORKDAY function to calculate the next workday with a range of cells are defined as public holiday. But I find that Saturday and Sunday are default set as weekend. How can I change this default (Saturday and Sunday as weekend) to 6-day week (i.e. Mon - Sat). |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
4 Day Work Week in a formula | Excel Discussion (Misc queries) | |||
how do I adjust working calendar (6 day work week) in excel that . | Excel Worksheet Functions | |||
Line or bar graphs for tracking stocks profit and loss. | Charts and Charting in Excel | |||
first week of year - according to european standard | Excel Worksheet Functions | |||
How do I ensure dates inputted are during the work week? | Excel Worksheet Functions |