I calculated the average days between start and end of tasks for certain categories. I want to add that number to each date but of course with the number only when the category match. Is that possible with set expressions?
Sample:
Average Category A: 5 days (avg day2-day1)
Average Category B: 7 days (avg day2-day1)
x-as needs to show Date + Average days (category needs to match)