Microsoft
Software
Hardware
Network
Question : Exclude Saturday and sunday from date
In excel 2007, I am specifying the date as 06/20/2010 (suppose this is in cell A1).
Then to populate date in other cells I am using a formula wherein I add days to this date. Example,
=A1+6
Now the new date may fall on Saturday or Sunday. What I need is that if the new date falls on Saturday or Sunday then it should move to next working day that is Monday.
I am using the following date format "Wednesday, MAr 14, 2001".
Please let me know how to do this.
Thank you
Answer : Exclude Saturday and sunday from date
Ah. I gave you formulas that work specifically for 6.
The workday form from Barry's formula would be
=WORKDAY(D8+9-1,1)
It's easier to change.
Random Solutions
Convert Doc files to Docx in SharePoint
Filling a TextBox on a Form with Data from a Field from an SQL Database Table in Visual Studio 2008
Java web service accesing error
asp.net mssql I have a need to update records where the record column needs modifing in orde to match the Id value
how can i find all ILO boards on a network
Control object destruction during global destruction
I can send e-mail ok but cannot get to Internet via browser
accessing a web service
AP running G and N
PHP Array: Only the first item in array is returned