Created attachment 172592 [details] Example spread sheet of deficient recalculation OS: Windows 10 LibreOffice version: 7.1.3.2 (x64) build: https://git.libreoffice.org/core/+log/47f78053abe362b9384784d31a6e56f8511eb1c1 Reproducible steps: 1. In attached file change value in field B4 2. Press F9 3. Press CTRL + SHIFT + F9 Expected result: Calculated value in field B7 should be recalculated already after 1st step. Observed result: Value in field B7 does not change even after 3rd step. Is that behaviour related to bug https://bugs.documentfoundation.org/show_bug.cgi?id=137248 (already fixed in version 7.0.3)?
Check your math. B6: =B5-B4 B7: =B3*B6+B3*B4 which is =B3*(B5-B4)+B3*B4 which is =B3*B5-B3*B4+B3*B4 You are effectively eliminating any change in B4 with -B3*B4+B3*B4