[TABLE="width: 113"]
<colgroup><col><col span="2"></colgroup><tbody>[TR]
[TD]W1-A[/TD]
[TD]1[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]W1-A[/TD]
[TD]2[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]W1-A[/TD]
[TD]3[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]W1-A[/TD]
[TD]1[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]W1-A[/TD]
[TD]1[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]W1-A[/TD]
[TD]3[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]W1-A[/TD]
[TD]4[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]W1-A[/TD]
[TD]5[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]W1-A[/TD]
[TD]6[/TD]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]
I am trying to create a formula for the 3rd column. The 3rd column counts the occurrences of the same combinations in the first two columns. For example, in row 4 the formula has recognised that 'W1-A' and '1' have occurred in columns 1 and 2 respectively for the 2nd time and it returns a count of 2 for the 3rd column. In row 5 it returns a '3' as that combination has now occurred 3 times.
Can anyone help with a formula that would be able to make these counts in column 3.
Thanks in advance.
<colgroup><col><col span="2"></colgroup><tbody>[TR]
[TD]W1-A[/TD]
[TD]1[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]W1-A[/TD]
[TD]2[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]W1-A[/TD]
[TD]3[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]W1-A[/TD]
[TD]1[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]W1-A[/TD]
[TD]1[/TD]
[TD]3[/TD]
[/TR]
[TR]
[TD]W1-A[/TD]
[TD]3[/TD]
[TD]2[/TD]
[/TR]
[TR]
[TD]W1-A[/TD]
[TD]4[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]W1-A[/TD]
[TD]5[/TD]
[TD]1[/TD]
[/TR]
[TR]
[TD]W1-A[/TD]
[TD]6[/TD]
[TD]1[/TD]
[/TR]
</tbody>[/TABLE]
I am trying to create a formula for the 3rd column. The 3rd column counts the occurrences of the same combinations in the first two columns. For example, in row 4 the formula has recognised that 'W1-A' and '1' have occurred in columns 1 and 2 respectively for the 2nd time and it returns a count of 2 for the 3rd column. In row 5 it returns a '3' as that combination has now occurred 3 times.
Can anyone help with a formula that would be able to make these counts in column 3.
Thanks in advance.