Good day! Trying to show the completion average for an individual and thought this would work but I must be using it wrong. My reference column calculates the completion average per project, which have has some blanks, and I want the overall average of those per person. Here is what I tried, and failed. Am I on the right track?
=AVERAGEIF(COLLECT({CP Complete}, {CP Complete}, ISNUMBER(@cell)), {IM Lead}, "Carrie Lanz")
I want to return a percentage for the overall average completeion for that Lead. Thanks!