Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
please help,
in my quote i want to state a "due by" date (generated by =now()+4, but if that date falls on a saturday or sunday it should move the due date on to the first monday thereafeter. is it possib and how? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(WEEKDAY(TODAY()+4)=7,TODAY()+6,IF(WEEKDAY(TODA Y()+4)=1,TODAY()+5))
-- --- HTH Bob (there's no email, no snail mail, but somewhere should be gmail in my addy) "des-sa" wrote in message ... please help, in my quote i want to state a "due by" date (generated by =now()+4, but if that date falls on a saturday or sunday it should move the due date on to the first monday thereafeter. is it possib and how? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
=IF(WEEKDAY(NOW()+4,2)=6,NOW()+6,IF(WEEKDAY(NOW()+ 4,2)=7,NOW()+5,NOW()))
"des-sa" wrote: please help, in my quote i want to state a "due by" date (generated by =now()+4, but if that date falls on a saturday or sunday it should move the due date on to the first monday thereafeter. is it possib and how? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Joel,
Thanks a million, done, it works!! "Joel" wrote: =IF(WEEKDAY(NOW()+4,2)=6,NOW()+6,IF(WEEKDAY(NOW()+ 4,2)=7,NOW()+5,NOW())) "des-sa" wrote: please help, in my quote i want to state a "due by" date (generated by =now()+4, but if that date falls on a saturday or sunday it should move the due date on to the first monday thereafeter. is it possib and how? |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
On Tue, 13 May 2008 03:18:01 -0700, des-sa
wrote: please help, in my quote i want to state a "due by" date (generated by =now()+4, but if that date falls on a saturday or sunday it should move the due date on to the first monday thereafeter. is it possib and how? If you have the analysis toolpak installed (look under Add-Ins), or if you have Excel 2007, you can use the formula: =WORKDAY(TODAY()+3,1) Note that there is an optional [holidays] argument where you can also exclude holiday days in calculating your "due by" date. --ron |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
group sales by week and week number | Excel Discussion (Misc queries) | |||
Tie a Calendar week to a Scoped Projected Week | Excel Worksheet Functions | |||
Formula to reconize text or number please | Excel Worksheet Functions | |||
How do I set up a week by week skill training schedule in excel? | Excel Discussion (Misc queries) | |||
I need week number in excell from a date, first week must be mini. | Excel Discussion (Misc queries) |