https://bugs.documentfoundation.org/show_bug.cgi?id=154852
--- Comment #11 from Eike Rathke <[email protected]> --- (In reply to ady from comment #7) > Simple workaround: > 1. In $Sheet2.$A$1, use the (volatile) function =NOW() > 2. Wherever you want, use =CELL("address",$Sheet2.$A$1) > 3. Rename the worksheet Sheet2 to whatever else you want. Simpler workaround, force the formula cell itself to volatile: =CELL("address";Sheet2.A1)&T(NOW()) -- You are receiving this mail because: You are the assignee for the bug.
