+ Reply to Thread
Results 1 to 7 of 7

in excel How do I create a dropdown list that populates a row from a range of 4 columns

  1. #1
    Registered User
    Join Date
    11-16-2021
    Location
    florida
    MS-Off Ver
    10
    Posts
    3

    in excel How do I create a dropdown list that populates a row from a range of 4 columns

    in excel How do I create a dropdown list that populates a row from a range of 4 columns and 30 specific rows on a sheet? Excel 2016

    user will input text strings in each cell across row 9 columns A-D. user will be able to populate the same columns further down the sheet via some type of drop down list. The drop down list will source row 9 columns A-D.

    Am I asking this question correctly ? Do I lack the excel vocabulary to properly research this question and that is why I could not find a solution?

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,814

    Re: in excel How do I create a dropdown list that populates a row from a range of 4 column

    Welcome to the forum.

    It would help if you attached a sample Excel workbook, then we will be able to see things in context. You can do this by following the instructions in the yellow banner at the top of the screen.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    11-16-2021
    Location
    florida
    MS-Off Ver
    10
    Posts
    3

    Re: in excel How do I create a dropdown list that populates a row from a range of 4 column

    example attached sheet
    Attached Files Attached Files

  4. #4
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,648

    Re: in excel How do I create a dropdown list that populates a row from a range of 4 column

    Perhaps the following will help.
    1. Make a list of distinct manufacturers from column A as modeled in column E.
    2. Fill the MFG drop down using the source: =OFFSET($E$3,0,0,SUMPRODUCT(--($E$3:$E$12<>"")),1)
    3. Fill the Description drop down using the source: =OFFSET($A$3,MATCH($G23,$A$3:$A$12,0)-1,1,COUNTIFS($A$3:$A$12,$G23),1)
    4. Fill the Part Number and Finish columns using the following formula (not drop downs): =IF($G23="","",INDEX(C$3:C$12,AGGREGATE(15,6,(ROW($C$3:$C$12)-ROW($C$2))/($A$3:$A$12=$G23)/($B$3:$B$12=$H23),1)))
    Note that the gray area is moved so that it will not be in the way when the rest of the 30 rows are added.
    Let us know if you have any questions.
    Attached Files Attached Files
    Consider taking the time to add to the reputation of everybody that has taken the time to respond to your query.

  5. #5
    Registered User
    Join Date
    11-16-2021
    Location
    florida
    MS-Off Ver
    10
    Posts
    3

    Re: in excel How do I create a dropdown list that populates a row from a range of 4 column

    Thank you for taking the time to figure this out.
    I was trying to have that first drop down populate the entire row across but this helps.
    Now there will be less transposition errors by pairing the description with the part number in lockstep.
    I'm going to dissect this formula and learn from it

    Thank you

  6. #6
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2405 (Windows 11 23H2 64-bit)
    Posts
    81,434

    Re: in excel How do I create a dropdown list that populates a row from a range of 4 column

    Administrative Note:

    Members will tailor the solutions they offer to the version of Office (Excel) that you have. Please check that your forum profile is up-to-date in this respect. If you aren't sure, in Excel go to File | Account and report what it says below the MS logo at the top of that page. If your version is for Mac, please also state this. Thanks.
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  7. #7
    Forum Guru
    Join Date
    08-28-2014
    Location
    USA
    MS-Off Ver
    Excel 2019
    Posts
    17,648

    Re: in excel How do I create a dropdown list that populates a row from a range of 4 column

    You're Welcome and thank you for the feedback. Please take a moment to mark the thread as 'Solved' using the thread tools menu above your first post. I hope that you have a blessed day.

+ 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. [SOLVED] Dropdown list that populates another cell with data selected
    By scrumpywill in forum Excel Formulas & Functions
    Replies: 14
    Last Post: 06-29-2020, 01:31 PM
  2. [SOLVED] Create an Excel Drop Down list with Search Suggestions ( Serachable Dropdown list )
    By PMH2384 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-11-2016, 12:03 AM
  3. How to create a dropdown list with checkboxes in Excel
    By SteveSJ in forum Excel General
    Replies: 4
    Last Post: 12-29-2015, 12:52 AM
  4. Create dropdown list in Excel that will only list unique entries
    By MissAudrey in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 01-22-2015, 04:56 PM
  5. Replies: 7
    Last Post: 02-06-2014, 07:40 AM
  6. [SOLVED] Create a Dropdown list to adjust a cell's formula data range
    By riceguy in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-19-2013, 05:58 PM
  7. Replies: 11
    Last Post: 04-07-2009, 04:30 PM

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