+ Reply to Thread
Results 1 to 5 of 5

Pulling information from 2 drop down lists on separate tabs

  1. #1
    Registered User
    Join Date
    05-22-2013
    Location
    Illinois
    MS-Off Ver
    Excel 2010
    Posts
    28

    Pulling information from 2 drop down lists on separate tabs

    Good morning,

    If I choose from a dropdown list in c 3 how can I then have the correct drop down list
    then pull from another tab based on what I chose from the first dropdown list then appear in c 7?

    Please see the attached

    Thank you,
    Julie
    Attached Files Attached Files

  2. #2
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Pulling information from 2 drop down lists on separate tabs

    There's a few ways you could do this; I prefer using tables as the ranges automatically update themselves.

    Convert each range with text in it to a table and then name the range.


    The 2nd dropdown then uses this formula in the Data Validation menu:

    =INDIRECT(HLOOKUP(Customer,Styles!C3:W4,2,0))

    hlookup dropdowns .xlsx


    I did the first 4 tables for you.

    For "e", highlight G4:G8 Insert->Table with 'My table has headers'

    Name each range (exluding the header) after the header.
    The data validation looks up the matching value in C3:W3, and outputs the matching value on D3:W3.
    INDIRECT tells Excel to reevaluate the returned value as a reference, which then pulls just the named range's cells.

    If you add a value at the bottom of a table, the table updates to include that cell so the ranges update automatically. (For example, type something into B5.)
    Make Mom proud: Add to my reputation if I helped out!

    Make the Moderators happy: Mark the Thread as Solved if your question was answered!

  3. #3
    Registered User
    Join Date
    05-22-2013
    Location
    Illinois
    MS-Off Ver
    Excel 2010
    Posts
    28

    Re: Pulling information from 2 drop down lists on separate tabs

    Thank you so much!

  4. #4
    Forum Expert daffodil11's Avatar
    Join Date
    07-11-2013
    Location
    Phoenixville, PA
    MS-Off Ver
    MS Office 2016
    Posts
    4,465

    Re: Pulling information from 2 drop down lists on separate tabs

    No problem, glad I could help.

  5. #5
    Forum Moderator vlady's Avatar
    Join Date
    09-22-2011
    Location
    Philippines - OLSHCO -Guimba-Nueva Ecija
    MS-Off Ver
    2021
    Posts
    4,361

    Re: Pulling information from 2 drop down lists on separate tabs

    FORUM MODERATOR'S REQUEST:

    Based on your last post it seems that you are satisfied with the solution(s) you've received but you haven't marked your thread as "SOLVED".
    For the meantime I'll do it for you.

    How?
    New quick method:
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

    Or you can use this way:

    How to mark a thread Solved
    Go to the first post
    Click edit
    Click Go Advanced
    Just below the word Title you will see a dropdown with the word No prefix.
    Change to Solved
    Click Save

    Note:
    You can also thank those who have helped you by clicking the small star icon located in the lower left corner of the post in which the help was given.
    By doing so you can add to the reputation(s) of those who helped and shared their time in helping you.
    I think people forget the word "THANK YOU!!!!" Do you still know it???

    There is a little star ( ADD REPUTATION ) below those person who helped you. Click it to say your "PRIVATE APPRECIATION TO THEIR EFFORT ON THEIR CONTRIBUTIONS "

    Regards,
    Vladimir

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Drop down boxes populating information from other tabs automatically
    By kjfitzsi in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 02-13-2013, 04:21 PM
  2. Combining selections from drop-down lists into a separate drop-down list
    By SCIFINUT in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 02-27-2012, 05:41 PM
  3. Need Multiform Help - How to get CBOs to show lists on separate tabs.
    By chester.stevenson1 in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 10-27-2011, 10:58 AM
  4. Pull information into separate tabs
    By kmlloyd in forum Excel General
    Replies: 9
    Last Post: 09-27-2010, 10:56 AM
  5. drop-down lists print on a separate page in excel
    By Kayh2 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-20-2006, 05:55 PM

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