I am trying to create a formula averaging the time it takes to complete a request from my completed work sheet and it is returning an invalid operation error. Here is the formula,
=AVERAGEIF({Completed - Duration}, {Completed - Parent ID}, ="TOP")
I only want to average the parent rows durations and I plan on making another with the <> for the children as well.
Any suggestions?