Forum Discussion

rcouri15's avatar
rcouri15
Copper Contributor
Dec 04, 2019
Solved

Count the Number of Unique Values That Also Match a Value in Another Column

For example, I have a sheet to track the number of times people donated money. People occur in multiple rows in a table because they donate different amounts. I'm trying to count the number of unique...
  • ChrisMendoza's avatar
    Dec 04, 2019

    rcouri15 

    This should calculate based off your sample:

     

    =SUM(IF(E5:E14=B2,1/COUNTIFS(B5:B14,B5:B14)))

     

    CTRL + SHIFT + ENTER 

     

     

Resources