Follow

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use
Contact

How to split column into two

I have dataset which looks like this:

enter image description here

And I want to convert into something like this:

MEDevel.com: Open-source for Healthcare and Education

Collecting and validating open-source software for healthcare, education, enterprise, development, medical imaging, medical records, and digital pathology.

Visit Medevel

enter image description here

How can I achieve it in excel?

>Solution :

Using WRAPSROWS()

enter image description here


• Formula used in cell C2 –> Exclusively Applicable To MS365 Current Channel

=WRAPROWS(A1:A10,2)

• Formula used in cell F2 –> Applicable To Excel 2010+ onwards

=IFERROR(INDEX($A$1:$A$10,COLUMNS($F$2:F2)+(ROWS(F$2:F2)-1)*2),"")

• Formula used in cell I2 –> Applicable To Excel 2021+ onwards

=INDEX(A:A,SEQUENCE(COUNTA(A:A)/2,2))

Add a comment

Leave a Reply

Keep Up to Date with the Most Important News

By pressing the Subscribe button, you confirm that you have read and are agreeing to our Privacy Policy and Terms of Use

Discover more from Dev solutions

Subscribe now to keep reading and get access to the full archive.

Continue reading