Automatically filling fields

A

answerproject

I'm putting together a form on Excel for compiling financial information from
13 project partners. I want to make it as simple as possible, so ideally
want all the information that flows directly from who's filling in the form
to be inserted automatically. Is this possible?
i.e. when they select their name from a dropdown list, the fields relating
to address, country, allocated budget, etc are automatically filled in.

Thanks for any help.
 
D

Don Guillett

You could probably get away with just using VLOOKUP from a table with the
data.
=vlookup(name,lookuprange,2,0)
=vlookup(name,lookuprange,3,0)
 
A

answerproject

Many thanks Don - that (well HLOOKUP) seems to be just the ticket.
Appreciate the help.
 

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

Top