1

I'm looking for a way to count unique values for the whole column (A:A). Currently, I'm only able to write formulars like A1:A10 which does the job. However, when changing to A:A is returns #DIV/0

The formulars I'm currently using are:

=SUMPRODUCT(1/COUNTIF(A2:A607;A2:A607))

and

=SUM(IF(FREQUENCY(MATCH(A2:A607;A2:A607;0);MATCH(A2:A607;A2:A607;0))>0;1))
0

1 Answer 1

3

This will work

=SUMPRODUCT((A:A<>"")/COUNTIF(A:A, A:A & ""))

Sign up to request clarification or add additional context in comments.

3 Comments

Did the job very well´. Thank you!
Mark the answer as correct then please. Though I feel like it bos the excel speed down a little (at least for me). Might be smoother to implement simply via pivot table.
I had to wait for 5 minutes before I was allowed to mark your answer. Yeah, agree upon the speed. However, the pivot table is not appropriate for me in this situation. Again thanks

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.