Z
ZootRot
Excel 2007
I have a whole spreadsheet with paragraphs of text in multiple cells (line
per cell). For each column, I need to concatenate these lines into a single
multi-line cell.
Currently I'm manually typing in a formula [=a1&b1&c1], then copying and
pasting the resulting value. Immensely time consuming. I've tried to use
=concatenate(a1:a3), but that produces a #value error.
Other than using VBA, is there an easier way to do this?
Thanks.
I have a whole spreadsheet with paragraphs of text in multiple cells (line
per cell). For each column, I need to concatenate these lines into a single
multi-line cell.
Currently I'm manually typing in a formula [=a1&b1&c1], then copying and
pasting the resulting value. Immensely time consuming. I've tried to use
=concatenate(a1:a3), but that produces a #value error.
Other than using VBA, is there an easier way to do this?
Thanks.