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

Ambidextrous Undo
Undo last command with Ctrl+Z or Alt+Backspace. If you use the Undo icon in the QAT, open the drop-down arrow to undo up to 100 steps.
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,925
Messages
6,122,301
Members
449,078
Latest member
nonnakkong

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