Create a Searchable Drop Down List Just Like Google - Excel Trick

Поделиться
HTML-код
  • Опубликовано: 9 апр 2017
  • Create a searchable drop down list in Excel just like Google. This trick is fantastic for large lists. Giving the functionality to search within a list goes beyond a standard drop down list.
    I have a newer version of a searchable drop down list which is much easier here - • Searchable Drop-Down L...
    Master Excel today with this comprehensive course - bit.ly/UltimateExcel
    This video tutorial will show you how to create a combo box control on a spreadsheet and then use formulas to create a dynamic searchable drop down list.
    This list would look awesome on your Excel dashboards and reports.
    The video covers multiple Excel formulas and functions including INDEX, COUNTIFS and ROWS. It then uses a simple line of VBA code for the drop down combo box.
    Subscribe to this channel to see more awesome Excel tips.
    Find more great free tutorials at;
    www.computergaga.com
    The Ultimate Excel Course - Learn Everything ► bit.ly/UltimateExcel
    Excel VBA for Beginners ► bit.ly/37XSKfZ
    Advanced Excel Tricks ► bit.ly/3CGCm3M
    Excel Formulas Made Easy ► bit.ly/2ujtOAN
    Creating Sports League Tables and Tournaments in Excel ► bit.ly/2Siivkm
    Connect with us!
    LinkedIn ► / 18737946
    Instagram ► / computergaga1
    Twitter ► / computergaga1
  • ХоббиХобби

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

  • @Computergaga
    @Computergaga  4 года назад +10

    You can now create a searchable drop-down list much easier with the FILTER function. Check out the new and improved video - ruclips.net/video/Ea_ACp5W8zI/видео.html

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

      Great work sir, thanks for the effort :)

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

      I dont see the filter function in my o365 :(

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

      @@abunasar786 same problem, seem like only in Insider Fast update channel

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

      I don't have to new office 365. I'm working on excel 2016. And this video helped a lot. But i am having one issue. That combo box we created keeps popping up

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

      Great tip! The detail with VBA line was fantastic. Thank you!

  • @Saur
    @Saur 7 лет назад +9

    This is ridiculously useful, thank you!

  • @RedFiveGamers
    @RedFiveGamers 5 лет назад +1

    I found the this tutorial extremely helpful thank you! I did have some trouble with the dynamic range for the dropdown list as it would randomly repeat items and have empty spaces. I resolved this by just having the full range available, the empty spaces below were no trouble and it had the added benefit of the full list being available when the combobox is empty!
    Cheers.

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

    Hi Alan.. another great trick and video. For practice, I grabbed a list of US presidents from the Internet and used that as my list of names. Your instructions and formulas were clear and easy to follow. When competed, I added ComboBox1.Value = "" to the double click event of the combo box. So, I can double click the drop down box field to clear my previous entry and start over with a new search. I investigated the possibility of having the scroll wheel of the mouse scroll through the drop down list. I guess there are some complicated ways of getting that to work.. probably not worth the trouble. Thanks again for this great instruction and tutorial. I'll definitely add this to my bag of tricks. Thumbs up!

  • @asim90210
    @asim90210 6 лет назад +2

    A pure sweat saver. Just Excellent. You just gifted me "Peace" in my work by this tutorial

  • @venkatalokeswararao5571
    @venkatalokeswararao5571 6 лет назад +2

    This is what I am searching for a long time and Thank you very much for your excellent support. ThanQ

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

    Amazing video tutorial. Please keep adding more excel challenging videos like this as you’re professionally changing people lives on here. Thanks a lot!!

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

      Thank you very much Aime. Your comments are much appreciated.

  • @JosephGabriel
    @JosephGabriel 6 лет назад +3

    BRILLIANT! This is just what I needed. Thank you so much!

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

    Extremely useful and absolutely amazing. Many many thanks Computergaga, you've just saved a life!

  • @ken2k33
    @ken2k33 3 года назад

    A few years on since this video, still extremely useful! Thanks for this! I've always been looking for something like this with minimal VBA, if not none, as possible.

  • @russromine3028
    @russromine3028 6 лет назад +3

    I found this incredibly informative. Really great work!

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

    This is brilliant, picked up a lot of handy tips and tricks. There's a couple of comments mentioning the issue where the list is dynamically updating in the combobox, however the list rows are not. It shows the number of list rows based on the count at the time the name range is defined (in your video it's 9). Something that seems to be functioning for me: In VBA where the ComboBox1.DropDown was added when the combobox changes, add in an additional line to dynamically update the ListFillRange also. For your spreadsheet the code would be:
    ComboBox1.ListFillRange = "D2:D" & Application.CountIf(Worksheets("Searchable Drop Down").Range("D2:D88"), "?*")

  • @huzefa1991
    @huzefa1991 7 лет назад +4

    Masterpiece! Thanks for the share!

  • @kevinkirkwood2193
    @kevinkirkwood2193 5 лет назад +1

    Wonderful video. Thanks so much for sharing!! This is incredibly helpful for my application. You did a great job walking the user through the setup process step by step.

  • @joem112
    @joem112 7 лет назад +1

    Wow what a great video. I had a little trouble understanding the countif function use on the returned list of names to produce the dynamic range. So what i did was use the count function on the column that returned the numbers. It also works.

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

    Great tutorial! Very informative and easy to follow. I now know how to repeat this as well as explain the steps taken to get here. Thanks!!

  • @entertainmentgalaxy971
    @entertainmentgalaxy971 6 лет назад +2

    wow.brilliant. beautiful video. worth to watch every second of this video. GBU.. thanks for sharing

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

    *Brilliantly explained.I have learnt a lot from this youtube tutorial, thank you.*

  • @joshuamanampiu6489
    @joshuamanampiu6489 5 лет назад +2

    It has taken me about 3 days to finally figure this out! But it is amazing. Fantastic Job!

  • @andrewnesseth4978
    @andrewnesseth4978 5 лет назад +1

    SUPER well done, my man. great video.

  • @angelvinci84
    @angelvinci84 7 лет назад +1

    Very effective and effortless to the final users of an Excel File! Thank you!

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

    Amazing tutorial, thank you so much for sharing your knowledge.

  • @riiad
    @riiad 5 лет назад +1

    Wonderful ! I can't wait to use that. Thx mate !

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

    Thanks a lot, I did follow your instructions in the web you have given also use some other tutorials when I get struck, now it's working perfectly. Thanks again for your great support extended.

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

      Fantastic to hear. You are more than welcome Cyril.

  • @DarcyWhyte
    @DarcyWhyte 4 года назад +1

    Wow that's a very nice result. I'm gonna have to try that. I think I'd like to make one that works for a whole column.

  • @Robert8455
    @Robert8455 5 лет назад +1

    Very cool trick Mr. Computergaga! You rock man.

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

    You explained it in a super easy way! I followed it step by step and got the same result. Thanks a lot. It is so fun to work with Excel.

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

    looking for this type of search from very long time, very good trick and work

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

    Awesome! very useful and understandable, thanks mate!

  • @hlrowe53
    @hlrowe53 4 года назад +1

    Brilliant! Exactly what I needed.

  • @juju4U
    @juju4U 7 лет назад +1

    Very and clear and useful, Thank you sir!

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

    Dear Sir,
    it's simply fantastic ....and very worth to work with, your help in this regards is priceless ..love you so much.

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

    Just what i was looking for. Great

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

    You are a gem.. Wonderful explanation .. Thanks for this video.. Subscribed right away..

  • @cutlercj
    @cutlercj 6 лет назад +2

    Brilliant! A thousand thanks!

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

    Execellent class, I was able to execute every single step and make a wonderful and very intuitive Dashboard for my boss.

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

    Awesome tutorial, thank you so much for sharing....

  • @rajeshacharya1015
    @rajeshacharya1015 3 года назад

    Thanks a lot for the important formula explained in detailed format.

  • @AbuTalha-eo7pr
    @AbuTalha-eo7pr 4 года назад

    impeccable
    A big thank you to a great professional

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

    Wow! That was an awesome tutorial.

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

    Excellent presentation. Thanks

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

    Amazing video!! Thank you 🙏

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

      You're welcome. Thank you very much.

  • @farhadrad3087
    @farhadrad3087 4 года назад +1

    Thank you so much for the excellent video, I love it. I followed your instructions and my ComboBox works perfect; however, it pops up on other sheets within the workbook. I saw here in this page that some others have the same issue. Do you possibly have any solution for that?

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

    Awesome tutorial....thank you very much....

    • @Computergaga
      @Computergaga  4 года назад +1

      Welcome 😊 Thank you, Vivek.

  • @ahmedalsaati3408
    @ahmedalsaati3408 3 года назад

    Extremely helpful and excellent. Thanks.

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

    Great informative video thanks!

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

      You're welcome Craig, thank you.

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

    thank you so much for this crystal clear lesson

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

    This is just awesome, and awesomely useful, speechless, thank you.

  • @fatemaal-kheshin5440
    @fatemaal-kheshin5440 6 лет назад +1

    great job ,thank you

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

    thanks for the video!

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

    That was fantastic. Thank you. One small doubt , in case you want to reference the combo box in a formula and pull out some data in the sheet, say based on the value in the combobox , vlookup another column or something , what would be the cell reference i should give - G1?

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

    Excellent, thank you very much

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

    Very well explained sir. Thank you so much. Really helped a lot.

    • @Computergaga
      @Computergaga  4 года назад +1

      Great to hear. Thank you Balakrishnan.

  • @mangobrother
    @mangobrother 11 месяцев назад

    Thank you sir. Perfectly presented. Extremely helpful.

    • @Computergaga
      @Computergaga  11 месяцев назад

      You're very welcome! Thank you.

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

    It was so much informative and easy to understand. Thank you so much sir :-)

  • @manishbaps
    @manishbaps 7 лет назад +1

    excellent video..very useful

  • @jakesnake1452
    @jakesnake1452 6 лет назад +3

    Great video! Is there a way to create multiple drop down search boxes in one excel workbook page that are independent from each other but still pull from the same lists?

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

    Most beneficial tutorial. I like it very much.

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

    Thanks for such great explanation

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

    Very good tutorial, thank you.

  • @thusithaindunil
    @thusithaindunil 5 лет назад +1

    very useful, Thank you.

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

    Thanks for sharing this!!! This is how to explain the excel...

  • @ahmedshakebzubairi25
    @ahmedshakebzubairi25 3 года назад +1

    Another high-quality video. You are a champ.

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

    I don't have the Filter function so I used this! Another great Video!!

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

      Thank you Maximillian. If you have 365, you can convert to the monthly channel to get FILTER - bit.ly/2G8qHhx

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

    Wow this was amazing

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

      Thank you Rajesh. Glad you enjoyed it.

  • @tekylyfasharing9995
    @tekylyfasharing9995 3 года назад

    Thanks so much for sharing , awesome and useful.

    • @Computergaga
      @Computergaga  3 года назад

      You're welcome. Thank you very much.

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

    One of the best tutorials... thank you

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

    Thank you so much sir....simple and easy way to understand hats off, i have designed some project using this video , it almost worked but at the end ,few multiple fields cannot be seen in drop down list... i'm using excel 2010 version...Thanks in advance

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

    Thank you... this is so well explained. :)

  • @mohamedmami2480
    @mohamedmami2480 7 лет назад +1

    Thanks a lot and that's really useful.

  • @MohAboAbdo
    @MohAboAbdo 5 лет назад +1

    Excellent vidéo, Thanks ... Thanks.

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

    Brilliant!!!

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

    Nice tutorial! Helped alot! How can i do to all lines in a column be searchable with combobox ?

  • @KHUTLUKHAN
    @KHUTLUKHAN 3 года назад

    Thank a lot for this usefull video this is actually best explanation about the searchable dropdownlist for excel, but i have a question if i have a duplicated results on my searhed dropdownlist what sould ı do?

  • @alexmoreno7275
    @alexmoreno7275 3 года назад

    Very very helpful. Thank you so much. God bless for sharing your gift to the world.

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

    Hi, this is very helpful! Is there any way to prevent the users text to remain in the combo box if it does not match anything in the list?

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

    Very clear explanation.👍

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

    great clip I have watched and I can try to do follow you.Thank you ^^

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

    Exelente formulacion me ha funcionado al primer intento, solo tengo una pregunta cuando hago una copia del libro la lista ya no me despliega hacia abajo y no se como resolverlo.

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

    Excellent video

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

    This is definitely awesome!
    One additional question, not sure if anyones asked...how could i use this but include multiple drop downs using the same list of data?

  • @paololouistolentino3325
    @paololouistolentino3325 7 лет назад +1

    thank you so much!!!

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

    Top Job Thx

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

    Excellent, thank you very much. What needs to change if I were to search and add multiple values in individual cells down. For example if you have 87 records in the list and I want to search 10 unique values 10 times and add them down in rows individually instead of only one value as you showed in the video.

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

    Great piece of info explained thanks.
    How would this work if my customers name list is on one sheet & the code on another ?
    I mean if i add 3 new customers to Column A how will the code on the other sheet update to allow these 3 new names ?
    Thanks

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

    Great video! Amazingly explained and especially liked the usage of Index, Match,Countif and Search functions. One challenge though which i am facing is that the length of the drop down box on my excel only shows four values max. Rest all is working but i dont know what i am missing. Thanks!

    • @balwek2
      @balwek2 3 года назад

      Yo May need to use the offset formula and count the lines down with "what the maximum number in column C" that will fix you up
      So go to formulas - name manager and do your changes
      It Should be like that according to this video you need to click the cell to input the address correctly
      =offset($D$2,,,max(C2:C88))

  • @pinlin28
    @pinlin28 3 года назад

    Thanks much! Super duper useful.. ☺️

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

    WOW, Sir, I have learned two new things in this video, that is "Perfect Searchable Dropdown List" & "Using a formula instead of "OFFSET" function". brilliant sir.

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

    One of the best ...Thx alot

  • @dikdikheryadi6176
    @dikdikheryadi6176 3 года назад

    thanks ...its very usefull

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

    Great !!

  • @jyotiranjanbadatya8811
    @jyotiranjanbadatya8811 7 лет назад +1

    thank u sir, i just so much excited to watch it NXT video. u r great.. I got my solution by watching Ur video.. thank u..

    • @Computergaga
      @Computergaga  7 лет назад +1

      Your welcome Jyotiranjan. Thanks for your comments.

  • @vazirahmed9949
    @vazirahmed9949 5 лет назад +1

    thank u very much sir

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

    thanks a lot. it helped me very much

  • @slikith9997
    @slikith9997 5 лет назад +1

    u r a extraordinary person
    and master mind

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

    This is a really great function, and it was just the function I was on the lookout for my VBA project, and I got olmost all of it to work, but for some reason I can olny click on the first searchresult in the combobox, for the combobox to write the value to the specified cell, all others return a empty value.
    I am pretty sure it has to do with the ComboBox in VBA, but is there anyway to get the combobox to return the value i clicked on?

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

    Wonderful!! Thank you so Much!!

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

      I tried to extend my range if i needed to add new data but it doesn't work

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

      Okay solved :) i forgot to update the formula in the named range under name manager

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

      Excellent work Zayd.

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

    Excellent, simplest way I've seen

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

    Hey Computergaga
    Great video, followed exactly as you described and it worked brilliantly for me. I want to create 3 of these combo boxes on a sheet (sheet 1) and have used separate sheets (sheets 2, e & 4) for the reference of each list as you demonstrate here. The problem I have is that every time I enter text in one of the comboboxes, all the boxes then show the same text! Each combo box has a different name and I even thought using a different linked cell might help but no😕. Help, please....
    Thanks for all your videos, really clear tutorials and paced well. I always watch your videos over anyone else 👍🏻

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

    Thank you