Look Up list

DTROM100

New Member
Joined
Feb 2, 2013
Messages
8
Hi,

Hope someone can help. I have a screenshot of my current workbook at:

https://www.dropbox.com/s/0qsfm7yfr4nwe56/EXCEL02.jpg?dl=0

The value in cell D19 is manually entered and can change periodically. I want a formula in cell A19 that will look the value in D19 against the values in cell range C1:C16 and then return the minimum value from cell B16 to whatever the corresponding cell between B1:B16 is. So for example, if I enter the value 27 in cell D19, then I would expect cell to find the lowest value between cells B8:B16. Therefore the value in cell A19 would return the value 200 as this is the lowest.

Hope this makes sense. This work is for a very good (not for profit) cause so any help would be MUCH appreciated.

I am using Excel 2013.

Thank you
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
Hi, please try this formula. You can use this directly in cell A19 in your active worksheet:

=MIN(INDEX(B1:B16,MATCH(D19,C1:C16,FALSE),1):B16)
 
Upvote 0

Forum statistics

Threads
1,214,958
Messages
6,122,475
Members
449,087
Latest member
RExcelSearch

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