Expected Results I am trying to count how many unique numbers are in a column.
I tried IF(A2=A3,"1","0"), but it doesn't work because there are multiple invoices in some cases.
Sample Column:

I am expecting to receive a count of 1 for each unique number.
For the 14 in the sample, I am expecting 9 unique numbers.


There's a neat trick for this, like in this formula:
Check following screenshot: