Hello,
I need to combine thousands of rows of Excel data (usually 3 or four rows at a time) into single rows without losing the data, so that let's say text data displayed in 4,000 Excel rows, is shown in 1,2000 without losing the data. At the moment, I am manually and painfully (repetitive stress injury) copying and pasting the data and formatting it into the desired Excel cell.
I know that Excel has functions (like using the "&" symbol to combine text data from let's say cells in A1 to A3, into A4, I would use =A1&A2&A3). However, this does not work, as the cell where the data is supposed to be displayed only shows the actual formula I have typed in.
Similarly, Excel's "TEXTJOIN", 'CONCAT" OR "CONCATENATE" functions do not work for me, as even though the formula is entered correctly, the cell where the merged text data is supposed to be displayed only shows "the Excel formula I typed in".
Does anyone have any idea how the row containing thousands of rows of text has to be formatted in order for the Excel formulas above to work?