https://bugs.documentfoundation.org/show_bug.cgi?id=37755
--- Comment #24 from ady <[email protected]> --- (In reply to gui from comment #23) > Comment on attachment 55722 [details] > Demo document with a clear example The problem, as you know, is that cell A3 is still in Number format. The display of "###" depends on it. A simple workaround is for cell A3 to be formatted either as Text, or as General/Standard, with a formula such as: A3: =CONCATENATE("Cell with number ";TEXT(A2;"0.0000");" (the same as upper) and a long text format that should split in many lines as A1 cell") HTH. -- You are receiving this mail because: You are the assignee for the bug.
