224724/split-column-multiple-rows-while-copying-rest-columns-along
I have an excel file with numerous rows, and one column contains numerous values that are separated by commas.
The third column should be divided into rows, which I was able to do with ease. However, I also want to copy columns 1 and 2. Thus, it should seem as follows:
I manually duplicated the remaining columns into the newly constructed one after first delimiting the column. It takes a very long time because there are thousands of records.
Try this:
=DROP(REDUCE(0,REDUCE(0,C2:C3,LAMBDA(a,x,VSTACK(a,CONCAT(CHOOSEROWS(A2:B3,ROW(x)-1)&"|")&TEXTSPLIT(x,,",")))),LAMBDA(p,q,VSTACK(p,TEXTSPLIT(q,"|")))),2)
Try in Excel Online: • Formula used in cell C3 =SUM(SCAN(0,M3:N3,LAMBDA(x,y,VLOOKUP(y,P3:Q12,2,0)))) Works ...READ MORE
Try this: Private Sub CommandButton1_Click() ...READ MORE
If the cells in a row have ...READ MORE
Use this. For Row: worksheet_sub.Row(i).Height = 0; For Column: ...READ MORE
Hello, yes u can find your birthdate using ...READ MORE
Hi To Calculate the date, we can ...READ MORE
1 I having a Excel sheet with 1 ...READ MORE
In this case, you can use nested ...READ MORE
Use Spellchecker for doing your stuff: import pandas ...READ MORE
Try this: Private Scan As Integer Private Sub CommandButton1_Click() ...READ MORE
OR
At least 1 upper-case and 1 lower-case letter
Minimum 8 characters and Maximum 50 characters
Already have an account? Sign in.