Im trying to add few cell values to one separate (Column) Cell with Line brake for each Cell Value. (Using Google Sheets) The Formula im Using is
={"ID" ;ARRAYFORMULA(CONCATENATE(H2:H,CHAR(10),I2:I,CHAR(10),J2:J,CHAR(10),K2:K,CHAR(10),L2:L,CHAR(10),M2:M))}
The Issue im facing is all the data is coming on to Cell O2
Please check Image

What I want is for each row to get the values on relevant Column
Thanks in Advance
