What's the easiest formula to check to see which bin the value of a field fits into? For instance, if I want to add a column that classifies one column whose values could be potentially be one of 100 or so numerical values into 8 numerical categories. The categories would be 0 to 1, 2 to 10, 11 to 25, 26 to 40, 41 to 55, 56 to 70, 71 to 85, 86 to 110, and the appropriate category would populate another column.
Is it some combination of a formula and a lookup table, or should you do it with a formula alone?
Is it some combination of a formula and a lookup table, or should you do it with a formula alone?