Hey Everyone,
Want formula to calculate the average duration for only distinct project name. I have two columns, one with project name and another one with duration. Now wanted to calculate average for only distinct project name.
Currently using this formula, which is showing me Error (Divide by Zero)
Formula :- =AVG(COLLECT([Approval duration dayS]:[Approval duration dayS], [project name]:[project name], DISTINCT([project name]:[project name])))
Thanks !