Vlookup Remove Data

jerry1253

New Member
Joined
Jan 17, 2011
Messages
8
I have the customer information in Tab called Customer Names. I got the code to work in sheet2, How do I setup
A) When I try adding the values to the next cell down it copies it from the first value.
B) When I delete in sheet 2 the customer's code, it still has the rest of the information.
Customers Names
A
B
C
D
E
F
G
H

1

Acct#
Name
Address
Unit/ Ste
City
State
Zip

2
Bn20
Bagl
57213
apt1
Bklyn
ny
11220

3
Bo12
Busi
5303
unit 7
Queens
Ny
11219

4
Mg53
Ywb
1349
Ste 3
Bklyn
NY
11741

5

6

<tbody>
</tbody>
SHEET2
A
B
C
D
E
F
G
1
bn20
Bagl
57213
apt1
Bklyn
ny
11220
2
This is the value for above
VLOOKUP($A2,'Customer Names'!$A$2:$I$99,2,0)
VLOOKUP($A2,'Customer Names'!$A$2:$I$99,3,0)
VLOOKUP($A2,'Customer Names'!$A$2:$I$99,4,0)
ETC
ETC
3

4

<tbody>
</tbody>
 

Excel Facts

Enter current date or time
Ctrl+: enters current time. Ctrl+; enters current date. Use Ctrl+: Ctrl+; Enter for current date & time.

Forum statistics

Threads
1,214,918
Messages
6,122,257
Members
449,075
Latest member
staticfluids

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