+ Reply to Thread
Results 1 to 3 of 3

Populating value from a table based on a drop down box.

  1. #1
    Registered User
    Join Date
    03-30-2014
    Location
    Australia
    MS-Off Ver
    Excel 2003 & 10
    Posts
    30

    Populating value from a table based on a drop down box.

    Hi there,

    I would like to populate a set of values from a table based on the variable selected in the drop down box. I have included a sample of my work in the attached excel file. In this file I would like to populate the size of my clients account based on a particular financial year selected in the drop down box in cell D2.

    Thank you very much for your help.Sample file.xlsx

  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
    52,929

    Re: Populating value from a table based on a drop down box.

    Try this, copied down...
    =INDEX(RawData!$B$3:$E$12,MATCH(Input!$A5,RawData!$A$3:$A$12,0),MATCH(Input!$D$2,RawData!$B$2:$E$2,0))
    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
    Registered User
    Join Date
    03-30-2014
    Location
    Australia
    MS-Off Ver
    Excel 2003 & 10
    Posts
    30

    Re: Populating value from a table based on a drop down box.

    Thank you. That worked perfectly!!

+ 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. Automatically populating a value based on several drop down lists
    By JStrawn in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-24-2015, 05:27 AM
  2. auto populating based on a drop down selection
    By a_sherriff in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 12-04-2013, 04:43 PM
  3. Populating a cell based on drop down selection
    By cronerd in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 06-25-2013, 11:07 AM
  4. [SOLVED] Populating following columns based on selection from a drop down box
    By CIRCLEM in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 07-11-2012, 12:48 PM
  5. Populating feilds based off drop down list.
    By hooligansholiday in forum Excel General
    Replies: 3
    Last Post: 06-18-2012, 12:54 PM
  6. Populating cells based on drop box
    By xer in forum Excel General
    Replies: 2
    Last Post: 06-24-2011, 03:50 AM
  7. Populating a drop-down based on checkboxes
    By LampCommandr in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-30-2011, 01:48 AM

Tags for this Thread

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