Hi,
I have a table of unique emails with corresponding company and country.
I want to have a column which counts the number of unique countries a company is active in.
Column D is where I want the count to be in. Can someone help me with a formula for this?
[TABLE="class: grid, width: 100, align: left"]
<tbody>[TR]
[TD]Email[/TD]
[TD]Company[/TD]
[TD]Country[/TD]
[TD]#Countries[/TD]
[/TR]
[TR]
[TD]xxx[/TD]
[TD]A[/TD]
[TD]France[/TD]
[TD="align: center"]3[/TD]
[/TR]
[TR]
[TD]xxx[/TD]
[TD]A[/TD]
[TD]Germany[/TD]
[TD="align: center"]3[/TD]
[/TR]
[TR]
[TD]xxx[/TD]
[TD]A[/TD]
[TD]UK[/TD]
[TD="align: center"]3[/TD]
[/TR]
[TR]
[TD]xxx[/TD]
[TD]B[/TD]
[TD]France[/TD]
[TD="align: center"]1[/TD]
[/TR]
[TR]
[TD]xxx[/TD]
[TD]B[/TD]
[TD]France[/TD]
[TD="align: center"]1[/TD]
[/TR]
[TR]
[TD]xxx[/TD]
[TD]C[/TD]
[TD]Germany[/TD]
[TD="align: center"]2[/TD]
[/TR]
[TR]
[TD]xxx[/TD]
[TD]C[/TD]
[TD]UK[/TD]
[TD="align: center"]2[/TD]
[/TR]
</tbody>[/TABLE]
I have a table of unique emails with corresponding company and country.
I want to have a column which counts the number of unique countries a company is active in.
Column D is where I want the count to be in. Can someone help me with a formula for this?
[TABLE="class: grid, width: 100, align: left"]
<tbody>[TR]
[TD]Email[/TD]
[TD]Company[/TD]
[TD]Country[/TD]
[TD]#Countries[/TD]
[/TR]
[TR]
[TD]xxx[/TD]
[TD]A[/TD]
[TD]France[/TD]
[TD="align: center"]3[/TD]
[/TR]
[TR]
[TD]xxx[/TD]
[TD]A[/TD]
[TD]Germany[/TD]
[TD="align: center"]3[/TD]
[/TR]
[TR]
[TD]xxx[/TD]
[TD]A[/TD]
[TD]UK[/TD]
[TD="align: center"]3[/TD]
[/TR]
[TR]
[TD]xxx[/TD]
[TD]B[/TD]
[TD]France[/TD]
[TD="align: center"]1[/TD]
[/TR]
[TR]
[TD]xxx[/TD]
[TD]B[/TD]
[TD]France[/TD]
[TD="align: center"]1[/TD]
[/TR]
[TR]
[TD]xxx[/TD]
[TD]C[/TD]
[TD]Germany[/TD]
[TD="align: center"]2[/TD]
[/TR]
[TR]
[TD]xxx[/TD]
[TD]C[/TD]
[TD]UK[/TD]
[TD="align: center"]2[/TD]
[/TR]
</tbody>[/TABLE]