So i have a set of elevation values in a table which i want to sort into groups of 100-199, 200-299, 300-399 so that i would get a count of how many values there are in one group. How to create a field sort them in a smart manner... Thanks 🙂
If you've only got 4 well defined classes, why not just Select by Attributes for each range to get the count for each class?
You could Add a Field and assign an arbitrary class number to each feature, 1 = 100-199, etc during each selection.