dingdang
Member
HI,
I have huge Address data in single column and i want to transpose to multiple column,
no of cell is not fixed for address but there is 1 blank cell between each address,
pls guide.
[pre]
[/pre]
I have huge Address data in single column and i want to transpose to multiple column,
no of cell is not fixed for address but there is 1 blank cell between each address,
pls guide.
[pre]
Code:
COLUMN A
21215545845
ID :: 134000119
S GOGATI
SHIVAJI NAGAR
DHL
PIN : 400 002
21215545845
ID :: 134000119
R B MARITI
CHANDRAKAMAL',
BUDWAR PETH,
MUMBAI
PIN: 400002
21215545845
ID :: 134000119
S V DESHPANDE
HOUSING SOCIETY,
MARKET
MUMBAI
PIN: 400072
Required data as below in columne B
21215545845 ID :: 134000119 S GOGATI SHIVAJI NAGAR DHL PIN : 400 002
21215545845 ID :: 134000119 R B MARITI CHANDRAKAMAL', BUDWAR PETH, MUMBAI PIN: 400002
21215545845 ID :: 134000119 S V DESHPANDE HOUSING SOCIETY, MARKET MUMBAI PIN: 400072