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 convert single cell in Excel to 3 cells in another column?

How to convert the cell values like below using the excel formula? How to write formula for this in Excel?

enter image description here

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

>Solution :

You may try this as shown below,

enter image description here


• Formula used in cell D2 using INDEX(), INT() & ROW()

=INDEX($B$2:$B$4,INT((ROW()-2)/3)+1)

• Or if you are in MS365, then try in cell E2 using TEXTSPLIT(), TEXTJOIN() & REPT()

=TEXTSPLIT(TEXTJOIN("-",,REPT(B2:B4&"|",3)),"-","|",1)

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