A AV114 Member Feb 26, 2020 #1 How to count unique distinct values that meet multiple date criteria Attachments Count unique distinc.xlsx 9.7 KB · Views: 17
F Fluff13 Active Member Mar 1, 2020 #3 If you have the dynamic arrays =COUNT(UNIQUE(FILTER(INT(A2:A41),B2:B41=E4)))
F Fluff13 Active Member Mar 1, 2020 #4 Alternatively =SUM(--(FREQUENCY(IF(B2:B41=E4,INT(A2:A41)),INT(A2:A41))>0)) This needs to be confirmed with Ctrl Shift Enter, not just Enter
Alternatively =SUM(--(FREQUENCY(IF(B2:B41=E4,INT(A2:A41)),INT(A2:A41))>0)) This needs to be confirmed with Ctrl Shift Enter, not just Enter