I'm trying to average the ticket ages for the current month. I’ve tried several formulas and currently I’m trying this:
=IFERROR(AVG(COLLECT({SourceEOMCaseAge}, {SourceIncludeEOM}, "Yes", {SourceClosedMonth}, "April", {SourceClosedYear}, "2024")), "")
The formula needs to include ticket ages where the closed date is blank, and this seems to be where I’m struggling to find a solution.
To get the desired average from the “EOM Case Age” column I need to have the formula look for the following:
Closed: Yes and No
Include: Yes (Uses a Yes/No formula – IF Closed, Active, or Project = Yes)
Closed Month: Current Month (April) and Blanks
Closed Year: Current Year (2024) and Blanks
Date Submitted: All submission dates up to the last day of the current month