I am trying to count unique values over a large range of data with multiple criteria but keep having to resort to manually counting as I cannot get the formula to work. I am going to post a picture of my table with the correct answers and then show the formula I am trying. Thanks.
For the Formula Try cell I typed the following:
=COUNTA(UNIQUE(FILTER('player_predictive - 1.28.2022'!$A$2:$A$76771,('player_predictive - 1.28.2022'!$AE$2:$AE$76771<=170)*('player_predictive - 1.28.2022'!$D$2:$D$76771="WR"))))
Player Predictive: is the name of my main data matrix
Column A: Contains player IDs, some repeat per incident; hence the need to count unique player IDS within an age and weight range
Column AE: Weights of players
Column D: Positions of Players entered in as Text in two and three letter WR, LB, OLB, etc.
The above formula returns 1 which counta does when there is not an answer. When I pull a pivot table and count manually I know the right answer is 21. Once I solve this I will then have to do the same over the range of weights (i.e. for players that weigh greater than 171 and or <= 180, etc.) I am looking to construct a formula that covers my entire table as I have many more table to make. Thanks.
Q
For the Formula Try cell I typed the following:
=COUNTA(UNIQUE(FILTER('player_predictive - 1.28.2022'!$A$2:$A$76771,('player_predictive - 1.28.2022'!$AE$2:$AE$76771<=170)*('player_predictive - 1.28.2022'!$D$2:$D$76771="WR"))))
Player Predictive: is the name of my main data matrix
Column A: Contains player IDs, some repeat per incident; hence the need to count unique player IDS within an age and weight range
Column AE: Weights of players
Column D: Positions of Players entered in as Text in two and three letter WR, LB, OLB, etc.
The above formula returns 1 which counta does when there is not an answer. When I pull a pivot table and count manually I know the right answer is 21. Once I solve this I will then have to do the same over the range of weights (i.e. for players that weigh greater than 171 and or <= 180, etc.) I am looking to construct a formula that covers my entire table as I have many more table to make. Thanks.
Q