Need Help with Vlookup and multiple columns and sheets

Boronut85

New Member
Joined
May 2, 2018
Messages
3
Hello! 1st time poster so I hope you all can help. I have an Excel that has 2 sheets. 1st sheet is my Form and 2nd sheet has the Data. Data sheet has 2 columns A - Code, B - Description.

So What I am trying to accomplish is if my staff enters a number on the Form then excel will automatically recognize that number from the Data sheet in Column A and enter in the data from Column B in a different cell on the Form.
 

Excel Facts

Quick Sum
Select a range of cells. The total appears in bottom right of Excel screen. Right-click total to add Max, Min, Count, Average.
I did try to create a table in Sheet 2 (Data) and then do a drop down list in Sheet 1 (Form) with a vlookup but I couldnt get that to work.
 
Upvote 0
gCKyES
gMoEon
Attached 2 pics for reference

https://ibb.co/gMoEon

https://ibb.co/gCKyES
 
Upvote 0
How is Vlookup not working?
=VLOOKUP(F1,Sheet2!A1:B14,2,FALSE)

I used F1 on sheet 1 as where the # would be entered.
 
Upvote 0

Forum statistics

Threads
1,214,978
Messages
6,122,545
Members
449,089
Latest member
davidcom

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