tulasiraman
New Member
- Joined
- Feb 20, 2015
- Messages
- 4
Hi,
My data looks like this (two rows, one column)
apple [fruit]
orange [color]
grapes [sour]
banana [yellow]
mango [sweet]
I want to convert them into (two rows, two column) as below
apple --------- fruit
orange ------- color
grapes ------- sour
banana ------- yellow
mango -------- sweet
Please provide me with a solution for this.
Thanks.
My data looks like this (two rows, one column)
apple [fruit]
orange [color]
grapes [sour]
banana [yellow]
mango [sweet]
I want to convert them into (two rows, two column) as below
apple --------- fruit
orange ------- color
grapes ------- sour
banana ------- yellow
mango -------- sweet
Please provide me with a solution for this.
Thanks.
Last edited: