How to automate VLOOKUP in Excel with VBA

Поделиться
HTML-код
  • Опубликовано: 8 июл 2023
  • #VBA #VLOOKUP #ExcelFormula
    Hello Friends,
    In this video, we have explained how to use VLOOKUP function in Excel using VBA. We have explained two methods with step-by-step VBA code.
    Download the practice file below link:
    www.pk-anexcelexpert.com/how-...
    Subscribe our new RUclips Channel:
    / @neotechnavigators
    Learn the more than 100 Excel formulas
    www.pk-anexcelexpert.com/form...
    Use of Symbols and Emojis in Excel Drop-down List and Excel Charts
    • Use of Symbols and Emo...
    Learn Step by Step Pivot table:
    www.pk-anexcelexpert.com/pivo...
    Download the Free Project Management Dashboard
    www.pk-anexcelexpert.com/exce...
    See our Power BI Dashboard videos:
    • Power BI Tutorial
    Learn and download our interactive Excel dashboards free of cost-
    • Excel Dashboards
    Download the Calendar Control in VBA from below link
    www.pk-anexcelexpert.com/full...
    Watch the Step-by-Step Tutorial for Project Plan (Gantt Chart) in Excel
    • Project Plan(Gantt Cha...
    Download our free Excel utility Tool and improve your productivity:
    www.pk-anexcelexpert.com/pks-...
    See our Excel Products:
    www.pk-anexcelexpert.com/prod...
    Visit to learn more:
    Chart and Visualizations: www.pk-anexcelexpert.com/cate...
    VBA Course: www.pk-anexcelexpert.com/vba/
    Download useful Templates: www.pk-anexcelexpert.com/cate...
    Dashboards: www.pk-anexcelexpert.com/exce...
    Watch the best info-graphics and dynamic charts from below link:
    • Dynamic Graphs
    Learn and free download best excel Dashboard template:
    • Excel Dashboards
    Learn Step by Step VBA:
    • VBA Tutorial
    Website:
    WWW.PK-AnExcelExpert.com
    Facebook:
    / pkanexcelexpert
    Telegram:
    t.me/joinchat/AAAAAE2OnviiEk5...
    Pinterest:
    / pkanexcelexpert
    LinkedIn:
    / pk-anexcelexpert
    Twitter:
    / priyendra_kumar
    Instagram:
    / pkanexcelexpert
    Visit our Amazon Store
    www.amazon.in/shop/pkanexcele...

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

  • @setyoufree2726
    @setyoufree2726 11 месяцев назад +1

    Excellent video.
    Straight to the point! Thanks

  • @NeangBona
    @NeangBona 11 месяцев назад +1

    this file vba explanation is very clear PK I really like it so much thank you

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

    Excelente ING. Por compartir saludos 🇲🇽👍

  • @rlpass.gaming9103
    @rlpass.gaming9103 Год назад +1

    Greeting from Cambodia. Thanks for the video.

  • @enemieskiller5537
    @enemieskiller5537 11 месяцев назад +1

    You always give good stuff to us Thanks bro❤

  • @temyraverdana6421
    @temyraverdana6421 11 месяцев назад +1

    A great tip. Thanks a lot

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

    Super interesting Video 📹 Thank you PK

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

    Excellent tutorial and very informative

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

    Thank u so much for your guidance...

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

    Very Helpful sir,

  • @susenDeshmukh-zt7so
    @susenDeshmukh-zt7so 11 месяцев назад +1

    👍👍

  • @alializadeh8195
    @alializadeh8195 11 месяцев назад +1

    Thanks

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

    Thanks Sir ji 🙏

  • @shashipothu264
    @shashipothu264 5 месяцев назад

    Can you explain why you have you used i column in vba or i means any example in vba

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

    Hi, how can I use this script with a loop function, to search through multiple and specific sheets. If it didn't find value in sheet 1 then it would continue through the sheets until it does find a match?

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

    I have consolidated multiple woksheets from different source to a single woksheet and using VBA code to perform vlookup and observed from the joining place wherever new data started from that row vlookup is not working. But while doing manual vlookup it's working.

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

    top

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

    Is it useful for vlookup for cels have two values

  • @ameeraliadcoopsabudhabi8923
    @ameeraliadcoopsabudhabi8923 2 месяца назад

    Can i get it copy of vba

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

    When I try to download practice file you ask me to disable Add Blocker. Please correct this problem so I can download if may, either forget me ... because the security for my pc is more impoertant than download a practice excel file.
    Thank you again.

  • @currentbulb9955
    @currentbulb9955 10 месяцев назад

    what if the table range is from another file?

  • @shibapaningrahi8749
    @shibapaningrahi8749 Год назад +2

    How to automate this vba so that it works without manually running it frequently

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

      You can assign it on a button Or you can schedule it to run

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

      @@PKAnExcelExpert sir I want do it fully automatic just like automatic filter vba code in which as soon as we enter data it got filter through vba without pressing any button

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

      You might be able to automate it by having it run in the sheet on opening, but that won't help much if you adjust the data on the sheet. Honestly, i am not sure who easy that would be to code in VBA. It's not difficult in visual basic studio to do that.

  • @user-tl5lw7rc3m
    @user-tl5lw7rc3m Год назад

    What is the code that makes this equation work automatically?

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

      Macros usually are what is used to do the automation, once you create it, or attach it to a icon/button.

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

      But using the for loop code structure lets the macro do a lot more of the work for you, as long as you structure it properly.

  • @TOMMYBT-bi5le
    @TOMMYBT-bi5le 11 месяцев назад +1

    Good job

  • @praveenbattu4142
    @praveenbattu4142 Месяц назад

    Bhai fill down nahi horaha hai

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

    Not that useful

  • @salman12basha
    @salman12basha 4 месяца назад

    Sir same method how to filter between 2 dates start date and end date