Lookup a number in a range

shooting_girl

New Member
Joined
Nov 7, 2005
Messages
1
Hi..

I wanted to know the formula for looking up a specific no in a range.

For ex: I want to find 20 when i have 3 ranges, 0-45, 45-90, 90-110 and i want excel to lookup 20 in the 0-45 range. Any idea if this is possible?

Thanks a lot for your co-operation and time..
 

Excel Facts

Copy PDF to Excel
Select data in PDF. Paste to Microsoft Word. Copy from Word and paste to Excel.
Hello,

Why LOOKUP, why not just

=IF(A1<46,"0-45",IF(A1<91,"45-90",IF(A1<111,"90-110","OTHER")))
 
Upvote 0
shooting_girl

Welcome to the Mr Excel board!

If the previous post is not what you want, please try to explain your problem more fully.

What do you mean by 'I want to look up 20 in the 0-45 range'? What output or result do you want to get and where do you want to put it? Exactlt what and where is the data that you have so far?

Investigate posting a small sample of your sheet to the board. To do so, see the link at the bottom of this page to Colo's HTML Maker. Also read the ‘Sticky’ titled: 'HTML Maker FAQ (How to show your sheet on the board)' which is at the top of this ‘Excel Questions’ forum. Test it out in the ‘Test Here’ forum which is found in the ‘MrExcel Message Board Forum Index’ before trying to use it in this forum.
 
Upvote 0

Forum statistics

Threads
1,214,954
Messages
6,122,461
Members
449,085
Latest member
ExcelError

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