Forum Discussion
Filter based on ID, summing max values together based on bin.
what are the bins and their boundaries?
- Anonymous4 years agoNot applicable
In this sample data Bins are given A B C cetgory, but they could also be
0 - 49
50 - 99
100 - 149.
The below data (with slight change to 99 value) would match the bin range with the ABC category (but we only have to use one of these types of categories.) I'm mainly concerned with filtering based on several different conditions... TY
1 100 A
1 100 A
1 101 A
2 0 B
2 50 C
2 100 A
- lbendlin4 years ago
Super User
"would ony want to add values within that bin"
sorry I missed that part. What would be your expected outcome based on the sample data?