Maneesh Massey
Member
Hi All,
I have the following formula for counting unique data in Excel excluding duplicates but can anyone help me NOT to calculate blanks that are also being counted with the formula. The Excel sheet attached demonstrates this in action. The following formula does not help if there is an empty cell in the "Date Sold" column which puts a "1" in the "Unique Count" column which in turn calculates the wrong SUM in the following attached file.
FORMULA:
=IF(SUMPRODUCT(($B$5:$B5=B5)*($C$5:$C5=C5))>1,"",1)
All help is appreciated.
Regards,
~Maneesh
I have the following formula for counting unique data in Excel excluding duplicates but can anyone help me NOT to calculate blanks that are also being counted with the formula. The Excel sheet attached demonstrates this in action. The following formula does not help if there is an empty cell in the "Date Sold" column which puts a "1" in the "Unique Count" column which in turn calculates the wrong SUM in the following attached file.
FORMULA:
=IF(SUMPRODUCT(($B$5:$B5=B5)*($C$5:$C5=C5))>1,"",1)
All help is appreciated.
Regards,
~Maneesh