ไม่สามารถเล่นวิดีโอนี้
ขออภัยในความไม่สะดวก

YOU WILL NEVER PERFORM VLOOKUP AGAIN.. WATCH TILL END…

แชร์
ฝัง
  • เผยแพร่เมื่อ 2 ก.ย. 2021
  • This video will teach you how to automate Vlookup in Excel with Python using the Openpyxl library. Increase your productivity by automating vlookup. Watch now and become a master of replacing Vlookup with Python automation using Openpyxl!

ความคิดเห็น • 53

  • @mukeshkumarmahto767
    @mukeshkumarmahto767 ปีที่แล้ว

    can we get the source code of this

    • @python-bits
      @python-bits  ปีที่แล้ว

      You can find code here. pastebin.com/NjpRepNd

  • @MrKevin440
    @MrKevin440 2 ปีที่แล้ว +1

    Your tutorials rock! Everything use works as you describe and I wonder if you teach as your profession. Subscribed, liked, and bell! Awesome!

  • @diegolorenzo8712
    @diegolorenzo8712 4 หลายเดือนก่อน

    would be super appreciated videos for pivots and indexmatch also!

  • @yiprio4030
    @yiprio4030 2 ปีที่แล้ว +2

    Thank you so much
    Your lesson is so good.

  • @kishorep3668
    @kishorep3668 2 ปีที่แล้ว +1

    Wonderful buddy , great video , I have been looking for such type of automation from 2018 but couldn't find, This one really helps 😀 , great job tons of thanks for the video .

  • @CBSE1902
    @CBSE1902 6 หลายเดือนก่อน +1

    Perfect, bhai if we have 120+ columns then do you think that firstly we need to count the columns in excel...it's not the right way to do in industry level

  • @nandhagopal8699
    @nandhagopal8699 2 ปีที่แล้ว

    Woww... really amazing.......I tried various area for 3 hrs ..not got what I want....but here...with only just this video I got it ..great...
    thanks a lot.....

  • @balrajswamy
    @balrajswamy 2 ปีที่แล้ว +1

    Very nice Presentation and more clear, Thanks a lot sir

  • @haribhaskar72
    @haribhaskar72 2 หลายเดือนก่อน

    Awesome 👍

  • @radhikamadhavakumar5167
    @radhikamadhavakumar5167 ปีที่แล้ว

    Being a new python learner, this was really helpful and great explanation.

  • @YazminAbat
    @YazminAbat 2 ปีที่แล้ว +2

    thanks for saving us from excel misery

  • @Frank-si2jd
    @Frank-si2jd ปีที่แล้ว

    Very nice tutorial and the way you go back and forward between the code and explaining what needs to be done in the sheet and what the code is doing in the Excel-sheet is incredible helpful. Is there a way, to automatically put rows in order of date?

    • @python-bits
      @python-bits  ปีที่แล้ว +1

      This may require some pre-processing but it's possible. I will add a short tutorial for this in next couple of days.

    • @Frank-si2jd
      @Frank-si2jd ปีที่แล้ว

      @@python-bits Thanks! Hope you can send me a short answer when you have it online. You are doing a wonderful job here and this is highly appreciated by us the viewers!

    • @python-bits
      @python-bits  ปีที่แล้ว +1

      Just added a new video on sorting. Check it out here: th-cam.com/video/Cn1TTQZ4Opg/w-d-xo.html

    • @Frank-si2jd
      @Frank-si2jd ปีที่แล้ว

      @@python-bits Hi Python Bits, thank you very much for your incredible fast response in creating this tutorial!! Well done!

  • @csn572
    @csn572 2 ปีที่แล้ว

    Thank you.. Can you do this using arrays for both the sheets (master sheet and daily sheet). Please share if you have an example.

  • @pranjalpadole164
    @pranjalpadole164 ปีที่แล้ว

    Thank you soo much, it's helps me in my projects ❤

  • @gsammy5115
    @gsammy5115 ปีที่แล้ว

    Thank you very much🤩

  • @z.r.777
    @z.r.777 2 ปีที่แล้ว +2

    Good good good.
    But I'll personally go with Pandas instead

  • @ggapsang
    @ggapsang ปีที่แล้ว

    Thank you so much. Very kind and great lecture.

  • @ayandakhumalo7189
    @ayandakhumalo7189 2 ปีที่แล้ว

    I love this.. Perfect
    Now can you make a video on Index/Match?

  • @royalwinautomatedsoftware2985
    @royalwinautomatedsoftware2985 2 ปีที่แล้ว

    Hai sir, ur video super. I learn so much ur channel. I have one doubt I'm using excel data python. Excel sheet cells I have created formula. Excel read data python program only copy formula not value. Please help me I need excel rows read values only. Please advise sir.

  • @georgecodeing7907
    @georgecodeing7907 2 ปีที่แล้ว +1

    thank u so much ......exactly what im looking for :)

  • @hunnicutbj3124
    @hunnicutbj3124 2 ปีที่แล้ว +1

    Thank you, helpt alot!

  • @hugogonzalez8242
    @hugogonzalez8242 2 ปีที่แล้ว +1

    Nice. Very helpful.

    • @python-bits
      @python-bits  2 ปีที่แล้ว

      Glad it was helpful!

  • @giogobronidze7788
    @giogobronidze7788 2 ปีที่แล้ว +1

    Thanks for the video.
    Could you please do the same thing but using pandas?

    • @thisisamitrathore
      @thisisamitrathore 2 ปีที่แล้ว

      pandas will remove all formatting and formulas of the file.

  • @sandeepgupta6526
    @sandeepgupta6526 7 หลายเดือนก่อน

    Thanks

  • @svstyle560
    @svstyle560 ปีที่แล้ว +1

    If there is multiple master excel data then how can i vlookup the data. Need your help on this.

    • @python-bits
      @python-bits  ปีที่แล้ว

      You will need to create multiple worksheet objects like we did for daily_sheet and master_sheet and iterate over each one of them and run a comparison.

  • @nikkikumari1701
    @nikkikumari1701 2 ปีที่แล้ว +1

    Thank you 😊

  • @lakshyagaran2514
    @lakshyagaran2514 2 ปีที่แล้ว

    Hey, I am able to vlookup..... but on my mastersheet only the values are getting printed, not along with the column names. Is there anything I should do, Please help !

  • @MainTeknoID
    @MainTeknoID ปีที่แล้ว

    thanks gan

  • @manndipp
    @manndipp ปีที่แล้ว

    Thanks a ton

  • @sandeepchavan1013
    @sandeepchavan1013 2 ปีที่แล้ว

    For heading is not printing in final shee

  • @dieglo90
    @dieglo90 ปีที่แล้ว

    Nice, but using pandas seens to be easier

  • @hritikmukati8621
    @hritikmukati8621 6 หลายเดือนก่อน

    this will not going to work for large data set.

  • @siddharthtiwari1335
    @siddharthtiwari1335 2 ปีที่แล้ว

    I am facing error in import openpyxl. Kindly suggest what shall I do.

    • @python-bits
      @python-bits  2 ปีที่แล้ว

      Make sure to install openpyxl package using 'pip install openpyxl' before importing it.

  • @NRAJ1966
    @NRAJ1966 2 ปีที่แล้ว +1

    please add code so as enable to copy and use

    • @python-bits
      @python-bits  2 ปีที่แล้ว

      Will start adding them. Thanks for the feedback!

  • @NRAJ1966
    @NRAJ1966 2 ปีที่แล้ว +1

    beutifuly explained but code not included with video

    • @python-bits
      @python-bits  2 ปีที่แล้ว

      Glad it was helpful!

  • @gustavohernandez7169
    @gustavohernandez7169 2 ปีที่แล้ว +1

    It works but if you use a 41k rows pfff!!!

    • @python-bits
      @python-bits  2 ปีที่แล้ว

      If you have a large file, you can store data in objects (or other data structure, probably list of dictionaries), perform your logic operation and then save that compared data into new excel file.

  • @yeshwanthrajapaladugula7991
    @yeshwanthrajapaladugula7991 2 ปีที่แล้ว

    using pandas is better

  • @kalininshaw1691
    @kalininshaw1691 10 หลายเดือนก่อน

    I don't know ur English