+ Reply to Thread
Results 1 to 6 of 6

build unique list from data worksheet that updates based on data selection? Example incl..

  1. #1
    Registered User
    Join Date
    03-24-2008
    Posts
    14

    Unhappy build unique list from data worksheet that updates based on data selection? Example incl..

    I hope my subject line is accurate....

    [example XLS file attached]

    I'm having a tough time figuring out how to accomplish the following:

    I have 2 worksheets. Once is a "Menu" of items from a "Data" list.

    My goal is to:

    - Make items in 'Menu' worksheet auto-populate with data for each unique 'item' from 'Data' worksheet, using the first instance as the default

    - Then, Create a selection drop down (data validation?) based on the 'Choice' field in Data, which would update all fields in Menu to the selected choice.

    Maybe looking at the example would make it clear....


    Thanks for any help you can provide.
    Attached Files Attached Files

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: build unique list from data worksheet that updates based on data selection? Example in

    For auto-populating use the below in row 3
    =VLOOKUP($B3,Data!$B:$H,COLUMN()-1,FALSE)

    The data validation in Row 3 reads as below
    =OFFSET(Data!$B$1,MATCH(B3,Data!$B:$B,0)-1,2,COUNTIF(Data!$B:$B,B3),1)
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: build unique list from data worksheet that updates based on data selection? Example in

    Worksheet with solution attached
    Attached Files Attached Files

  4. #4
    Registered User
    Join Date
    03-24-2008
    Posts
    14

    Re: build unique list from data worksheet that updates based on data selection? Example in

    Thanks Ace... It doesn't seem to be working (the way I intended anyway)

    I was expecting it would do the following:


    - 'Menu' worksheet is populated with unique entries from the 'Data' worksheet (1 per ITEM ID used in 'Data').
    Note: An 'entry' in this case would = the full data row from the 'Data' worksheet

    - Now, a user could work within the 'Menu' worksheet and click on the 'Choice' field to see different options available for that ITEM ID.

    - When users selects new 'Choice', it will update the row for the ITEM ID that that the user is interacting with on the 'Menu' worksheet, with the rest of the data from the 'Data' worksheet that corresponds to the 'Choice' selection the user made

    - When the user is done making all the choices, they would manually save the resulting document as a PDF to store their choices & the corresponding data.

    Does that make sense?

  5. #5
    Registered User
    Join Date
    03-24-2008
    Posts
    14

    Re: build unique list from data worksheet that updates based on data selection? Example in

    I think I see... maybe the issue is just not having the dropdown box appear on the "menu" based "choice" field.... how to make it a dropdown list?

  6. #6
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: build unique list from data worksheet that updates based on data selection? Example in

    You could use a pivot table to arrive at unique 'items' and then populate the rest based on the worksheet in post#3

+ 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