clagar1610
New Member
- Joined
- Nov 10, 2011
- Messages
- 24
Need help trying to count unique values based on a value of "Yes" in another column?
In column E I have a list of cities, used the following formula to get a count of unique cities -
SUM(IF(FREQUENCY(MATCH(E$8:E$172,E$8:E$172,0),MATCH(E$8:E$172,E$8:E$172,0))>0,1))
But now I also want to only count the unique city if Column G has a value of "Yes".
Please help?
In column E I have a list of cities, used the following formula to get a count of unique cities -
SUM(IF(FREQUENCY(MATCH(E$8:E$172,E$8:E$172,0),MATCH(E$8:E$172,E$8:E$172,0))>0,1))
But now I also want to only count the unique city if Column G has a value of "Yes".
Please help?