I have a set of data which has dates in D4:AE4 starting from Jan 2011 to April 2013 underneath that i have data set of hours charged to a particular project. I am trying to see if there is a formula that i can use to determine the duration of the project based on what is populated in the rows below.
For Example
Row 4 - jan11, feb11, mar11, apr11, may11, june11
Proj X - 0 , 24, 40, 0, 0, 0
Proj Y - 20, 20, 20, 20, 0, 0
Proj Z - 0, 0, 0, 40, 40, 40
I should be able to get the following results from the data set:
Proj X, Start Date Feb 11 - End Date Mar 11
Proj Y, Start Date Jan 11 - End Date Apr 11
Proj Z, Start Date Apr 11 - End Date Jun 11
It could be 2 different formulas to determine start date which would lookup 1st date with row greater than zero and then End date which would show last cell with data greater than zero.
Thanks
For Example
Row 4 - jan11, feb11, mar11, apr11, may11, june11
Proj X - 0 , 24, 40, 0, 0, 0
Proj Y - 20, 20, 20, 20, 0, 0
Proj Z - 0, 0, 0, 40, 40, 40
I should be able to get the following results from the data set:
Proj X, Start Date Feb 11 - End Date Mar 11
Proj Y, Start Date Jan 11 - End Date Apr 11
Proj Z, Start Date Apr 11 - End Date Jun 11
It could be 2 different formulas to determine start date which would lookup 1st date with row greater than zero and then End date which would show last cell with data greater than zero.
Thanks