Excel : Split multi line text into multi line columnbvn -


i have huge data follows :

row a1 : 1234

row a2 : jsdfh

row a3 : dfjkgldhlf

row a4 : 3448734kjfj

row a5 : dfjgkldjfgkl

row a7 : dfjklg;dfl

row a8 : dfkgjdf;klg

can break data single formula or not :

column a1 : 1234

column b1 : jsdfh

column c1 : dfjkgldhlf

column a2 : 3448734kjfj

column b2 : dfjgkldjfgkl

column a3 : dfjklg;dfl

column b3 : dfkgjdf;klg

if want without coding, copy data in row, select empty column cell >

right click > select 'paste special'> check 'transpose'> ok.


Comments

Popular posts from this blog

c# - ItextSharp font color issue in ver 5.5.4+ -

jquery - Multiple issues with pushstate: history, loading, calling functions -

ios - retrievePeripherals deprecated in IOS7 how to substitude it with retrievePeripheralsWithIdentifiers -