https://bugs.documentfoundation.org/show_bug.cgi?id=170556
--- Comment #3 from LeroyG <[email protected]> --- (In reply to LeroyG from comment #1) > precedents of precedents An example: A1: 3 A2: =A1*2 A3: =A2+1 Change A1 to 4 and recalculate A3: instead of change to 9 (that is: 4*2+1), A3 will keep showing 7 (that is: 3*2+1), because A2 don't changed. -- You are receiving this mail because: You are the assignee for the bug.
