Hello---
Here is an example of what I am trying to do. I would like to find every unique "Number" that has a specific set of "Points."
For instance, the unique Number values that have Points =5 And Points = 7 in this example would be:
- 100019
- 334567
Row ID Number Points
1 100019 5
2 100019 6
3 100019 7
4 100019 8
5 100019 9
6 704561 5
7 334567 1
8 334567 5
9 334567 7
11 628499 7
12 558990 3
13 558990 4
14 558990 5
15 558990 6
Any ideas?
Here is an example of what I am trying to do. I would like to find every unique "Number" that has a specific set of "Points."
For instance, the unique Number values that have Points =5 And Points = 7 in this example would be:
- 100019
- 334567
Row ID Number Points
1 100019 5
2 100019 6
3 100019 7
4 100019 8
5 100019 9
6 704561 5
7 334567 1
8 334567 5
9 334567 7
11 628499 7
12 558990 3
13 558990 4
14 558990 5
15 558990 6
Any ideas?