i need to search if value in excel sheet B exists between values in excel sheet A between start and end
excel sheet A
<tbody>
</tbody>
Sheet B
500
Since 500 exists between 0 and 999, i want 22431 returned. how can i accomplish this?
excel sheet A
START | END | HBW | LBW |
0 | 999 | 22431 | 17945 |
1000 | 1999 | 22395 | 17916 |
<tbody>
</tbody>
Sheet B
500
Since 500 exists between 0 and 999, i want 22431 returned. how can i accomplish this?