Robmeister89
New Member
- Joined
- Sep 5, 2017
- Messages
- 10
So I have the following:
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[TD]H[/TD]
[TD]I[/TD]
[TD]J[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]1[/TD]
[TD]Team1[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]80[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]2[/TD]
[TD]Team2[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]95[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]3[/TD]
[TD]Team3[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]88[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]4[/TD]
[TD]Team3[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]82[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]5[/TD]
[TD]Team2[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]84[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]6[/TD]
[TD]Team4[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]92[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]7[/TD]
[TD]Team1[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]82[/TD]
[/TR]
</tbody>[/TABLE]
Columns A-B and D-I don't matter in this instance so I just put ... in them for the most part. What I need to do is come up with a formula to count the unique values in Column C based on column J being less than 85. So the formula would output 3 unique values (Team1, Team2, and Team3 all have a number less than 85 in column J). Some cells in column J will be empty, not sure if that is going to effect the formula.
Any help with this would be greatly appreciated!
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]A[/TD]
[TD]B[/TD]
[TD]C[/TD]
[TD]D[/TD]
[TD]E[/TD]
[TD]F[/TD]
[TD]G[/TD]
[TD]H[/TD]
[TD]I[/TD]
[TD]J[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]1[/TD]
[TD]Team1[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]80[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]2[/TD]
[TD]Team2[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]95[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]3[/TD]
[TD]Team3[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]88[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]4[/TD]
[TD]Team3[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]82[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]5[/TD]
[TD]Team2[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]84[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]6[/TD]
[TD]Team4[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]92[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD]7[/TD]
[TD]Team1[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]...[/TD]
[TD]82[/TD]
[/TR]
</tbody>[/TABLE]
Columns A-B and D-I don't matter in this instance so I just put ... in them for the most part. What I need to do is come up with a formula to count the unique values in Column C based on column J being less than 85. So the formula would output 3 unique values (Team1, Team2, and Team3 all have a number less than 85 in column J). Some cells in column J will be empty, not sure if that is going to effect the formula.
Any help with this would be greatly appreciated!