madddogcom
New Member
- Joined
- Feb 7, 2014
- Messages
- 4
Working on a project tracking worksheet. My cells with formulas are as follows
The problem I have is anything less than 3 for a duration does not add the "X" in the work week and if a task finished on Tuesday and the task was 4 days work, thus starting on Thursday. My representation is off because we don't work weekends.
Can someone show me how to get the formula to work for anything less than 3 days and factor in no weekends also? I tried this, didn't work. =IF(or(weekday(K$4)=1,1)IF(AND(K$4>=$I5,K$4<=$J5),"X",""))
Regards,
Mike
- Duration is the standard number input for a typical task
- Start date is the Due Date or finish date minus the duration number: =J5-G5
- The Due/finish Date is just the date it was finished.
- The dates start on Monday for a whole week then the following week.
The problem I have is anything less than 3 for a duration does not add the "X" in the work week and if a task finished on Tuesday and the task was 4 days work, thus starting on Thursday. My representation is off because we don't work weekends.
Can someone show me how to get the formula to work for anything less than 3 days and factor in no weekends also? I tried this, didn't work. =IF(or(weekday(K$4)=1,1)IF(AND(K$4>=$I5,K$4<=$J5),"X",""))
Regards,
Mike