Hi,
I post some kind of the same question last week. But still has not get the final answer which I think my question may be too complicated so I post it again with simplify question.
Basically, I have data of same person in different row. How can I combine it in to one row or one cell? Thank you! ^-^
my data looks like this
I want it to look like this
I post some kind of the same question last week. But still has not get the final answer which I think my question may be too complicated so I post it again with simplify question.
Basically, I have data of same person in different row. How can I combine it in to one row or one cell? Thank you! ^-^
my data looks like this
Name | Preference |
Nat | Apple |
Nat | Orange |
May | Melon |
May | Ovocado |
Jack | Banana |
Jack | Papaya |
I want it to look like this
Name | Preference |
Nat | Apple Orange |
May | Melong Avocado |
Jack | Banana Papaya |