vloop or code - entire row

nt82

Board Regular
Joined
Jan 29, 2009
Messages
133
Hello All,

So I have office locations in sheet 1 as follows:
[TABLE="width: 500"]
<tbody>[TR]
[TD]Location[/TD]
[TD]Address[/TD]
[TD]City[/TD]
[TD]State[/TD]
[TD]Zipcode[/TD]
[/TR]
[TR]
[TD]Chicago[/TD]
[TD]243 W Jackson[/TD]
[TD]Chicago[/TD]
[TD]IL[/TD]
[TD]60605[/TD]
[/TR]
[TR]
[TD]New York[/TD]
[TD]505 W 50th St[/TD]
[TD]New York[/TD]
[TD]NY[/TD]
[TD]10019[/TD]
[/TR]
[TR]
[TD]Los Angeles[/TD]
[TD]20 Calabasas Road[/TD]
[TD]Los Angeles[/TD]
[TD]CA[/TD]
[TD]98490[/TD]
[/TR]
</tbody>[/TABLE]

Now I m looking to auto populate data from sheet 1 to sheet2 whenever I just type Location.
So if I type - Chicago in Sheet2
[TABLE="width: 500"]
<tbody>[TR]
[TD]Location[/TD]
[TD]Address[/TD]
[TD]City[/TD]
[TD]State[/TD]
[TD]Zipcode[/TD]
[/TR]
[TR]
[TD]Chicago[/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[TD][/TD]
[/TR]
</tbody>[/TABLE]
I would like Address, City, State and Zip code to be auto populate from Sheet1.

Thanks in advance for help.
 

Excel Facts

How to show all formulas in Excel?
Press Ctrl+` to show all formulas. Press it again to toggle back to numbers. The grave accent is often under the tilde on US keyboards.

Forum statistics

Threads
1,226,730
Messages
6,192,702
Members
453,748
Latest member
akhtarf3

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