| View previous topic :: View next topic |
| Author |
Message |
ram8516 General User

Joined: 25 Apr 2010 Posts: 42
|
Posted: Mon Jan 30, 2012 8:41 am Post subject: [Solved]Project Management |
|
|
Hi
I have a spread sheet with the following info
cell F5 to AH5 has dates starting from FEB 01 to Feb 29
Cell F7 to AH 7 has number of resources
A 16 has project name
B16 has Estimated hours for the project
C 16 has start date
d 16 has total number of days
I want a formula from f 16 onwards which should first check for the start date at c 16 and then go to the corresponding cell with reference from F5 to AH5 and from that date onwards it should calculate the working days from total number of days and split the resources from cell f7 to ah7 to match the hours from b16 ( 6 working hours per resource).
so for example if i enter project 1 estimated hours as 600 hours and days as 10 and start date as 6th feb. the formula should display 10 resource for 10 working days till 16th excluding sundays.
can any help???
Thanks in advance
regards
Ram
Last edited by ram8516 on Wed Sep 05, 2012 1:11 am; edited 1 time in total |
|
| Back to top |
|
 |
ram8516 General User

Joined: 25 Apr 2010 Posts: 42
|
Posted: Mon Jan 30, 2012 10:22 am Post subject: |
|
|
i used this formula
=IF($D$16="";"";IF($C$16=$F$5;IF(IF(COLUMN(D$16)-3>$D$16;"";$C$16+(COLUMN(D$16)-3)-1)=F5;($B16/$D$16)/$B$2;"") ;""))
now i want is to check the start date only
i want to incorporate a if condition to the above formula to check the start date in c 16 with the dates if f5 to ah7
any help??? |
|
| Back to top |
|
 |
messki678 Newbie

Joined: 26 Apr 2012 Posts: 1
|
|
| Back to top |
|
 |
|