Forum Discussion

JRock's avatar
JRock
Copper Contributor
Dec 14, 2018
Solved

Selecting a value by determining if a number lands between two values on a scale

Is it possible to create a formula that is able to find where a number fits in a scale and then selecting the cell associated with that scale/range?   Simplified Example: Result is 13 Scale is 1-...
  • SergeiBaklan's avatar
    SergeiBaklan
    Dec 15, 2018

    You may use formula like

    =INDEX($K$2:$K$40,MATCH(1,INDEX(($D2>=$I$2:$I$40)*($D2<=$J$2:$J$40),0),0))

    Please see attached

     

Resources