Pull a row of values from Sheet2 into Sheet1

data808

Active Member
Joined
Dec 3, 2010
Messages
353
Office Version
  1. 2019
Platform
  1. Windows
On Sheet1, I would like to make a drop down list or combo box that has a bunch of values in one of the columns from Sheet2. I've attached a couple screenshots to show what I'm talking about. Depending on what value the user selects will determine which entire row of values to pull from Sheet2 into Sheet1.

For example, based on the screenshots provided, if the user chooses "200" from the drop down list in Sheet1, then it will pull the entire row of data from Sheet2 into Sheet1 on that same row that the user chose "200". Those values that it pulls from Sheet2 into Sheet1 would be "Banana", "Grape", and "11/6/2023"

Can someone help me to accomplish this?
Sheet2.PNG
Sheet1.PNG

Thanks.
 

Excel Facts

Links? Where??
If Excel says you have links but you can't find them, go to Formulas, Name Manager. Look for old links to dead workbooks & delete.
Try this formula

varios 06nov2023.xlsm
ABCD
1apporage10011/06/2023
Sheet1
Cell Formulas
RangeFormula
D1,A1:B1A1=IFERROR(INDEX(Sheet2!A:A,MATCH($C1,Sheet2!$C:$C,0)),"Not exists")


:cool:
 
Upvote 0

Forum statistics

Threads
1,215,097
Messages
6,123,077
Members
449,094
Latest member
mystic19

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