Hey everyone,
Number | Payment |
1 | $10 |
5 | $11 |
6 | $17 |
5 | $11 |
4 | $12 |
5 | $7 |
How do I filter out the duplicate numbers to see if they all match or not? So two of the 5's match but one doesn't. How do I filter out the one's that don't?
Any help would be much appreciated!
Solved! Go to Solution.
Yeah I don't know. How about I just filter out all numbers that are duplicated. How would I do that?
I agree. For example, what happens when there's a number with two or more values that occur at the same frequency?
Yeah I understand. That's difficult to check since there are like 30,000 records. If I just filter out duplicate values using the unique tool. it gives me 750 records. Would I have to check one by one to see if the numbers have different payments?
For that, all you'd need would be a Summarize tool or a Unique tool, depending on what you want as output. Summarize retains only values that are summarized some how (group by, average, etc.), Unique would keep all fields from the first occurrence of the combination of values.