View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Bob Phillips[_3_] Bob Phillips[_3_] is offline
external usenet poster
 
Posts: 2,420
Default Count unique values in 1 column where cells in another show non-bl

=SUM(--(FREQUENCY(IF((D5:D2000<"")*(O5:O2000<""),MATCH( D5:D2000,D5:D2000,0)),ROW(INDIRECT("1:"&ROWS(D5:D2 000))))0))

this is an array formula, so commit with Ctrl-Shift-Enter, not just Enter

--
__________________________________
HTH

Bob

"Sarah (OGI)" wrote in message
...
I have a spreadsheet whereby I need to be able to count how many unique
items
are in column D (D5 onwards), where each corresponding value in column O
is a
non-blank.

Is there an easy way to do this and if so, how?

Many thanks in advance.