I would like to calculate the average age of issues I have loaded into a structure per formula column.
Currently I am calculating the number of unresolved issues via following formula:
SUM{If(resolution = undefined;1)}-1
But how to get the average age of the issues in a structure column?
Thx.