Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
i have the following formula to give a 2 day cycle for production which will
skip saturdays and sundays. can it be made to miss other days such as public holidays also if they are put into a table or something. IF(WEEKDAY(A1+2)=7,A1+4,IF(WEEKDAY(A1+2)=1,A1+4,A1 +2)) whe A1 is first date, formula is in B1:Z1 |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Yes it can if you use NETWORKDAYS. You will need to have the Analysis
ToolPak installed, unless you have XL2007. Look it up in help for more information. Regards, Fred. "Clinton" wrote in message ... i have the following formula to give a 2 day cycle for production which will skip saturdays and sundays. can it be made to miss other days such as public holidays also if they are put into a table or something. IF(WEEKDAY(A1+2)=7,A1+4,IF(WEEKDAY(A1+2)=1,A1+4,A1 +2)) whe A1 is first date, formula is in B1:Z1 |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
See Excel help on the WORKDAY function.
It returns the date serial number n days if the future and has an option to account for holidays. You have to format the result as a date. -- Biff Microsoft Excel MVP "Clinton" wrote in message ... i have the following formula to give a 2 day cycle for production which will skip saturdays and sundays. can it be made to miss other days such as public holidays also if they are put into a table or something. IF(WEEKDAY(A1+2)=7,A1+4,IF(WEEKDAY(A1+2)=1,A1+4,A1 +2)) whe A1 is first date, formula is in B1:Z1 |
#4
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
thank you very much. worked perfect.
"T. Valko" wrote: See Excel help on the WORKDAY function. It returns the date serial number n days if the future and has an option to account for holidays. You have to format the result as a date. -- Biff Microsoft Excel MVP "Clinton" wrote in message ... i have the following formula to give a 2 day cycle for production which will skip saturdays and sundays. can it be made to miss other days such as public holidays also if they are put into a table or something. IF(WEEKDAY(A1+2)=7,A1+4,IF(WEEKDAY(A1+2)=1,A1+4,A1 +2)) whe A1 is first date, formula is in B1:Z1 |
#5
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You're welcome!
-- Biff Microsoft Excel MVP "Clinton" wrote in message ... thank you very much. worked perfect. "T. Valko" wrote: See Excel help on the WORKDAY function. It returns the date serial number n days if the future and has an option to account for holidays. You have to format the result as a date. -- Biff Microsoft Excel MVP "Clinton" wrote in message ... i have the following formula to give a 2 day cycle for production which will skip saturdays and sundays. can it be made to miss other days such as public holidays also if they are put into a table or something. IF(WEEKDAY(A1+2)=7,A1+4,IF(WEEKDAY(A1+2)=1,A1+4,A1 +2)) whe A1 is first date, formula is in B1:Z1 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using dates in IF statements | Excel Discussion (Misc queries) | |||
Nested If statements returning a sum calculation | Excel Worksheet Functions | |||
Returning text from nested IF and Vlookup statements | Excel Worksheet Functions | |||
If statements and Dates | New Users to Excel | |||
Returning expected dates | Excel Worksheet Functions |