Hi There,
I am trying to report average ticket open time, but we do not want anything with a status of On Hold factored into the calculation.
This is my current formula. Open Time is a helper field that subtracts today from date submitted.
=ROUND(AVG(COLLECT([Open Time]:[Open Time], [Open Time]:[Open Time], @cell <> "")), 1)
How would I add the exclusion for anything with status = on hold?