Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 1
Default Drop Down Menu AutoPopulate Contact Info?

I have a template for filling out quotes and I was looking to create a drop
down menu with all of the names of customers that I regularly send out quotes
to (it's about 20 people). I have figured out how to make a drop down list
with a bunch of names but I would like it so that when I select a name from
the drop down menu, the customers contact info pops up on the quote under the
name. Is this even possible?

Thanks!
  #3   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 35,218
Default Drop Down Menu AutoPopulate Contact Info?

I'd build a table on a separate worksheet.

Put the customer names in column A and the rest of the contact stuff in B:E
(say).

Then if A1 contained the dropdown (data|validation???) for the names, you could
use this:

In A2:
=if(a1="","",vlookup(a1,sheet2!A:E,2,false)
In A3:
=if(a1="","",vlookup(a1,sheet2!A:E,3,false)
....

If you send that workbook to your customers, remember that you'll want to
convert these formulas to values and delete that table sheet.

(I wouldn't want to share customer x info with customer y.)

Clay H wrote:

I have a template for filling out quotes and I was looking to create a drop
down menu with all of the names of customers that I regularly send out quotes
to (it's about 20 people). I have figured out how to make a drop down list
with a bunch of names but I would like it so that when I select a name from
the drop down menu, the customers contact info pops up on the quote under the
name. Is this even possible?

Thanks!


--

Dave Peterson
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Drop Down menu w/ info in other columns Peebs Excel Worksheet Functions 1 January 11th 08 05:32 PM
Drop down menu with emp name then autopopulate with supervisor... Paul (ESI) Excel Discussion (Misc queries) 10 August 28th 07 07:06 PM
How do I get info from one sheet to autopopulate into all sheets? Mary Excel Discussion (Misc queries) 1 July 7th 07 01:15 AM
Pivot tables hide info drop down menu JSM Excel Worksheet Functions 1 September 23rd 06 06:08 PM
link drop down menu to info in worksheet bob New Users to Excel 2 December 14th 04 10:09 PM


All times are GMT +1. The time now is 11:06 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"