Hi - I have the formula below to count a data set and not count duplicates. It is incredibly slow. Any ways I may be able to speed this calculation up? Or change the formula? The data set is a table but the formula does not seem to work referencing the table column instead of the cells x2:x18881 for example.
=COUNT(IF(FREQUENCY(IF(('Collateral Listing'!$X$2:$X$18891=$B11)*('Collateral Listing'!$C$2:$C$18891="A")*('Collateral Listing'!$G$2:$G$18891="Y")*('Collateral Listing'!$AA$2:$AA$18891="Y"),MATCH('Collateral Listing'!$F$2:$F$18891,'Collateral Listing'!$F$2:$F$18891,0)),ROW('Collateral Listing'!$F$2:$F$18891)-ROW('Collateral Listing'!$F$2)+1),1))
=COUNT(IF(FREQUENCY(IF(('Collateral Listing'!$X$2:$X$18891=$B11)*('Collateral Listing'!$C$2:$C$18891="A")*('Collateral Listing'!$G$2:$G$18891="Y")*('Collateral Listing'!$AA$2:$AA$18891="Y"),MATCH('Collateral Listing'!$F$2:$F$18891,'Collateral Listing'!$F$2:$F$18891,0)),ROW('Collateral Listing'!$F$2:$F$18891)-ROW('Collateral Listing'!$F$2)+1),1))