pick from list

canablitz

New Member
Joined
Mar 17, 2002
Messages
19
on my project i have an invoice, and there is a place for customer address, and oon another sheet i have all the members details,
how can i transfer the members name, address etc onto the invoice by picking from a list?

Please help me, as i am nearly on the verge of suicide
 

Excel Facts

Spell Check in Excel
Press F7 to start spell check in Excel. Be careful, by default, Excel does not check Capitalized Werds (whoops)
I just thought I'll reply we have one less poster on Mr.excel. :devilish:

I am able to help you with a code I have written.Please give me a chance to search my Laptop. :cool:
 
Upvote 0
hi no need to get to worked up, sure i can guide you a little... VBA not needed.

Lokk set a client num,ber in the customer records say Col A if A used inset to left making A now B and A all new / blank.

ID the rows of data.

Now inv sheet.

put customer number above address and vlookup the next few rows of address and then, the data will transfer by linking the user number o the inv sheet to the inv no in the data sheet.

try:

=VLOOKUP(A3,'Data sheet'!A1:D10,3,0)

This wil be in the Invoice sheet

See the 3 this needs changing to 3 4 5 6 whatever..
 
Upvote 0

Forum statistics

Threads
1,214,391
Messages
6,119,244
Members
448,879
Latest member
VanGirl

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