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
multiple email domains and sender selection
C++ Serial Communication - LSB & MSB
Online Backup
Calender applications.....
USB Mouse and Keyboard Not Working
Maximum number of VRF instances on a Cisco access router
How many languages does .NET support?
Fix code to find repeated numbers in string
Access chart sorting
TextBox Must Be Placed Inside Form Tag Error