Excel Drop Down List Automatically Changes Product Name to Code

Поделиться
HTML-код
  • Опубликовано: 26 окт 2024

Комментарии • 36

  • @biochar_kilns_international
    @biochar_kilns_international 5 лет назад

    I have applied this and it works brilliantly. New to creating drop down lists and this tut is the best to teach that and more!

  • @ZanaCameron
    @ZanaCameron Год назад +1

    Thanks for sharing!

    • @contextures
      @contextures  Год назад

      You're welcome, Zana, and thanks for your comment!

  • @davidk8364
    @davidk8364 5 лет назад

    Finally one that works. All the other I found were reporting error or crashing excel in whole. THNX!!!

  • @giswebdev
    @giswebdev 5 лет назад

    Great! Thanks for the walk-through and the sample code. Following this, I was able to accomplish my task. Much appreciated!

  • @danushairan
    @danushairan 5 лет назад +5

    I cant see any code in my VBA sheet.

  • @hamnahashmi4270
    @hamnahashmi4270 4 года назад

    Hi there,
    Thanks for the tutorial it works for me. but I need more help my sheet is having so many columns and I want to do an exact dropdown thing for each coulmn.. can I do this for multiple columns if yes please let me know how.. thanks in advance.

  • @eddbodnar1
    @eddbodnar1 10 лет назад +2

    To clarify what I mean is, each column in my worksheet is essentially a day, so I want to be able to use this function in column B (2), column C (3), column D (4) and so forth. Thanks!!!!

  • @leannebrouwer139
    @leannebrouwer139 6 лет назад +1

    what happens if nothing comes up in View Code? the values are not being brought over from the drop down options

  • @Sbhabhi
    @Sbhabhi 13 лет назад

    THANK you very much.Solved a big problem

  • @essorod
    @essorod 12 лет назад

    Do you have a video that teaches how to change values of multiple cells based on values form a drop down list. For example. I have a list of 5 products that come in 4 different colors. By selecting a color from the drop down list I like the 5 cells that show the cost of each window to change. Thank you.

  • @bsldesigns
    @bsldesigns 12 лет назад

    Trying to use this for a 6 table sheet. How do I code for multiple tables?
    I'm making a quote sheet. In the "Quotes" worksheet you have a dropdown with Item names and after you select the Item it puts "ItemPrice" in the cell which is part of a larger formula to calculate total price.

  • @mosestulip5357
    @mosestulip5357 4 года назад

    Sir can YOU give the the link to download this sheet please....

  • @PanjiPratama1
    @PanjiPratama1 8 лет назад +1

    hello. can you show me, VBA code in this tutorial ? THANK YOU SO MUCH!

  • @fbcb1005
    @fbcb1005 8 лет назад

    Hello, This works in the beginning but for some reason it stops after awhile and only the value in the list comes up instead of the code from sheet "Codes". Is there any reason why that would happen? Thanks

  • @ronzki0227
    @ronzki0227 12 лет назад

    I tried to use your solution but when i view the code nothing is their. please advice what to do to have this feature works in my spreadsheet. many thanks

  • @purplesky611
    @purplesky611 9 лет назад +2

    I followed this step-by-step and it's not working. When I select the dropdown item it doesn't put in just the code. I'm using Excel 2010.

    • @contextures
      @contextures  9 лет назад

      Liana Melendez Does the sample file work correctly, and you're having problems adapting it to a different file? Or are you have this problem in the sample file?
      Make sure that your Trust settings allow macros to run, and enable macros when you open the file.

  • @crbattistini
    @crbattistini 9 лет назад +1

    Is it possible to have this "Excel Drop Down List Automatically Changes Product Name to Code" combined with the "Autocomplete Entries With Excel Drop Down List"?

    • @NiTrOx
      @NiTrOx 6 лет назад

      Did you get the answer? Same predicament.

  • @sandgroper111
    @sandgroper111 6 лет назад

    Hi,
    I love your tutorials and they have helped me a lot. I am relatively new to vba code and wondered how you could use this technique with combo boxes? I have seen your tutorials on combo boxes but would like to combine the the lessons here with returning a different column using offset but with combo boxes and not just the data validation list. Is it possible?
    Kind regards and thanks,
    Sean

  • @leeseonyoung5262
    @leeseonyoung5262 11 лет назад

    I tried with above but it did not work.
    It seems that with mutiple lists and columns, the above is not working.
    Is it possible to get code only with multilple columns, sheets, lists?

  • @TheKeefe95
    @TheKeefe95 13 лет назад

    THANK YOU SO MUCH!

  • @ronzki0227
    @ronzki0227 12 лет назад

    also, without the code drop down list doesn't change the product name to code. how can i have the code? thanks

  • @katiekissler2545
    @katiekissler2545 12 лет назад

    I'm trying to do this in Excel2010. Cant' figure out how so see the code either. I know that some products seem to be headed away from VB. Is this one such instance?

  • @ianjames9408
    @ianjames9408 12 лет назад

    At naming the range, the source contains "=Values!$C$2:$C$15". If I accept that, my dropdown just contains that range. If I overtype it with the correct information (in my case "=TABLE2(value_text)" it accepts it OK but, when I go to data Validation and select the named range, it tells me that the source evaluates to an error and nothing appears when I click on the drop-down. What am I doing wrong?

  • @rmarr26
    @rmarr26 12 лет назад

    Got as far as the code, but I'm unable to view the code for some reason. Please advise. Thanks in advance.

  • @brittaniesade6249
    @brittaniesade6249 7 лет назад

    If I want to repeat this for several columns how would I do that?

  • @triciamarshall3488
    @triciamarshall3488 8 лет назад

    HI THERE. I WANT TO CREATE A DROP DOWN LIST WHERE IF YOU CHOOSE A PRODUCT CODE THE DESCRIPTION AUTOMATICALLY APPEARS IN THE NEXT CELL....HOW DO I LINK THE CODE SO THE DESCRIPTION, EVEN MAYBE THE PRICE WILL ALL APPEAR IN A SINGLE ROW??

    • @contextures
      @contextures  8 лет назад +1

      +Tricia Marshall You could use a VLOOKUP formula in the next cell. There's an example in my video here: ruclips.net/video/FAzauT9DwkM/видео.html

  • @pashok75
    @pashok75 11 лет назад

    This works only we have one list. If we have two lists the code is not working. Say I have Department 01 - SALES , 02 - MARKETING and designation 1 - manager, 2 - supervisor.
    How can create two lists to display the name and converts to code after selection.
    Ashok

  • @eddbodnar1
    @eddbodnar1 10 лет назад

    Hello all, if you want the code you can download their example excel worksheet...it is stated in the information above. One question I have however, is when you look at the code it says "If Target.Column = 2 Then"....I got this code to work, but only for column 2...I want to have drop down boxes in various places through my worksheet, does anyone know how I can change the code so that this is possible. Ie. no restrictions on which column it has to be in.... it will be in many different columns.

  • @jmarcosa
    @jmarcosa 10 лет назад

    Hello!. I'm using excel 2013. When I download your example files they won't work. Is it because of the version I'm using?. Can you help me figure out how to do this?

    • @contextures
      @contextures  10 лет назад

      The files will work in Excel 2013, as long as you have macros enabled. There are instructions on my website:
      www.contextures.com/xlvba01.html#security

  • @sajidkachhi6859
    @sajidkachhi6859 9 лет назад

    how to get respective head name automatically .....if we are putting the name of team mates in excel sheet

  • @d.varatharaju2811
    @d.varatharaju2811 7 лет назад

    Not Unresistant me, Change Model Excel Video sent it.