Description: calc's "concatenate" function is unable to catenate a range of cells with text Steps to Reproduce: 1.see pic attached 2. 3. Actual Results: see pic attached Expected Results: catenate the darn range's contents.... :( Reproducible: Always User Profile Reset: Yes OpenGL enabled: Yes Additional Info: catenate the darn range's contents.... :(
Created attachment 146182 [details] concatenate improvement catenate the darn range's contents.... :(
https://opengrok.libreoffice.org/xref/core/sc/source/core/tool/interpr8.cxx?r=ca844d61#1388 https://opengrok.libreoffice.org/xref/core/sc/source/core/tool/interpr4.cxx?r=33623f31#4222 https://opengrok.libreoffice.org/xref/core/include/formula/opcode.hxx?r=8dec85a3#336 https://opengrok.libreoffice.org/xref/core/formula/inc/core_resource.hrc?r=8dec85a3#1194 https://opengrok.libreoffice.org/xref/core/sc/source/core/tool/interpr4.cxx?r=33623f31#4221 https://opengrok.libreoffice.org/xref/core/include/formula/opcode.hxx?r=8dec85a3#335 https://opengrok.libreoffice.org/xref/core/formula/inc/core_resource.hrc?r=8dec85a3#1193
You use the wrong function for that purpose. =CONCAT(B4:B27) works fine.