G
Guest
Hi
I would be grateful if someone could help me, I have been reading posts about counting unique numbers in a list, however I want to count unique's within one column, but triggered from another column. Here is an example
Col 1 Col
abc
def
abc
abc
ghi
abc
def
I want to achive an answer of 2, which would be achaived from the fact that
The value in column 2 must be higher than 0 and if that figure is higher than 0 then count the unique records in col 1. Therefore the 'abc' and 'def' both have correspong data greater than 0 but 'ghi' is not greatrer than 0. Thus the number of unique records =
I would be grateful if someone could help me, I have been reading posts about counting unique numbers in a list, however I want to count unique's within one column, but triggered from another column. Here is an example
Col 1 Col
abc
def
abc
abc
ghi
abc
def
I want to achive an answer of 2, which would be achaived from the fact that
The value in column 2 must be higher than 0 and if that figure is higher than 0 then count the unique records in col 1. Therefore the 'abc' and 'def' both have correspong data greater than 0 but 'ghi' is not greatrer than 0. Thus the number of unique records =