I have two different list of numbers:
I am looking for a formula that will find a value in the "Attainment %" column and return the corresponding value in the "Payout %" column.
I am using a simple LOOKUP function now and it will return 10% when the reference value is 25%. Problem is, when the reference value is 25.1% up to 25.9%, it always returns 10%. I would like for it to return the incremental number between 10% and 11% (i.e., 25.1% returns 10.1%).
I don't want to build out a massive list that includes all of the decimal places in between.
I have toyed with different functions and know I can do it mathematically but was hoping there is a function that performs the task.
thanks!
Adam
I am looking for a formula that will find a value in the "Attainment %" column and return the corresponding value in the "Payout %" column.
I am using a simple LOOKUP function now and it will return 10% when the reference value is 25%. Problem is, when the reference value is 25.1% up to 25.9%, it always returns 10%. I would like for it to return the incremental number between 10% and 11% (i.e., 25.1% returns 10.1%).
I don't want to build out a massive list that includes all of the decimal places in between.
I have toyed with different functions and know I can do it mathematically but was hoping there is a function that performs the task.
thanks!
Adam