Dependent Data Validation Drop Down Lists in Multiple Columns

Gorilla Munch

New Member
Joined
Jan 17, 2014
Messages
3
Greetings,

I'm creating a spreadsheet for inputting sales data for a small sales booth. I researched and used the method from this site: http://www.contextures.com/xlDataVal02.html#video

It works great, except when I need to use a fourth dependent data drop-down. These are the first three cells headings and their data:

Product
=ProductList

Product Type
=INDIRECT(VLOOKUP(F9,ProductLookup,2,0)&"List")

Product Details
=INDIRECT(VLOOKUP(G10,INDIRECT(VLOOKUP(F10,ProductLookup,2,0)&"Lookup"),2,0)&"List")

Price
???? I can't get anything to work here. I would like it to look at the last three cells and give me a price based on the other criteria.

The reference data is on another sheet and setup so I can easily add or change things.

Capture.png


I've looked all over the web.

Thanks,

GM
 

Excel Facts

How to total the visible cells?
From the first blank cell below a filtered data set, press Alt+=. Instead of SUM, you will get SUBTOTAL(9,)
**SOLVED

This is the formula:

=INDIRECT(VLOOKUP(D9,INDIRECT(VLOOKUP(C9,INDIRECT(VLOOKUP(B9,ProductLookup,2,0) &"Lookup"),2,0)&"Lookup"),2,0)&"List")
 
Upvote 0

Forum statistics

Threads
1,214,849
Messages
6,121,922
Members
449,056
Latest member
denissimo

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