How to categorise data into value bands. Much more elegant and maintainable than nested IFs, this technique enables you to allocate categories based on the values in a particular column. In the example, a list of people's ages is categorised into bands such as 17-39, 40-44, 45-50, etc.
0 Comments