Hi,
I have a sales person names in cell range B3:B10 and his customer list in cell range C3:C10.
from the sales person names any ones name is in the cell B12, I want his uniqe customer's total count in the cell C12
hence im trying to use formula as per below,
=MATCH(B3:B10,B12)*(SUMPRODUCT(1/COUNTIF(C3:C10,C3:C10)))
but the problem is output is not coming, please suggest….
I have a sales person names in cell range B3:B10 and his customer list in cell range C3:C10.
from the sales person names any ones name is in the cell B12, I want his uniqe customer's total count in the cell C12
hence im trying to use formula as per below,
=MATCH(B3:B10,B12)*(SUMPRODUCT(1/COUNTIF(C3:C10,C3:C10)))
but the problem is output is not coming, please suggest….