Vlookup ability

Martin3105

New Member
Joined
Mar 6, 2019
Messages
1
Is it possible for me to use vlookup to auto-populate another sheet? For example, I have the tables below

Worksheet 1

Sheet 1 (list)

[TABLE="width: 500"]
<tbody>[TR]
[TD]Boston[/TD]
[TD]Boston Manor[/TD]
[TD]Boston Village[/TD]
[TD]Boston Villa[/TD]
[TD]Crawford[/TD]
[/TR]
[TR]
[TD]Raleigh[/TD]
[TD]Raleigh Manor[/TD]
[TD]Raleigh Village[/TD]
[TD]Raleigh Villa [/TD]
[TD]Dansforth[/TD]
[/TR]
[TR]
[TD]Manning[/TD]
[TD]Manning Manor[/TD]
[TD]Manning Village[/TD]
[TD]Manning Villa[/TD]
[TD]Countryside[/TD]
[/TR]
</tbody>[/TABLE]

Worksheet 2

Not sure if this is the correct code: =VLOOKUP(Sheet1!A:A,Sheet1!1:100,Sheet1!B:J,FALSE)

I selected Boston (when selecting Boston the table should look like this)

[TABLE="width: 500"]
<tbody>[TR]
[TD]Boston Manor[/TD]
[/TR]
[TR]
[TD]Boston Village[/TD]
[/TR]
[TR]
[TD]Boston Villa[/TD]
[/TR]
[TR]
[TD]Boston Crawford[/TD]
[/TR]
</tbody>[/TABLE]

Any help will greatly be appreciated.
 

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.

Forum statistics

Threads
1,223,911
Messages
6,175,322
Members
452,635
Latest member
laura12345

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