Welcome toVigges Developer Community-Open, Learning,Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
444 views
in Technique[技术] by (71.8m points)

how to convert excel column data to row data

I have a column like this

present data

but I want to convert like this

want to convert this format

how can I do this in ms excel?


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

With data in C1, in D1 enter:

=FILTERXML("<t><s>"&SUBSTITUTE(SUBSTITUTE(C1,"&","&amp;"),",","</s><s>")&"</s></t>","//s")

enter image description here


与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to Vigges Developer Community for programmer and developer-Open, Learning and Share
...