I have a worksheet that includes a column of values from 1 to 500. I need to map the 500 different values down to 7 distinct categories. The values appear to be randomly assigned (in other words: the values that map to a single category are not continuous). Is there an easier way to do this other than nesting 500 “IF” statements? (as if that were possible!)
I am using Excel 97. To my knowledge, I do not have any SRs installed.