Hi
I have a range of data in 3 columns such as
Column 1 Column 2 Column 3
1..................2...............Low
3..................6...............Medium
7.................12..............High
13................20..............Freaky High
Etc, the range between column 1 and 2, isn't always consistant as above, it then has a description in column 3
I then have another table containing data, and i'd like to have a lookup which will look at the above table and return column 3, depending on where the number lies.
So if i enter 4 in the other table it will pull back "Medium", if i enter 14 it will return "Freaky High"
I initially considered nested IFs, however the table containing values is about 80 rows long and that starts to get pretty messy!
Does anyone have any good ideas how i could achieve this?
Cheers
I have a range of data in 3 columns such as
Column 1 Column 2 Column 3
1..................2...............Low
3..................6...............Medium
7.................12..............High
13................20..............Freaky High
Etc, the range between column 1 and 2, isn't always consistant as above, it then has a description in column 3
I then have another table containing data, and i'd like to have a lookup which will look at the above table and return column 3, depending on where the number lies.
So if i enter 4 in the other table it will pull back "Medium", if i enter 14 it will return "Freaky High"
I initially considered nested IFs, however the table containing values is about 80 rows long and that starts to get pretty messy!
Does anyone have any good ideas how i could achieve this?
Cheers