+ Reply to Thread
Results 1 to 6 of 6

How to link dropdowns with other cells

Hybrid View

  1. #1
    Registered User
    Join Date
    05-06-2012
    Location
    Abuja, Nigeria
    MS-Off Ver
    Excel 2010
    Posts
    2

    How to link dropdowns with other cells

    I am new to advanced excel,I have constructed a dropdown menu of some groups now I want
    whoever selects a particular name to see another cell get populated with preset values and
    also be able to calculate with those values. thank you

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: How to link dropdowns with other cells

    try....

    =vlookup(drop-down-cell-reference,range-where-your-data-is,column-you-want-to-look-in,fallse) the ,false is so you can look in an unsrted range

    if this doesnt work for you, perhaps consider uploading a sample workbook?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: How to link dropdowns with other cells

    These are called Dependent Drop Down lists and they use named ranges and INDIRECT() references for Data Validation lists in the proceeding drop boxes.

    Here's a sample sheet I've posted showing how it's done. The sheet "CHOICES" has the dependent drop lists (and shows one of the dangers of using them) and the sheet "LISTS" shows the lists and named ranges in use.

    Have a look.

    Sample FilesThe files you want to examine are:
    --DependentLists3.xls - 3 levels
    --DependentLists2.xls - 2 levels
    --DiminishingDropDownList-NonArray.xls
    --DependentLists-SelfSorting.xls - Self-Sorting lists of fruits by color choices


    More reading:
    http://www.contextures.com/xlDataval02.html
    http://www.contextures.com/xlDataVal13.html
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  4. #4
    Registered User
    Join Date
    05-06-2012
    Location
    Abuja, Nigeria
    MS-Off Ver
    Excel 2010
    Posts
    2

    Re: How to link dropdowns with other cells

    Thanks for the replies, what I really mean is this,let's say there's a cell B2 and it contains a dropdown list of banks, so that when a bank for instance BankA is selected in the dropdown list populates cell D4 with bankA's lending rate. The lending rate displayed and maybe the bank's ceo's name in another cell D6.and if bankB is selected from the list same thing happens except that it's bankB's lending rate and ceo that is displayed in cell D4 and D6.regards

  5. #5
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: How to link dropdowns with other cells

    That's a VLOOKUP formula.

  6. #6
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: How to link dropdowns with other cells

    Thanks for the feedback.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1