I'm trying to create a formula that will count the unique values from one stationary criteria and other data that can change
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Customer[/TD]
[/TR]
[TR]
[TD]Employee 1[/TD]
[TD]Customer 1[/TD]
[/TR]
[TR]
[TD]Employee 1[/TD]
[TD]Customer 1[/TD]
[/TR]
[TR]
[TD]Employee 2[/TD]
[TD]Customer 1[/TD]
[/TR]
[TR]
[TD]Employee 2[/TD]
[TD]Customer 2[/TD]
[/TR]
</tbody>[/TABLE]
Looking at the data above i want to be able to count the unique values for both columns
A countif "employee 1" would be 2
I'm looking to create a formula which will countif "Employee 1" then look at the values in the Customer column for unique values
so it would be something like =Countif "employee 1" and unique value in Customer column = 1
Any help would be great
[TABLE="width: 500"]
<tbody>[TR]
[TD]Name[/TD]
[TD]Customer[/TD]
[/TR]
[TR]
[TD]Employee 1[/TD]
[TD]Customer 1[/TD]
[/TR]
[TR]
[TD]Employee 1[/TD]
[TD]Customer 1[/TD]
[/TR]
[TR]
[TD]Employee 2[/TD]
[TD]Customer 1[/TD]
[/TR]
[TR]
[TD]Employee 2[/TD]
[TD]Customer 2[/TD]
[/TR]
</tbody>[/TABLE]
Looking at the data above i want to be able to count the unique values for both columns
A countif "employee 1" would be 2
I'm looking to create a formula which will countif "Employee 1" then look at the values in the Customer column for unique values
so it would be something like =Countif "employee 1" and unique value in Customer column = 1
Any help would be great
Last edited: