address look up from another sheet

irrefutable14

New Member
Joined
Mar 2, 2017
Messages
25
I have a sheet with a bunch of data that I'd like to pull the vendor addresses from and have them automatically imported into into a separate sheet. I'd like to use the vendor ID and or Vendor Name in order to pull the addresses over to the other sheet as a cross reference. Could anyone get me started in the right direction please. Thanks


"Address" -- sheet 1

A -vendor id
b - vendor name
c- address 1
d- address 2
e- city
f- state
g- zip code


"Vendors to Confirm" -- sheet 2. Where I'd like the address to be pulled over to

A -vendor id
b - vendor name
c - current balance
d- address 1
e- address 2
f- city
g- state
h- zip code
 
Last edited:

Excel Facts

Will the fill handle fill 1, 2, 3?
Yes! Type 1 in a cell. Hold down Ctrl while you drag the fill handle.
in Sheet2!B1
=VLOOKUP(A1,Sheet1!A$1:G$1000,2)

in Sheet2!D1
=VLOOKUP(A1,Sheet1!A$1:G$1000,3)

in Sheet2!E1
=VLOOKUP(A1,Sheet1!A$1:G$1000,4)

in Sheet2!F1
=VLOOKUP(A1,Sheet1!A$1:G$1000,5)

in Sheet2!G1
=VLOOKUP(A1,Sheet1!A$1:G$1000,6)

in Sheet2!H1
=VLOOKUP(A1,Sheet1!A$1:G$1000,7)
 
Upvote 0

Forum statistics

Threads
1,223,903
Messages
6,175,284
Members
452,630
Latest member
OdubiYouth

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