data validation and vlookup

19roadking94

New Member
Joined
Jan 8, 2004
Messages
1
I have a situation that has information on one worksheet that is needed to link to the other worksheet. Vendor, orientation and value is on the second worksheet. The first worksheet has a row designation for the vendor, orientation and value. Data validate for the vendor and orientation from sheet 2 to sheet 1 , how do we get the correct value from worksheet two after picking vendor and orientation from worksheet one?????

Please responde....
 

Excel Facts

How to create a cell-sized chart?
Tiny charts, called Sparklines, were added to Excel 2010. Look for Sparklines on the Insert tab.
You can do a vlookup - recommend naming the table on worksheet two - say it's vendorTable. You may have to combine the values of vendor and orientation in a single column in that table if you need both to get the value. So on worksheet two - your first column could be =vendorCell & OrientationCell (whatever those are) and your second column could be value. Then use Vlookup(vendor & orientation, vendorTable, 2, false). Tough to be more exact without more details.
 
Upvote 0

Forum statistics

Threads
1,214,534
Messages
6,120,086
Members
448,944
Latest member
sharmarick

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