Hello all,
Being my first post I would like to say thanks for the breadth of knowledge I have gained from this site and its patrons.
This is the situation I have. Given a value in a cell, say A1, I would like to return in B1 a value from column II below where A1 follows the criteria listed under column I (i.e. if A1 were 26%, B1 would populate with 20%).
I
>30%
25%< <30%
20%< <25%
15%< <20%
10%< <15%
<10%
II
0%
20%
40%
60%
80%
100%
I have thought of various ways of doing this (nested ifs, arrays, db) and was wondering if someone could throw out what they think is the CLEANEST solution to this problem.
Thanks much!
Being my first post I would like to say thanks for the breadth of knowledge I have gained from this site and its patrons.
This is the situation I have. Given a value in a cell, say A1, I would like to return in B1 a value from column II below where A1 follows the criteria listed under column I (i.e. if A1 were 26%, B1 would populate with 20%).
I
>30%
25%< <30%
20%< <25%
15%< <20%
10%< <15%
<10%
II
0%
20%
40%
60%
80%
100%
I have thought of various ways of doing this (nested ifs, arrays, db) and was wondering if someone could throw out what they think is the CLEANEST solution to this problem.
Thanks much!