I have a list of start & finish dates, time intervals that have several categories, fine and regular. Each time interval is associated with a category [only one]. I need to find the average # of days or time interval, for each category.
I also need to know the “time remaining to” the average # of days for the specific category associated with the last entry that has a start date but no finish date yet. In other words, if the last entry is “regular” and the average days for “regular” is 15 days and the average days for “fine” is 8 days and the start date is 10 days ago, the return should be 5 days.
Attached example:
G3 would be the avg days for those categorized in column D as “regular”.
G4 would be the avg days for those categorized in column D as “fine”.
I4 would be the days remaining to “fine” average [G4] if last entry [A11] is “fine”.
K4 would be the days remaining to “regular” average [G3] if last entry [A11] is “regular”
In my example, the category is “regular, so I need to return the number of days from 3/13 to “today” minus the return in G3 or the “regular” average.
Can you show me how to do this with column “C” [# of days calculated] and without column “C”, without the # of days calculated already.
Thanks.