Finding a corresponding value for a number, in a number range table

NSSKumar

New Member
Joined
Dec 19, 2017
Messages
3
Hello there,

I have a range of numbers in different columns. Col A holds serial numbers (Sl No.), Col B holds From Number & Col C holds To Number. If i need to select the corresponding Sl No. for a number (say in this case it is 426.00) that falls between 401.00 & 500.99, how do i get that? I tried using index, match but excel needs to be told a range to pick it from, right? Many thanks for your help.
[TABLE="width: 169"]
<colgroup><col><col span="2"></colgroup><tbody>[TR]
[TD]Sl No.[/TD]
[TD]From[/TD]
[TD]To[/TD]
[/TR]
[TR]
[TD]1[/TD]
[TD] 25.00[/TD]
[TD]50.99[/TD]
[/TR]
[TR]
[TD]2[/TD]
[TD] 51.00[/TD]
[TD]100.99[/TD]
[/TR]
[TR]
[TD]3[/TD]
[TD] 101.00[/TD]
[TD]200.99[/TD]
[/TR]
[TR]
[TD]4[/TD]
[TD] 201.00[/TD]
[TD]300.99[/TD]
[/TR]
[TR]
[TD]5[/TD]
[TD] 301.00[/TD]
[TD]400.99[/TD]
[/TR]
[TR]
[TD]6[/TD]
[TD] 401.00[/TD]
[TD]500.99[/TD]
[/TR]
</tbody>[/TABLE]
 

Excel Facts

Can you AutoAverage in Excel?
There is a drop-down next to the AutoSum symbol. Open the drop-down to choose AVERAGE, COUNT, MAX, or MIN

Forum statistics

Threads
1,223,911
Messages
6,175,333
Members
452,636
Latest member
laura12345

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top