Using this example:
|
A |
B |
1 |
RangeStart |
Category |
2 |
0 |
Cat_01 |
3 |
30 |
Cat_02 |
4 |
35 |
Cat_03 |
5 |
44 |
Cat_04 |
6 |
71 |
Cat_05 |
7 |
99 |
Cat_06 |
8 |
106 |
Cat_07 |
9 |
110 |
Cat_08 |
10 |
153 |
Cat_09 |
11 |
159 |
Cat_10 |
12 |
165 |
Cat_11 |
13 |
232 |
Cat_12 |
14 |
238 |
Cat_13 |
15 |
247 |
Cat_14 |
16 |
255 |
Cat_15 |
D1: a value to categorize: 176
This formula returns the category for that value
In that example, the formula returns: Cat_11
because 176 greater than or equal to 165 and less than 232
Other sample values:
|
D |
E |
1 |
14 |
Cat_01 |
2 |
118 |
Cat_08 |
3 |
162 |
Cat_10 |
4 |
176 |
Cat_11 |
5 |
183 |
Cat_11 |
6 |
236 |
Cat_12 |
7 |
238 |
Cat_13 |
8 |
279 |
Cat_15 |
Is that something you can work with?
Bookmarks