I am trying to create a table that will produce the average difference between start dates and completion dates for projects therefore giving average completion time in days for projects. I would also like this to be separated by the category of project it is which is located in column E of my sheet. I have used an AVERAGE(FILTER(DAYS( function but this only provides the average completion time for all categories of projects combined. I believe an AVERAGEIFS is what I need to use but I can’t figure it out.
My current formula is
=AVERAGE(FILTER(DAYS($G$2:$G$100000,$C$2:$C$10000), $G$2:$G$10000<>””))
Start dates are in column C, Completion dates are in column G, and criteria I want to categorize by is in column E.
My current formula is
=AVERAGE(FILTER(DAYS($G$2:$G$100000,$C$2:$C$10000), $G$2:$G$10000<>””))
Start dates are in column C, Completion dates are in column G, and criteria I want to categorize by is in column E.