+ Reply to Thread
Results 1 to 16 of 16

List should be popup so I can select specific name from that list

  1. #1
    Forum Contributor keshavtale's Avatar
    Join Date
    03-13-2013
    Location
    india
    MS-Off Ver
    excel 2019
    Posts
    600

    List should be popup so I can select specific name from that list

    Please check attached file you can see some product name in A column , if i type few alphabet in D column,
    if if i type amr then list should be popup starting product name with alphabet A then i can select amrut 50 kg from
    that list then beside this column for example if i slect product name amrut 50 kg in cell D3 then cell B3 value should be 15
    so please give me VBA code for that
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    31,297

    Re: List should be popup so I can select specific name from that list

    Solution offered is to create DV list (in D2) then create DV list in E2 based on D2 selection: result in F2

    Please Login or Register  to view this content.
    in Worksheet module
    Please Login or Register  to view this content.
    Attached Files Attached Files
    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

  3. #3
    Forum Contributor keshavtale's Avatar
    Join Date
    03-13-2013
    Location
    india
    MS-Off Ver
    excel 2019
    Posts
    600

    Re: List should be popup so I can select specific name from that list

    i want that if i type few letters like if i type amr then show the list amrut 10 kg, amrut 25 kg and so on which is starting from A then i select amrut 10 kg so i do not need to type amrut 10 kg , it means it save my efforts of typing amrut 10 kg , if i just amr or am and then list populate that showing option like amrut 10 kg, amrut 25 kg, amber 50 kg then i select amrut 10 kg from that list.

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    31,297

    Re: List should be popup so I can select specific name from that list

    With Excel 365 there is predictive text functionality but not with earlier releases (and I assume you are still using 2010?)

    Why type when you can select from a drop down list which is both quicker and accurate?

    I'll leave this to others.

  5. #5
    Registered User
    Join Date
    08-27-2012
    Location
    Dubai
    MS-Off Ver
    MS 365 Apps for Business
    Posts
    29

    Re: List should be popup so I can select specific name from that list

    Try this :
    Attached Files Attached Files

  6. #6
    Forum Contributor keshavtale's Avatar
    Join Date
    03-13-2013
    Location
    india
    MS-Off Ver
    excel 2019
    Posts
    600

    Re: List should be popup so I can select specific name from that list

    but it is now allow me to type few letters like amr then list populate matching with amr and showing lit itm like amrut ,amrita, amrenda and so on

  7. #7
    Valued Forum Contributor
    Join Date
    03-05-2025
    Location
    Deutschland
    MS-Off Ver
    MS Office Home & Business 2024
    Posts
    487

    Re: List should be popup so I can select specific name from that list

    @keshavtale, you still use Office 2010?

  8. #8
    Forum Contributor keshavtale's Avatar
    Join Date
    03-13-2013
    Location
    india
    MS-Off Ver
    excel 2019
    Posts
    600

    Re: List should be popup so I can select specific name from that list

    i am using office 2019

  9. #9
    Valued Forum Contributor
    Join Date
    03-05-2025
    Location
    Deutschland
    MS-Off Ver
    MS Office Home & Business 2024
    Posts
    487

    Re: List should be popup so I can select specific name from that list

    Then please update you profile
    Best regards, Alexandra

    If my answer (or that of other members) has helped you, please say "Thanks" by clicking the Add Reputation button at the foot of one of their posts.

    Also: if your problem is solved, please take the time to mark your thread as SOLVED by going to the top of your first post, selecting "Thread Tools" and then "Mark thread as solved"

  10. #10
    Valued Forum Contributor MikeVol's Avatar
    Join Date
    12-30-2020
    Location
    Odessa / Ukraine
    MS-Off Ver
    MSO Prof Plus 2021 x64 (En)
    Posts
    577

    Re: List should be popup so I can select specific name from that list

    Another option for you, I haven’t looked at other options.
    NOTE: As the original poster/owner, only you can mark your thread as SOLVED (Thread Tools above Post #1).
    You can say "Thanks" in your thread to everyone who offered to help you.
    You can also reward them by clicking * "Add Reputation" under their username on the left.
    With Regards, MikeVol.

  11. #11
    Forum Contributor keshavtale's Avatar
    Join Date
    03-13-2013
    Location
    india
    MS-Off Ver
    excel 2019
    Posts
    600

    Re: List should be popup so I can select specific name from that list

    now list populating but i can not select specific name from that list

  12. #12
    Valued Forum Contributor MikeVol's Avatar
    Join Date
    12-30-2020
    Location
    Odessa / Ukraine
    MS-Off Ver
    MSO Prof Plus 2021 x64 (En)
    Posts
    577

    Re: List should be popup so I can select specific name from that list

    Everything can be selected from the list. I don't know what you do on your side, but when the list with data appears, you can select the necessary data.

  13. #13
    Forum Contributor keshavtale's Avatar
    Join Date
    03-13-2013
    Location
    india
    MS-Off Ver
    excel 2019
    Posts
    600

    Re: List should be popup so I can select specific name from that list

    Thanks now my problem is solved

  14. #14
    Forum Contributor keshavtale's Avatar
    Join Date
    03-13-2013
    Location
    india
    MS-Off Ver
    excel 2019
    Posts
    600

    Re: List should be popup so I can select specific name from that list

    I want some modification in that VBA code please include C column in that list , please see example i show you in this
    attached file , please see cell D6, E6, F6,
    Attached Files Attached Files

  15. #15
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    31,297

    Re: List should be popup so I can select specific name from that list

    Try the attached
    Attached Files Attached Files

  16. #16
    Forum Contributor keshavtale's Avatar
    Join Date
    03-13-2013
    Location
    india
    MS-Off Ver
    excel 2019
    Posts
    600

    Re: List should be popup so I can select specific name from that list

    Thanks Mr.John Topley now my problem is perfectly solved

+ 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] Select a specific value from the dropdown list and automatically diverted to another tab
    By alice2011 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 03-14-2014, 01:52 PM
  2. popup to show and select from drop down list
    By jpbisani in forum Excel General
    Replies: 0
    Last Post: 01-12-2014, 10:20 AM
  3. [SOLVED] script to go through a list and select the lowest price at specific locations
    By milmil in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 11-07-2013, 09:08 PM
  4. VBA to Select Rows Based on Specific List of Accts
    By Sandi99 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-30-2012, 04:19 PM
  5. VBA to select specific Text in Drop Down List
    By woolen in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-16-2012, 09:37 AM
  6. VBA to select specific Text in Drop Down List
    By woolen in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-13-2012, 05:20 PM
  7. Select from List of names to equal a specific rate
    By Shirley in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 12-20-2005, 01:35 PM
  8. Select specific numbers from a list based on position
    By judoist in forum Excel General
    Replies: 1
    Last Post: 11-21-2005, 12:25 PM

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