Combining a list and a lookup.

mbailey

New Member
Joined
May 7, 2009
Messages
8
Hello,

I am trying to do the following:

In A1 I have a pulldown list: 10%, 20% ... upto 100% (Buffer)
In B1 I have a pulldown list: 50% or 100% (band)

I then have a seperate table which states the insurance cost for each seperate buffer and band formatted as this:

A5 B5 C5
Band Buffer Insurance
50% 100% 10%

I want in cell D1 to perform a lookup for me. If I chose 20% in A1, and 50% in B1 I want it to lookup in seperate table and tell me the value.

I'm stuck! Thanks for any help you can offer :)

Martin
 

Excel Facts

What is the shortcut key for Format Selection?
Ctrl+1 (the number one) will open the Format dialog for whatever is selected.
If you can rearrange your data to make it look like this, you can use index/match
to find any of the percentages:


Excel Workbook
ABCDEFGH
1*50%100%band****
210%75%29%**bandbufferinsurance
320%86%11%**50%100%10%
430%85%55%*****
540%82%13%*****
650%8%10%*****
760%78%65%*****
870%26%76%*****
980%72%84%*****
1090%45%4%*****
11100%10%66%*****
12buffer*******
Sheet1



If this isn't possible you can create a unique identifier for each entry in your list:

Excel Workbook
ABCDEFGH
1bufferbandkeyinsurance****
210%50%0.10.5a*bandbufferinsurance
310%100%0.11b*50%100%s
420%50%0.20.5c****
520%100%0.21d****
630.0%50%0.30.5e****
730.0%100%0.31f****
840.0%50%0.40.5g****
940.0%100%0.41h****
1050.0%50%0.50.5i****
1150.0%100%0.51j****
1260.0%50%0.60.5k****
1360.0%100%0.61l****
1470.0%50%0.70.5m****
1570.0%100%0.71n****
1680.0%50%0.80.5o****
1780.0%100%0.81p****
1890.0%50%0.90.5q****
1990.0%100%0.91r****
20100.0%50%10.5s****
21100.0%100%11t****
Sheet2
 
Upvote 0

Forum statistics

Threads
1,224,586
Messages
6,179,718
Members
452,939
Latest member
WCrawford

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