https://bugs.documentfoundation.org/show_bug.cgi?id=171098
--- Comment #5 from ady <[email protected]> --- (In reply to m_a_riosv from comment #3) > Even Hard-recalc doesn't work. You can have an initial "Manual" result, but manually triggering a recalculation changes the result to Automatic, which is a bug. Additionally, while some of the arguments for INFO() do not really need to make the function act as a volatile function (because the result will not change in many of those cases anyway), the 'INFO("recalc")' variant seems to be at least a candidate for such volatile behavior. I guess that one possible alternative way to trigger the volatile behavior of the cell would be something like '=INFO("recalc")&T(NOW())', but let's test such situation after the result of 'INFO("recalc")' by itself gives the correct result (even) when it is non-volatile. -- You are receiving this mail because: You are the assignee for the bug.
