Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Can I do a calculation on dates using only week days. Something like
Deliver date = now() + C25 - (weekends) |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You need the workday function:-
=WORKDAY(NOW(),5) The above adds 5 working days to NOW(). The now bit can be replaced with a cell reference as can the 5 days. You can also add a third argument for holidays so check out help. Mike "Paul" wrote: Can I do a calculation on dates using only week days. Something like Deliver date = now() + C25 - (weekends) |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Brill
Thanks very much, just what I required. Paul "Mike H" wrote in message ... You need the workday function:- =WORKDAY(NOW(),5) The above adds 5 working days to NOW(). The now bit can be replaced with a cell reference as can the 5 days. You can also add a third argument for holidays so check out help. Mike "Paul" wrote: Can I do a calculation on dates using only week days. Something like Deliver date = now() + C25 - (weekends) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Identifying unique dates in a range of cells containing dates... | Excel Discussion (Misc queries) | |||
Identifying unique dates within a range of cells containing dates | Excel Discussion (Misc queries) | |||
need to convert list of dates to count no. of dates by week | Excel Worksheet Functions | |||
Calculating number of days between two dates that fall between two other dates | Excel Discussion (Misc queries) | |||
Charting data against dates where dates are not at fixed intervals | Charts and Charting in Excel |