randolphoralph
Board Regular
- Joined
- Dec 24, 2008
- Messages
- 126
I am trying to use the formula below to count unique values in a range.
=SUM(IF(FREQUENCY(MATCH(Data!Q2:Q434289,Data!Q2:Q434289,0),MATCH(Data!Q2:Q434289,Data!Q2:Q434289,0))>0,1))
The problem I am having is that I need to count the unique values in the range only when the follow is true.
Data!$A$2:$A$434289=$A3
Data!$F$2:$F$434289=$A$1
Data!$H$2:$H$434289=$B$1
I have tried to add this into the formula and can not seem to get it to work.
=SUM(IF(FREQUENCY(MATCH(Data!Q2:Q434289,Data!Q2:Q434289,0),MATCH(Data!Q2:Q434289,Data!Q2:Q434289,0))>0,1))
The problem I am having is that I need to count the unique values in the range only when the follow is true.
Data!$A$2:$A$434289=$A3
Data!$F$2:$F$434289=$A$1
Data!$H$2:$H$434289=$B$1
I have tried to add this into the formula and can not seem to get it to work.