+ Reply to Thread
Results 1 to 3 of 3

Dropdown list for populating data from other sheet

  1. #1
    Registered User
    Join Date
    11-20-2008
    Location
    India
    MS-Off Ver
    2007
    Posts
    25

    Dropdown list for populating data from other sheet

    hi,

    im trying to summarize/extract data from the data sheet into a single row by means of a drop down list. That is to say i've got a customer list and my service levels for them are listed on the sheet. now in another sheet im trying to create a dropdown list (same workbook) whereby im(or anyone else) is able to choose specific customer (instead of sifting through thousands of rows) and get to see the data relevant to that customer only.
    i've been able to create the named list and put it in the dropdown list. but that is as far as i could go. im not able to populate the cells with the data from the data sheet as per the selection from the drop down list. have attached a sample workbook to clarify wht exactly is the problme im facing.

    hlp guys. Plz.
    Attached Files Attached Files

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531
    In all honesty you're not really helped by the layout of your data insofar as you have separate tables (Score, CRM) -- you would be best served storing your data in a contiguous range with an additional field that flagged type - ie Score / CRM adjacent to Customer... disposing of separate table approach -- you would then be able to apply a basic filter to your Data sheet and dispose of Summary sheet altogether -- filtering on Customer -- all records for Customer would display (all others being hidden) and adjacent to Customer you would have details of type (Score,CRM etc...)

    Anyway... using your existing set up per your file I would advise you first name your tables on Data sheet such that:

    A3:H13: _Score
    A17:H27: _CRM

    Summary sheet

    B5: =VLOOKUP($A$5,_Score,COLUMNS($A5:B5),0)
    copy across to H5

    copy B5 to B8 but change _Score to _CRM - copy across to H.

    Check out XL Help for more info on VLOOKUP... as your data ranges change you will most likely to adapt the above so it is important you understand how the concept of VLOOKUP etc... I would also recommend you look at INDEX & MATCH in help also.

  3. #3
    Registered User
    Join Date
    11-20-2008
    Location
    India
    MS-Off Ver
    2007
    Posts
    25
    Thnks a ton, the vlookup thing works perfectly fine. How dumb of me to not to think of it. :-)

    Completely agree with your opinion about storing the data in contiguous range but this is just a fraction of data only. Have more thn 8000 rows in the original file so doing a filter search becomes cumbersome at times as excel takes quite a lot of time to filter.

    can you also explain the index & match functions. im not that conversant with excel, more of an advanced basic user. also is there a way keep the drop-down button of validation list always visible so that any one reviewing the sheet knows tht there is one instead of when the cell being active.

+ 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