Hi,
I have a list of 60,000 rows of data and in column A i have 23,000 different values.
In column J i have multiple different codes, how can i find out what is the most common against different value of coulmn A.
So for example i would want the answer for 1 in column A to be Yellow
[TABLE="class: grid, width: 300"]
<tbody>[TR]
[TD]Column A[/TD]
[TD]Column J[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]red[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]red[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]yellow[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]green[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]pink[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]black[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]white[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]black[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]white[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD]black[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]yellow[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]yellow[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]yellow[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]red[/TD]
[/TR]
</tbody>[/TABLE]
Thanks
I have a list of 60,000 rows of data and in column A i have 23,000 different values.
In column J i have multiple different codes, how can i find out what is the most common against different value of coulmn A.
So for example i would want the answer for 1 in column A to be Yellow
[TABLE="class: grid, width: 300"]
<tbody>[TR]
[TD]Column A[/TD]
[TD]Column J[/TD]
[/TR]
[TR]
[TD]1
[/TD]
[TD]red[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD]red[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD]yellow[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD]green[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]pink[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD]black[/TD]
[/TR]
[TR]
[TD]7[/TD]
[TD]white[/TD]
[/TR]
[TR]
[TD]8[/TD]
[TD]black[/TD]
[/TR]
[TR]
[TD]9[/TD]
[TD]white[/TD]
[/TR]
[TR]
[TD]10[/TD]
[TD]black[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]yellow[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]yellow[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]yellow[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD]red[/TD]
[/TR]
</tbody>[/TABLE]
Thanks