LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,071
Default Drop-down menu referencing another drop-down menu?

For one way to use relational tables and create a drop-down validation list
based on selection(s) in other drop-downs, see
Cascading queries
http://www.tushar-mehta.com/excel/ne...wns/index.html

--
Regards,

Tushar Mehta
www.tushar-mehta.com
Excel, PowerPoint, and VBA add-ins, tutorials
Custom MS Office productivity solutions

In article ,
says...
I will try to keep this as brief as possible.

I have a spreadsheet that is used for quoting projects. For the 'Company
Name' (A13), I have created a drop-down menu (this references a validation
list in another worksheet in the same workbook). I have used the following
formula which fills in nicely the street address (A14):

=IF(A13="","",INDEX(Address1,MATCH(A13,Company,0), ))

...and the city, state zip (A15):

=IF(A13="","",INDEX(Address2,MATCH(A13,Company,0), ))

I have also set this up to fill in the contact name and email. In the
instance where there are several different people requesting quotes at 1
company; I would like to create a drop-down list for the contact name that
will let me choose which contact to send the quote to, once the company has
been selected. Is this possible and if so, how would I go about setting this
up?

So for example, if I chose ABC Company and the address fills in, I would
like to go to the contact name and select whether I want to send this quote
to either Bob Smith or Dave Nelson and have their email address fill in as
well in the appropriate cell.

Thanks!


 
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 dwn menu. Formula to count selection frm menu in anoth cell? ggoldber Excel Worksheet Functions 1 June 4th 08 02:21 PM
referencing drop down menu values in IF-then statements? Powder Coating Mike Excel Discussion (Misc queries) 4 May 7th 08 02:51 AM
filter dropdown menu so 2nd drop menu is customized menugal Excel Worksheet Functions 1 September 4th 07 05:25 PM
Drop-down menu referencing another drop-down menu? Debra Dalgleish Excel Programming 0 January 12th 07 07:03 PM
How to create a drop down menu which referencing a different workb Joanne Excel Discussion (Misc queries) 1 June 18th 05 11:51 AM


All times are GMT +1. The time now is 07:12 AM.

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

About Us

"It's about Microsoft Excel"