Hi
I have a sheet that looks like this
color | number
now i want to count how many unique numbers i have of one color
So the values can be like this
in color column
blue
red
yellow
blue
blue
yellow
red
yellow
yellow
in the number column
123
22
123
143
12
132
123
22
22
22
So how many unique values do i have of the color Blue for example
My solution is this:
https://www.excel-easy.com/examples/count-unique-values.html
=SUM(1/COUNTIF(A:A;"blue";B:B;B:B))
But i dont get it to work
Any suggetions... i just get the result 0
I do press ctrl+shift+enter
I have a sheet that looks like this
color | number
now i want to count how many unique numbers i have of one color
So the values can be like this
in color column
blue
red
yellow
blue
blue
yellow
red
yellow
yellow
in the number column
123
22
123
143
12
132
123
22
22
22
So how many unique values do i have of the color Blue for example
My solution is this:
https://www.excel-easy.com/examples/count-unique-values.html
=SUM(1/COUNTIF(A:A;"blue";B:B;B:B))
But i dont get it to work
Any suggetions... i just get the result 0
I do press ctrl+shift+enter