Forum Discussion

ecovonrein's avatar
ecovonrein
Iron Contributor
Jun 23, 2022
Solved

Spills and the calculation tree

Just hit upon my first disappointment with (the otherwise fantastic) Spills.  Not sure how to efficiently communicate this, so forgive long-hand: A1=1 B2=A1 Copy down to B10 (=A9) A2=A1-B2+1 Cop...
  • SergeiBaklan's avatar
    Jun 23, 2022

    ecovonrein 

    Dynamic array formula doesn't calculate cell by cell, it calculates entire array and returns result into the range. With this formula it gets the range B2:B10 into array, starts calculating it, but second element of the array refers on the cell with formula. Thus in status bar you have a notice that circular reference is in A2.

    Bit more about behaviour

    Dynamic array formulas vs. legacy CSE array formulas (microsoft.com)

Resources