Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
I have a large formula to calculate due date under different conditions.If
this due date is on a Saturday ,Sunday or on a holiday, it has to cconsider Monday or next working day, as applicable. |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
=due_date+(WEEKDAY(due_date,2)5)+(WEEKDAY(due_dat e,2)=6)
-- HTH Bob Phillips (remove nothere from email address if mailing direct) "Revathi" wrote in message ... I have a large formula to calculate due date under different conditions.If this due date is on a Saturday ,Sunday or on a holiday, it has to cconsider Monday or next working day, as applicable. |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
On Fri, 28 Apr 2006 02:21:02 -0700, Revathi
wrote: I have a large formula to calculate due date under different conditions.If this due date is on a Saturday ,Sunday or on a holiday, it has to cconsider Monday or next working day, as applicable. With your list of holidays in holiday_range, try this formula: =WORKDAY(your_formula - 1,1,holiday_range) If the WORKDAY function is not available, and returns the #NAME? error, install and load the Analysis ToolPak add-in. On the Tools menu, click Add-Ins. In the Add-Ins available list, select the Analysis ToolPak box, and then click OK. If necessary, follow the instructions in the setup program. --ron |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formula for determining if two date columns fall within specific date range | Excel Worksheet Functions | |||
date that updates itself daily, plus another formula please?? | Excel Worksheet Functions | |||
Formula Problem - interrupted by #VALUE! in other cells!? | Excel Worksheet Functions | |||
Date Formula | Excel Discussion (Misc queries) | |||
Date formula | Excel Discussion (Misc queries) |