Hacker News new | ask | show | jobs
by junke 3188 days ago
Or try to put circular references.

    A1: 0
    A2: =A1+5
    A1: =A2*3
If you click on other cells, the values keep increasing. Otherwise, it eventually gives NaN. If you change the steps and first initialize A2, then it converges to NaN immediately.