Hi —
I'm trying to write a formula that captures the average of the CD column only IF it's in the CD, permitting, or construction phase. Below it only has 2 of the phases; i'm not sure how to incorporate the third.
My current formula is giving the #INVALID DATA TYPE error:
=AVERAGEIF(OR({Metric.Phase}, "5.Permitting", {Metric.Phase}, "6. Construction"), {Metric.CD})
Thank you!