samlim1014
New Member
- Joined
- Feb 1, 2019
- Messages
- 1
Hi everyone,
I have a data set like the following.
Unfortunately, my data is a lot more complex than this so a simple Pivot won't let me analyse it
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name/Year[/TD]
[TD]Apples?[/TD]
[TD]2016[/TD]
[TD]2017[/TD]
[TD]2018[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD][/TD]
[TD]Apples[/TD]
[TD]Apples[/TD]
[TD]Oranges[/TD]
[/TR]
[TR]
[TD]Emma[/TD]
[TD][/TD]
[TD]Apples[/TD]
[TD]Apples[/TD]
[TD]Apples[/TD]
[/TR]
[TR]
[TD]Dave[/TD]
[TD][/TD]
[TD]Oranges[/TD]
[TD]Apples[/TD]
[TD]Oranges[/TD]
[/TR]
</tbody>[/TABLE]
How can I show in the first Column that John liked Apples in 2016 and 2017. I don't mind concatenations eg 2016Apples2017Apples; just can't seem to figure out how. :/
Hope this makes sense. Thank you.
I have a data set like the following.
Unfortunately, my data is a lot more complex than this so a simple Pivot won't let me analyse it
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name/Year[/TD]
[TD]Apples?[/TD]
[TD]2016[/TD]
[TD]2017[/TD]
[TD]2018[/TD]
[/TR]
[TR]
[TD]John[/TD]
[TD][/TD]
[TD]Apples[/TD]
[TD]Apples[/TD]
[TD]Oranges[/TD]
[/TR]
[TR]
[TD]Emma[/TD]
[TD][/TD]
[TD]Apples[/TD]
[TD]Apples[/TD]
[TD]Apples[/TD]
[/TR]
[TR]
[TD]Dave[/TD]
[TD][/TD]
[TD]Oranges[/TD]
[TD]Apples[/TD]
[TD]Oranges[/TD]
[/TR]
</tbody>[/TABLE]
How can I show in the first Column that John liked Apples in 2016 and 2017. I don't mind concatenations eg 2016Apples2017Apples; just can't seem to figure out how. :/
Hope this makes sense. Thank you.