+ Reply to Thread
Results 1 to 19 of 19

Help with Excel drop down list

  1. #1
    Registered User
    Join Date
    04-03-2013
    Location
    afr
    MS-Off Ver
    Excel 2007
    Posts
    12

    Help with Excel drop down list

    Hello

    I need you help.

    My first document is called database.xlsx, where I have my data of countries.

    My second document is called FinaleDocument.xlsx, where I wish to, when is choise ID for example a1, that data (state, abbreviation, postal code) is copying form database.xlsx to certain field in FinaleDocument.xlsx

    I hope that you understand.

    This two document are in attachments
    Attached Files Attached Files

  2. #2
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,788

    Re: Help with Excel drop down list

    I am little bit confused whether your query is about adding validation or populating other cells with the value selected from the drop down (i.e. ID)?


    If your problem is solved, then please mark the thread as SOLVED>>Above your first post>>Thread Tools>>
    Mark your thread as Solved


    If the suggestion helps you, then Click *below to Add Reputation

  3. #3
    Valued Forum Contributor wenqq3's Avatar
    Join Date
    04-01-2013
    Location
    Malaysia
    MS-Off Ver
    Excel 2003
    Posts
    868

    Re: Help with Excel drop down list

    Use vlookup to copy <State Abbreviation Postal Code>

    FinaleDokument.xlsx‎
    column C2 is a1
    at column D2=vlookup(C2,table array you want lookup<database.xlsx‎- A2:D5>, return index < 2 >, false)

  4. #4
    Registered User
    Join Date
    04-03-2013
    Location
    afr
    MS-Off Ver
    Excel 2007
    Posts
    12

    Re: Help with Excel drop down list

    Thanks for help.

    I wish, when I choose from drop-down list (certain ID ) in Finale Dokument, that the value from database will be copy.

  5. #5
    Registered User
    Join Date
    04-03-2013
    Location
    afr
    MS-Off Ver
    Excel 2007
    Posts
    12

    Re: Help with Excel drop down list

    Thanks wqnqq3, could you please do that in my excel document.

    I am not so good in excel.

    Thanks

  6. #6
    Registered User
    Join Date
    04-03-2013
    Location
    afr
    MS-Off Ver
    Excel 2007
    Posts
    12

    Re: Help with Excel drop down list

    Thanks wqnqq3, could you please do that in my excel document.

    I am not so good in excel.

    Thanks

  7. #7
    Valued Forum Contributor wenqq3's Avatar
    Join Date
    04-01-2013
    Location
    Malaysia
    MS-Off Ver
    Excel 2003
    Posts
    868

    Re: Help with Excel drop down list

    FinaleDokument(EDIT).xlsx

    Hope this is what you mean.
    For easy job, i combine the 2 workbooks.
    database.xlsx is at worksheet "List2"

  8. #8
    Registered User
    Join Date
    04-03-2013
    Location
    afr
    MS-Off Ver
    Excel 2007
    Posts
    12

    Re: Help with Excel drop down list

    yes thank you very much, is not so difficult, but you have to have ideas and knowledge.

    Could you please send me document database.xlsx, that I now exactly how to set List2

    Thanks. Can I gave you some points for solve my problem.

  9. #9
    Registered User
    Join Date
    04-03-2013
    Location
    afr
    MS-Off Ver
    Excel 2007
    Posts
    12

    Re: Help with Excel drop down list

    Sorry I forgot something.

    You have god idea but not perfect. I wish to have this in two different document.

    Just as in the attachment.

  10. #10
    Valued Forum Contributor wenqq3's Avatar
    Join Date
    04-01-2013
    Location
    Malaysia
    MS-Off Ver
    Excel 2003
    Posts
    868

    Re: Help with Excel drop down list

    You can do it yourself. Is really simple.
    use VLOOKUP( value, table_array, index_number, [false or true] )

    For your file:
    D2=VLOOKUP(C2,select the range from workbook(database.xlsx),2,FALSE)
    E2=VLOOKUP(C2,eg: [database.xlsx]List1!$A$2:$D$5,3,FALSE)
    F2==VLOOKUP(C2,eg: [database.xlsx]List1!$A$2:$D$5,4,FALSE)

  11. #11
    Registered User
    Join Date
    04-03-2013
    Location
    afr
    MS-Off Ver
    Excel 2007
    Posts
    12

    Re: Help with Excel drop down list

    Please, please could you do that and send me this two files. I thank from the bottom of my heart

    Thanks

  12. #12
    Valued Forum Contributor wenqq3's Avatar
    Join Date
    04-01-2013
    Location
    Malaysia
    MS-Off Ver
    Excel 2003
    Posts
    868

    Re: Help with Excel drop down list

    I hope so, but the vlookup will catch my directory(C:\Users\ABC NAME\download\) .
    So it is different from your directory.
    you just change the red color that i reply you at post#10.

  13. #13
    Forum Guru :) Sixthsense :)'s Avatar
    Join Date
    01-01-2012
    Location
    India>Tamilnadu>Chennai
    MS-Off Ver
    2003 To 2010
    Posts
    12,788

    Re: Help with Excel drop down list

    Just an addition of information that the root path is not needed when you keep both the files open when applying the formula

  14. #14
    Registered User
    Join Date
    04-03-2013
    Location
    afr
    MS-Off Ver
    Excel 2007
    Posts
    12

    Re: Help with Excel drop down list

    I did it. Before (before you help me) I tried with vlookup, but my knowledge is not enough.

    Is this also possible with drop-down list ? or this is (your idea) best solution for my problem.


    Thanks

  15. #15
    Registered User
    Join Date
    04-03-2013
    Location
    afr
    MS-Off Ver
    Excel 2007
    Posts
    12

    Re: Help with Excel drop down list

    Just one idea.

    Now is in my file database.xlsx my first column ID.

    Is possible in file FinaleDokument.xlsx , when I write ID (for example a1, wich in database.xlsx mean Alabama, Ala. AL) i become some message, that this a1 is Alabama (I will hide column Alabama, Ala, AL in document FinaleDocument.xlsx)

    Somewhere determine, when a write a1 and I go over with mouse, I become message on meaning (what is a1)

    I hope is well explained.

  16. #16
    Valued Forum Contributor wenqq3's Avatar
    Join Date
    04-01-2013
    Location
    Malaysia
    MS-Off Ver
    Excel 2003
    Posts
    868

    Re: Help with Excel drop down list

    FinaleDokument.xlsxdatabase.xlsx
    I hope this 2 files help.
    Which file you need do drop down list?
    #10 no really understand.

  17. #17
    Registered User
    Join Date
    04-03-2013
    Location
    afr
    MS-Off Ver
    Excel 2007
    Posts
    12

    Re: Help with Excel drop down list

    The file FinaleDokument, column ID. Here I wish to choice (a1, a2, a3, a4) from drop down list.

    Thanks

  18. #18
    Registered User
    Join Date
    04-03-2013
    Location
    afr
    MS-Off Ver
    Excel 2007
    Posts
    12

    Re: Help with Excel drop down list

    Now about my #10 questions.

    I possible to define file FinaleDokument for example column ID, value a1, that when I go over this field I see some message. This message I predefine somewhere.

    Thanks

  19. #19
    Registered User
    Join Date
    04-03-2013
    Location
    afr
    MS-Off Ver
    Excel 2007
    Posts
    12

    Re: Help with Excel drop down list

    Anybody have Idea.

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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