I'm trying to sumif my % complete (and eventually average that number) within a summary row in the same column above. I can do this for 1 row, but when I fill the formula down it creates a circular reference and blocks the row above as well.
Is it possible to solve this without using a helper column?
I've also tried using sumifs and adding additional criteria, but I come up with the same result.
In [% Complete]15
=SUMIF([Schedule Allocation]:[Schedule Allocation], [Task Name]@row, [% Complete]:[% Complete])
