Multi-Level Drop-Down with a Single Custom Function in Excel and VBA

Поделиться
HTML-код
  • Опубликовано: 4 сен 2021
  • How to create multi-level drop-down with a single custom function in Excel and VBA?
    In this video, we will use how to use a Custom Defined Function in Excel and VBA. With a single function, we can create multi-level drop-down in few line of VBA code.
    Please download the demo file from the below link.
    thedatalabs.org/multi-level-d...
    website - www.thedatalabs.org
    email - info@thedatalabs.org
    #MultiLevelDropDown #TheDataLabs
    Thanks for watching! Please like, share, comment and subscribe.
    Have a great day!

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

  • @info2satish
    @info2satish 2 года назад +2

    Wow! That's really a very intuitive video particularly that single UDF working for all levels

  • @autobotgeekse
    @autobotgeekse 2 года назад +2

    Thank you for these videos. They are very helpful and informative. 👍

  • @jayasri-ft8040
    @jayasri-ft8040 2 года назад +1

    Excellent bro. Very informative D and useful to my business. Thanku keep it up.

  • @blinkwinkenterprises8056
    @blinkwinkenterprises8056 2 года назад

    Thank-You

  • @PiyushMedicalKnowledge
    @PiyushMedicalKnowledge 2 года назад

    Good video keep up bro

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

    thank you very much for this tutorial!! can we use same macro code without UserForm and use excel cell instead?

  • @Yorumcu63
    @Yorumcu63 2 года назад +1

    Great tutorial thank you.Could you make Browse list of filter result? I mean This sample is find a record How can update like this kind sample
    First :Chose Country
    Second .Chose City (Chose's country)
    Thirty: Chose zone (For example West,East ,North etc)
    and when chosen this than brows in this zone home adress list in bellow lines
    How can make like this sample ?

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

    This dependent multi-level drop down list is really useful for catalogue of products with different characteristics. It is also amazing that can be extended. I have not tried it yet but I am sure it can be. Really useful @TheDataLabs

  • @jagdishkumar1978
    @jagdishkumar1978 2 года назад

    good

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

    ممنون

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

    Brilliant 💕it

  • @corrinekam3293
    @corrinekam3293 8 месяцев назад

    How do I clear the selection and reselect again the combo boxes without going back to Home Page

  • @djones0105
    @djones0105 9 месяцев назад

    very concise tutorial! thank you so much!
    just thinking though, how can you implement this without using a UserForm? thanks!

    • @thedatalabs
      @thedatalabs  9 месяцев назад

      Thanks for you feedback! This can be done. Please try to implement this without userform. Let us know if you face any issue.

  • @tomasburke4515
    @tomasburke4515 2 года назад

    Great video! I'm noticing that the ComboBoxes only populate if I use the form with the "Drop Down" tab open. If I use the form with another tab open, the ComboBoxes are left blank. Is there an easy workaround for this? Thanks!

  • @trinhlam9124
    @trinhlam9124 9 месяцев назад

    Hello, i have a data base where 1 "sub category" exists in 2 different categories. How can i modify the code so that "Item" can be filtered based on the value "Category" AND "Subcategory "? Thanks for your help

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

    Kindly help with code, if I intend not to use combox and "drop down" sheet seperately, i.e. I only want to use function standalone, and use it with any excel sheet

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

    I tried using the VBA code for the dynamic drop downs. But, I am having a “Compile error: Invalid use of property” On the DynamicList=“‘Drop Down’!” & amp: Range(.Cells(2,DropDownColumn), .Cells(iDeopDownLastRow, DropDownColumn)). Address The “.Address” becomes highlighted during compile with this error. Any help would be greatly appreciated (using Excel 2019), I enjoy the level of detail in your videos, very educational.

  • @wadhabadshahsaid8828
    @wadhabadshahsaid8828 2 года назад

    hi ho do i subtract colums in vba code

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

    Would have been better to pass column header to combobox based on prev combo selection and list unique values of that column in next combo box. Its way too complex.

  • @kaitlync2024
    @kaitlync2024 2 года назад

    Not sure why but the filter is not working well from my end..it looks like the filter is just based on the previous column, not all previous columns...Can you please advise? Thanks in advance!

    • @trinhlam9124
      @trinhlam9124 9 месяцев назад

      I have the same problem. Are you able to get a solution?

  • @Jdvijaykumar
    @Jdvijaykumar 2 года назад

    Can we add this function in employee activity tracker 1.0

    • @thedatalabs
      @thedatalabs  2 года назад

      Yes, I think that is already there with different code. Thanks!

    • @Jdvijaykumar
      @Jdvijaykumar 2 года назад +1

      @@thedatalabs only drop-down code is there, I am planning to add department drop down and task drop-down. Like above.

  • @Kdevana
    @Kdevana 2 года назад

    I can't able to download , pls help

    • @thedatalabs
      @thedatalabs  2 года назад +1

      It is fixed now. Please check. Thanks!