L
LiAD
Hi,
I hope this description will be clear, please forgive me if its not. I do
not know whats the easiest or neatest way to achieve this. I have a list of
data composed of input numbers, then a category column then a category limits
column, such as
A C D
0,2 1 0
0,4 2 0,3
0,6 3 0,6
4 0,9
So i have input data in A. In B I have a category, which is numerical. In
D I have a regularily increasing range of data.
I would like excel to look at the data in A, (0,2 for example) then search
through D to find which two values it lies between and then return the
category that corresponds to that input. The category is the higher ranking
number of the two values it lies between so a value of 0,1 for example is
category 2. If it is equal to a limit it takes the category that corresponds
to that limit, so 0,3 is category 2 for example.
The result output I would like to see in col E would read 2, 3, 3.
What is the best function to use to achieve this?
I hope this description will be clear, please forgive me if its not. I do
not know whats the easiest or neatest way to achieve this. I have a list of
data composed of input numbers, then a category column then a category limits
column, such as
A C D
0,2 1 0
0,4 2 0,3
0,6 3 0,6
4 0,9
So i have input data in A. In B I have a category, which is numerical. In
D I have a regularily increasing range of data.
I would like excel to look at the data in A, (0,2 for example) then search
through D to find which two values it lies between and then return the
category that corresponds to that input. The category is the higher ranking
number of the two values it lies between so a value of 0,1 for example is
category 2. If it is equal to a limit it takes the category that corresponds
to that limit, so 0,3 is category 2 for example.
The result output I would like to see in col E would read 2, 3, 3.
What is the best function to use to achieve this?