A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi, and thanks for taking the time. The fib seems more like a sequence, where the starting conditions are inside the formula, possibly referenced from a different location. I am running a propagator, where each next value is a combination of the previous value plus a couple of other values from neighboring columns. That way I calculate position, velocity, and acceleration, It works just fine if I simply pull down the formulas to copy them, but it is many thousands of lines, making for big spreadsheet files. I realize that strictly speaking the array covers the initial cell, but at the same time, no individual cell's result is dependent on any circular calculation. Cell B8 references the information in cell B7 (and in the actual sheet also say A7, D7, E7, etc). Similarly B9 references the value in cell B8, etc. The propagator starts with a few starting parameters, hence the extension of the array to include that first cell above the formula.
Without this functionality there's so little usability in array formulas, that excel might as well just go back the old {} notation for those people who like the slowness of that implementation, and stop hijacking existing worksheets with erroneous spill errors.