https://bugs.documentfoundation.org/show_bug.cgi?id=148982
Eike Rathke <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] |desktop.org | Status|NEW |ASSIGNED --- Comment #7 from Eike Rathke <[email protected]> --- This is a problem of MULTIPLE.OPERATIONS() (TableOp) accessing the recursion in column A (through the A$1 or A$255 or A$401 or A$402 "replacements"). The maximum recursion limit is 400 after which further blocks of recursions are assembled in reverse (logically forward) order and if completed all cells are iterated. In a TableOp scenario this seems to prematurely end, hence it works until A$401 but not from A$402 on. Needs further investigation. -- You are receiving this mail because: You are the assignee for the bug.
