I have about 200 rows I’m trying to merge together. I’ve tried various solutions such as this, and this, and none of them seem to work.
I’ve tried selecting all columns, copying and pasting into Writer, and doing find and replace to replace tabs with spaces, but that doesn’t find any tabs when I use the regex \t
. I also tried converting the columns to merge to text, adding a new column, clicking on the column label and adding =CONCATENATE(E1:E128,F1:F128)
. It just copies the first row, and does not fill in all subsequent rows.
This seems like an operation that should involve selecting the target columns, and clicking a button for merging all rows on a 1 to 1 basis directly. Is there a simple means of just merging two columns into one column?