Forum Discussion
steph88
Sep 03, 2021Copper Contributor
I to am having the same error message, any assistance would be much appreciated
- SergeiBaklanSep 03, 2021MVP
It was a circular reference in November!J222. Change ranges here from IF(COUNTIF(J$5:J$230,... on IF(COUNTIF(J$5:J$220,...
Also in
December!J211
October!J195
September!N241
(all commented)
In November!J237 formula contains ...*(H242ROW(J$5:J$218).. . Commented it.
- Stephane_ZwelNov 07, 2021Copper Contributor
Hello,
Regarding Ecology Planner 270821.xlsx, this file has two problems. One is circular references, a problem addressed by Sergei Baklan. Another is the "Excel ran out of resources ..." error and this problem is left unadressed so far.
Actually, the style reduction tool sees exactly one "slow calculation" in it, the one triggering the blocking error message in Excel.It's in September ! N266Replace the formula in it :{=_xlfn.SINGLE(INDEX($I$5:$I$239;SUMPRODUCT(MAX((N$5:N$239=BL266:$FI254266)*(ROW(N$5:N$239))))-ROW($I$5)+1))}by{=_xlfn.SINGLE(INDEX($I$5:$I$239;SUMPRODUCT(MAX((N$5:N$239=BL266:$FI266)*(ROW(N$5:N$239))))-ROW($I$5)+1))}and that fixes the problem. Hope it helps.
Related Content
- Apr 08, 2020