I have a spreadsheet that contains customer IDs in Column A and Dates in Column B. Each customer can have the same date more than once. I am trying to count the unique IDs for each date. I tried using the following formula but it did not work:
=SUMPRODUCT(--($B$2:$B$59000=D$3),--(SUM(IF(FREQUENCY($A$2:$A$59000,$A$2:$A$59000)>0,1))))
Where Column A is the list of IDs
Column B is the list of Dates
Column D is the date I want to count.
Any ideas?
=SUMPRODUCT(--($B$2:$B$59000=D$3),--(SUM(IF(FREQUENCY($A$2:$A$59000,$A$2:$A$59000)>0,1))))
Where Column A is the list of IDs
Column B is the list of Dates
Column D is the date I want to count.
Any ideas?