Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() I'm trying to come up with a formula to calculate the third day out from today, excluding weekends and holidays. I'm pretty sure I should use the WORKDAY function, however I only know how to use this function when using a specific date to add three to; not when using a rolling date. Can someone help? -- telewats ------------------------------------------------------------------------ telewats's Profile: http://www.excelforum.com/member.php...o&userid=30270 View this thread: http://www.excelforum.com/showthread...hreadid=501177 |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi!
You practically already have the solution: =WORKDAY(TODAY(),3,holidays) Holidays is a list of holidays that you want include in the calculation. Biff "telewats" wrote in message ... I'm trying to come up with a formula to calculate the third day out from today, excluding weekends and holidays. I'm pretty sure I should use the WORKDAY function, however I only know how to use this function when using a specific date to add three to; not when using a rolling date. Can someone help? -- telewats ------------------------------------------------------------------------ telewats's Profile: http://www.excelforum.com/member.php...o&userid=30270 View this thread: http://www.excelforum.com/showthread...hreadid=501177 |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]() Thanks Biff! I appreciate the help. I'm confused on just one part... how do I establish holidays? Do I enter them in VBA or just in the =WORKDAY formula or somewhere else? -- telewats ------------------------------------------------------------------------ telewats's Profile: http://www.excelforum.com/member.php...o&userid=30270 View this thread: http://www.excelforum.com/showthread...hreadid=501177 |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi
Just set up a range of cells somewhere e.g. H1:H10 with the individual holiday dates in them. InsertNamedefineHolidaysRefers to = H1:H10 -- Regards Roger Govier "telewats" wrote in message ... Thanks Biff! I appreciate the help. I'm confused on just one part... how do I establish holidays? Do I enter them in VBA or just in the =WORKDAY formula or somewhere else? -- telewats ------------------------------------------------------------------------ telewats's Profile: http://www.excelforum.com/member.php...o&userid=30270 View this thread: http://www.excelforum.com/showthread...hreadid=501177 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Compare and Calculate Data Between 2 Files | Excel Discussion (Misc queries) | |||
Spreadsheet Won't Calculate | Excel Discussion (Misc queries) | |||
calculate age using BD and (TODAY) | New Users to Excel | |||
how to calculate a date .. say 34 days from today | Excel Discussion (Misc queries) | |||
Not able to calculate. | Excel Worksheet Functions |