Drop List Valadation and Auto Fill

  • Thread starter Thread starter Aversin
  • Start date Start date
A

Aversin

What I would like to do is Have a drop down list with peoples names, an
when a Name is selected from the drop down list, I would like to hav
their info filled in further down the page.

ie.
(Drop down box names..I've already got this part)
Brent
Annie

(When a name is selected their Phone #, and Address fills)
Phone# "Box where # is auto filled in"
Address "Box where address is auto filled in"

I know that I can do the same sort of thing in a valadated list dro
down, and I know that I can use =INDIRECT(A1) to fill in the first box
but I cant get it to fill in all of the info automaticl
 
Sounds like a job for the VLOOKUP function to me...........

=VLOOKUP(YourDropDownCell,YourAddressList,OffsetToAddressOrPhoneColumn,FALSE
)


Vaya con Dios,
Chuck, CABGx3
 
there is a nice way to do what you want done. there will be formula
involved in this solution too, but its helluva nicer.

go over to www.contextures.com and look for a file calle
ComboBoxAddress.xls. its available for download
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top