lastminuteproject
New Member
- Joined
- Apr 28, 2010
- Messages
- 19
Hi all,
I making some planning for my company and they make all the calculations as a working days. I need something like this:
Cell A=Starting date
Cell B= End date
Cell C= Number of working days
I want that cell B get calculated starting from A and adding C and the corresponding weekend days.
I made something that work, but only for working days less than a week:
Cell A: Start date
Cell B: =IF(C1="Y",A1+D1+1,A1+D1-1) -->IAdd 2 days if we go through a weekend
Cell C: =IF(WEEKDAY(A1)+D1>5,"Y","N") -->Tell if we go through a weekend
Cell D: working days
Anyone can help me?
Thank you in advance
I making some planning for my company and they make all the calculations as a working days. I need something like this:
Cell A=Starting date
Cell B= End date
Cell C= Number of working days
I want that cell B get calculated starting from A and adding C and the corresponding weekend days.
I made something that work, but only for working days less than a week:
Cell A: Start date
Cell B: =IF(C1="Y",A1+D1+1,A1+D1-1) -->IAdd 2 days if we go through a weekend
Cell C: =IF(WEEKDAY(A1)+D1>5,"Y","N") -->Tell if we go through a weekend
Cell D: working days
Anyone can help me?
Thank you in advance