Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
I am trying to figure out how to use some type of auto fill. What I have to
do is put in a customer name and then I need to have the address, city, state, zip and phone number automatically fill in. How would I do that? |
#2
![]()
Posted to microsoft.public.excel.newusers
|
|||
|
|||
![]()
Assume Sheet2's cols A to F is the existing reference, where col A contains
the names, cols B to F contain the other info, eg: address, city, state, zip and phone number In Sheet1, you have the names listed in A2 down Put in B2: =IF($A2="","",VLOOKUP($A2,Sheet2!$A:$F,COLUMNS($A: A)+1,0)) Copy B2 across to F2, fill down as far as required -- Max Singapore http://savefile.com/projects/236895 Downloads:20,500 Files:365 Subscribers:65 xdemechanik --- "Jamie Thompson" wrote: I am trying to figure out how to use some type of auto fill. What I have to do is put in a customer name and then I need to have the address, city, state, zip and phone number automatically fill in. How would I do that? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Drop down tabs that can auto fill certain information? | Excel Worksheet Functions | |||
source sheet to auto fill 2 other sheets | New Users to Excel | |||
source sheet to auto fill 2 other sheets | New Users to Excel | |||
Auto-fill information while typing | Excel Discussion (Misc queries) | |||
how to auto fill information from a table to another sheet | Excel Worksheet Functions |