Is there a built in function where I can specify a range of cells and get the number of unique values in those cells? For example, something like:
=UNIQUE(A2:A34)
Or perhaps a function which returns the unique values so that I could then COUNT
them?
I’ve already looked at this answer, but it looks like the solution to a much more difficult question.