Stop using VLOOKUP in Excel. Switch to INDEX MATCH

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

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

  • @prabalthakur1202
    @prabalthakur1202 Год назад +71

    Can you also make video on Xlookup!?

    • @ExcelLevelUp
      @ExcelLevelUp  Год назад +22

      Here you go: XLOOKUP is the solution 💰💰💰
      ruclips.net/video/8WOo28G7AOo/видео.html

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

      @@ExcelLevelUp Thanks

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

      Sheet 1, A column have a to z values, fetch/paste a to z each letter in each sheets at fixed cell. Example....
      Sheet2 D4 cell need letter a,
      Sheet3 D4 cell need letter b
      Sheet4 D4 cell need letter c
      Please teach me how to do????

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

      ​@@prabalthakur1202😢😊

    • @GmanMilli
      @GmanMilli 10 месяцев назад +1

      Ya I was thinking Xlookup seems to do this, but without the formula nesting and all the associated parenthesis. Perhaps there are cases where you'd need index match where Xlookup is inflexible though.

  • @joshw4843
    @joshw4843 Год назад +31

    This was SO MUCH BETTER than trying to make VLOOKUP work across multiple spreadsheets! THANK YOU! A year and a half later and this video is still helping! Ü

  • @KuroDensetsu
    @KuroDensetsu 2 года назад +23

    I watched your video for a good alternative to VLOOKUP, but your VLOOKUP explanation was so simple that I actually understood your example and just ended up using that! Thank you!

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

      Glad it helped you. I appreciate you watching and commenting.

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

      I did the same. Then I continued watching the video and switched to using INDEX MATCH haha.

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

      It didn't 'help that it took 5 minutes before he describes INDEX MATCH, or that he didn't show that INDEX MATCH is faster than VLOOKUP, or that his example always had exact matches, or that INDEX MATCH handles the #NA problem, or how to make it work if say the thing you want to lookup is a superset or subset of the match, or that VLOOKUP is ONE formula, but INDEX MATCH is two formulas.

  • @CozyCottageGoods
    @CozyCottageGoods 22 дня назад

    I'm building out a website and to bulk import my items I use a csv file. I was dreading having to pull data from one of the excel documents as I was going to have to use a vlookup. I wasted a whole day trying to get the vlookup to work.
    Today I was going to try again. I’m glad that I was procrastinating and opened up my RUclips page first. I'm not sure how your video got on my home page, but I'm glad it did.

    I didn't try the vlookup today. Instead, I opened your video, and I’m glad I did you saved me another day of not getting anything done. Your steps are very clear as you explain them and what you should expect to see happen as you complete each step. Even with the data being in two different workbooks. I was able to get the data on the first try with your steps. Thank you for such a great video.

  • @thinkleclt
    @thinkleclt Год назад +18

    Soooo, this is the age old battle.. I am (or was) team vlookup over IM. a big reason is, Index Match is tougher to learn and the formulas can get confusing... FAST. This is not so important with deveopers and analysis, but in many cases, I am building a model that will be passed to some not so technical people to manager.. In my experience the could grasp the vlookup concept easier.
    That being said, the critique is right one. V's biggest drawback is the lookup has to be in the left most column. It's true, but for me, I just made sure my data was structured that way to begin with (key on the left is good form anyway)..
    The thing is, neither one is wrong and it's fantastic to have both options.. At least it was until XLookup came along and sent both of them packing!!
    Good video thought ! really great examples and production.

    • @2005StangMan
      @2005StangMan 8 месяцев назад +1

      This is so important. There’s a ton of complicated formulas that you can include when creating the spreadsheet, but if your end users can’t figure out how to use it, then it’s not worth it to use.
      Also, you can now use the xlookup function to do this same thing but much easier.

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

      AGREED! Vlookup is easier to learn and understand. Seems like MATCH is many steps and therefore invites mistakes.

  • @WaRn00b85
    @WaRn00b85 Год назад +4

    What a life saver! I've been battling for hours with VLOOKUP (even though I'm doing it EXACTLY the same way I usually do it), and INDEX MATCH worked like a charm across two tables in different sheets! Excellent video, thank you kindly!

  • @celan4288
    @celan4288 Год назад +7

    This is a really good explanation of INDEX MATCH, which for some reason I just could never get. Just a tip, if you only need the values and won't need them to change after you're done with your lookup, highlight the row, ctl+C then paste the row back into your spreadsheet as values (right click + paste 1-2-3). That way your formulas don't break and it won't slow down your spreadsheet.

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

    Just few days ago, I searched youtube to find why my VLOOKUP formula returned #N/A. And the next one-or-two days, this video pop up in my YT Home. You mentioned the EXACT problem of VLOOKUP I had! which was the lookup value was not on the FIRST COLUMN of array! What's better, not only you gave me answer, but also a BETTER SOLUTION: The Index Match! I really thank you for this!
    some comments did mention to use XLOOKUP, but I'm using excel 2019, the formula isn't yet there. so Index Match is the perfect answer to my VLOOKUP problem!

  • @tabbycat6802
    @tabbycat6802 2 года назад +58

    If you have formulas that are 4, 5 or more lines long and have dozens of levels of parentheses... then ALWAYS use the shortest and most unnested variant. That's why I don't have any favourites, I use lookup, vlookup, xlookup and match/index as well without any dogmas.
    Tip: If your spreadsheets are too slow, it helps tremendously not to always process all 2^20 cells per column.

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

      I couldn't understand on your tip. Are you saying that slowing down spreadsheet is good. Or you prefer index match for less processing.

    • @tabbycat6802
      @tabbycat6802 2 года назад +12

      ​@@fahimaftab9486 Neither. The tip refers to the theory that VLOOKUP slows down the sheet. I suggested that first of all you should refrain from using whole columns instead of a limited range, because then the array becomes directly 1048576 rows long and THAT really slows down.

    • @montebont
      @montebont 2 года назад +4

      Regarding not to select whole columns to increase speed: that is not correct. Excel does not store empty cells because it uses "sparse arrays".
      Example: when you only fill cell A1 and A999 and leave cells A2:A998 blank Excel only stores (and processes) 2 cells.
      Speed is mainly determined by the number of non-blank cells in a range and the amount of memory Excel can use.
      If Excel had tot process empty cells and if we assume a 10^2 x 10^2 cell matrix Excel would have process 1.099.511.627.776 cells for every change.
      In that case "slow" would be the euphemism of the century ;-)
      HTH
      BTW: using the best tool in the box is very sound advice. Keep it as simple as possible but not simpler...

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

      @@montebont Excel does not store empty cells, that ist correct. But when the formula contain a complete column (like A:A) and when array processing ist active (always for O365) then this formula will process all the cells.

  • @B1897forzajuve
    @B1897forzajuve 2 года назад +5

    Guys upgrade to Office 365. The functions released for this version of Excel will make your life easier. I started using Office 365 just an year ago, and I learned a set of new functions (XLOOKUP, FILTER, SEQUENCE, SORT, SORTBY, XMATCH, UNIQUE, LET, LAMBDA) that can be used in combination with the old functions and make you 100 times more efficient. Also if you want to be efficient learn Power Query which is an Excel add-in.

  • @kelboynavarro7552
    @kelboynavarro7552 2 года назад +247

    I'd rather use xlookup than using the complex index match formula.

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

    I'm a convert! Really useful to follow along and then follow-pause as I applied to my scenario to first try using this. Thank you.

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

    Thanks, I've used Index/Match in the past, but never really understood what it is doing. Great explanation. I think that XLOOKUP, though, is a great replacement for Index/Match and V/HLOOKUP.

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

    Thanks so much for making this video. Really helped a lot. I was just about to start duplicating my data to make VLOOKUP work and thankfully came across your awesome video. Much appreciated.

  • @btbb3726
    @btbb3726 2 года назад +8

    INDEX MATCH formulas have been one of my go-to formulas for years. It can greatly improve productivity and even expand the range of one’s capabilities.

  • @romeop2345
    @romeop2345 2 года назад +3

    I use index match sometimes, but have been using xlookup since 2 years ago when it first got released

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

    This needs to be spread as a message of hope! Too long we have been suffering vlookup tyranny!

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

      We need more true believers like you.

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

    :) agree. If you don't have Excel MS 365 or Excel 2021, then INDEX&MATCH is great option

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

    Thank you for giving me such easy way to remove the need to organize the source data before moving to vlookup. I think I can now point the time before your tip and after it.

  • @kvast13
    @kvast13 2 года назад +16

    As some have stated, office 365 has Xlookup, which works great. However if you are sharing excel sheets with others who do not have office 365, the formula wont work. Just something to keep in mind :-)

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

      Good point. Thanks for watching.

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

      OUTSTANDING point, I share spreadsheets a fair amount & many students have Libreoffice or another shareware app that generally lags Excel in implementing new functions. So Xlookup is a few years away and shared spreadsheets using it will be broken for the recipient's. Xlookup mo bettah, just not universal.

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

      I use Index/Match for PRECISELY this reason. Yes Xlookup, Filter etc are "better" methods but I/M has greater compatibility on external documents.

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

    I have been struggling with VLookup between two 90K+ worksheets Index Match resolved the issue and runs in seconds Thank You

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

    Thank you for this I am trying to make an inventory excel book for work. This helped so much. I looked all over google and finally found. This was the answer that I needed.

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

      Great. Feedback like this is why I create videos. Thanks for watching.

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

    So as for your arguements for the format that it has to be in for it to work,
    I have used VLOOKUP([@[Column4]],CHOOSE({1,2,3,4},Table[Column1],Table[Column6]),2,FALSE) in order to go in reverse.
    I have also used Vlookup(A2,C2:D10,counta(C1:D1),false) in order to allow me to add more columns without having to change my vlookups.
    But, that being said, this is pretty great, because of the faster loading as I have over 1000 tables in my program with thousands of Vlookups and many filter() etc. So thank you for this, it has been very helpful. I subscribed because of this video. Looking forward to checking out more of your stuff.
    EDIT: Just an update, I just replaced 118,575 vlookups in my larger spreadsheet and it is loading much faster.

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

      Great advice about handling the column adds.

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

    you are my hero! vlookup never works like I want it to but this seems to do exactly what I want.

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

    Thank you for showing the F9 formula troubleshooter. That helped me solve an issue with a complex Xlookup function that had embedded Index and embedded Match within that. Turns out I just needed to change the type of Match! Could not have figured out the problem without F9.

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

    clear explanation!
    how about counting up everything in a row that meets a criteria, for a person in a list. so in English:..'look up "Mary" in a list and count every cell in the row adjacent to her name that is less than 7". 7 is hours and each column is a workday, so its counting how many days Mary was late.
    and the same thing for adding g up the hours she worked.

  •  Год назад +1

    You are a born video instructor. Your voice is engaging, your speed with the mouse is not too fast and not too slow, and your progression made sure I did not get lost. I am absolutely coming back to watch this again when I need another refresher. Subscribed!

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

    Omg. Thank you. I've been using vlookup my whole life and have to condition the table to be exact. This is really help me a lot

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

      Also check out my XLOOKUP video. If you're on the newer versions of Excel you may find that XLOOKUP is easier.

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

    Thanks very much. I have been using vlookup all this time but appreciate this video. I will switch now. Thanks once again.

  • @shamsularefeen2640
    @shamsularefeen2640 2 года назад +4

    I did in fact stop using the vlookup long time back and switched to index - match. Just love it. So powerful.

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

    Very valuable contribution! Many thanks.
    A quick aside: parentheSIS is the singular, parentheSES is the plural. You can't have a single parenthesee...

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

    Alternate for vlookup, but this makes also a key question for an interviewer, even we can achieve the task in many ways...

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

    I like the INDEX and MATCH functions, thank you sir

  • @april-michellevalmont2120
    @april-michellevalmont2120 8 месяцев назад

    Thank you so much much for this video. This example is extremely similar to what I need to do for work all the time in education. I was able to learn both v look up and index match here in about 10 minutes. 🎉

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

    OMG! Where have you been all my life!!! Thank you for this! Very helpful!!

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

    I use 2 lookup functions: LOOKUP and XLOOKUP. Haven't used I/M for at least 2 years. Sometimes I use FILTER(FILTER) for two-way. When I do need a match function I use XMATCH.

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

      Thanks for great advice that others should follow. I plan to look up XMATCH today.

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

      @@ExcelLevelUp LOOKUP is an often overlooked function. It is the oldest spreadsheet function but not obsolete. VLOOKUP has one clear advantage over LOOKUP: General case exact lookup. But LOOKUP is a bit easier to use than VL and can do "lookup left" which is a well known issue with VL. It serves most needs for approximate match or sorted exact match. Quick and easy set up. When VL was crested the only major gain was general exact match option but it sacrificed lookup to the left and has more required arguments. XL is by far the best option for exact match and for situations where its more robust arguments are needed. Also XL can be more easily used with match functions and can be wrapped in itself or combined with FILTER for more complex situations.

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

    Great help, couldn't figure it out with Vlookup, but this worked 100%

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

    Use vlookup many times a day. This video has changed my life for the better! Wow! Thanks!!!!

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

    No way!!! That’s crazy. I am a believer now. Thank you.

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

    @9:06
    Mines a bit more complex Index Match formula. Since I have a long spreadsheet, if nothing is inputted in Column B then it will display a blank instead of #N/A.
    =ARRAY_CONSTRAIN(ARRAYFORMULA(iferror(index(I:I,Match(B2,H:H,0)),"")), 1, 1)
    Keep up the great videos!

  • @sisasenkosimbambo95
    @sisasenkosimbambo95 2 года назад +3

    Ugh! How are you literally the most exceptional human in the world?!?! This made my work so much easier!

  • @christianrodriguez1527
    @christianrodriguez1527 2 года назад +8

    Vlookup is commonly use due to the easy and fast you can create it. But indeed, index and match are good combination to pull data like coordinates (x, y)

    • @halvarmc671
      @halvarmc671 2 года назад +3

      XLOOKUP is faster. It also doesn't care about position.

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

    Great video demonstrating a more flexible alternative to VLOOKUP() formulas.
    My personal preference is to use Power Query, which eliminates the use of formulas entirely.

  • @priyaroop
    @priyaroop 2 года назад +4

    Really helpful. VLOOKUP is indeed very useful but has its shortcomings as you mentioned. INDEX MATCH is easy to implement and understand.

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

    I was having a challenge with Lookup then I stumbled upon this rare gem.

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

    This is quite excellent. To expand, I really need index match to return the contents of an entire row. EG, I have exported out of Sage 50 our entire inventory to csv. I have also exported all item ID's sold in the past 2 years. I need to create a new sheet that contains all data from the inventory export for each item sold in the last two years so I can build a new company file with only that data in it.

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

    Very useful, it also eliminates me having to count columns and wasting time when I am using vlookup. Great video!

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

      @@rob-fb5xs care to elaborate? thanks

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

      @@rob-fb5xs yes that makes sense, the answer usually simple. I appreciate the response. Thanks again. 🙏🏾

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

    Thank you for sharing.. it helped me fix my issues in Excel

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

    this is so much better and well explained. thank you so much

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

    Thank you for this, struggling with vlookup on a project and this literally just saved it.

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

    Thank YOU! That worked well and the flat spot on my forehead is beginning to heal!!

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

    Thank you so so much for this video. You have helped me solve some issues I was having with the standard Vlookup formula. Really appreciate you… Much love! 😍🙏👍😁

  • @ContractorInsight
    @ContractorInsight 3 месяца назад

    Simple and well explained. Able to solve like a magic.

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

    thank you heap,s Ive recently taken on the task of learning python to do all the crunching simply becasue the spreadsheet was too slow due to a few thousands vlookup statements on 300 or so pages! I'll check this out now. cheers!

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

    All this time I have been using Index, Match differently. I would type and mouse click, =INDEX(F2:H4,MATCH(B2,F2:F4,0),2). Strangely, this is the way I was taught when extracting from databases!

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

    VLOOKUP - goes garbage.
    You did save my day, bloke!
    Thank You very much. This one was very helpful!

  • @michalsuchowolec3092
    @michalsuchowolec3092 2 года назад +54

    I'm surprised that no one mentions FILTER function in the whole VLookup vs Index + Match debate. It just feels so much more versatile and intuitive than the alternatives. If you want to use it as lookup, just filter down the column/table to a single cell that meets all criteria. Even if there are multiple matches, I feel like it's often better to use some aggregation function or let it spill rather than accepting the first match found.

    • @ciel_3089
      @ciel_3089 2 года назад +4

      i think filter is not available in older excel version tho. but it's quite powerful than lookup actually

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

      If you're saying FILTER function is better than VLOOKUP and INDEX formula, I think you're preparing menu chart for restaurant.

    • @HemanthSaikp
      @HemanthSaikp Год назад +7

      CTRL-F and filters are limited to data in just one sheet; they fetch results only from the sheet to which they're applied. VLOOKUP/Index Match
      on the other hand is used for operations across multiple sheets.

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

    You can also use named tables and you can call specific columns by name

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

    You can use as a second argument inside vlookup a set of arrays just using the {}, ergo, it doesn't matter the first column, ergo, one function for all.

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

    Thanks. Great presentation. I still get some N/A messages and the odd incorrect entry. But that's nothing to do with your brilliant presentation, I suspect it's some formatting problems. But I really like the approach you suggest. Thanks for posting. Really helpful.

  • @CarlosGarza-k7l
    @CarlosGarza-k7l 10 месяцев назад

    wow this is such a simple yet very smart strategy. Thanks!

  • @controlsgirl
    @controlsgirl 2 года назад +3

    great walkthrough. I love the way the video was organized and how you stepped through each part!

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

    Good explanation. It was really confusing in other channels. Wanted to master this . Thank you so much.

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

      Happy to help. Good luck with Excel

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

    Thank you so much for to this breakdown! I'll definitely be using these functions a lot more in the future : )

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

    Thank you! From a long-time vlookup user.

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

    I love indexing matching! My go to for nearly all my task

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

      If you're on a newer version of Excel, please check out XLOOKUP as well.

  • @christophermoreno1615
    @christophermoreno1615 3 месяца назад

    And just like that, Vlookup is toast! Thanks so much for this! 🙏🏽

  • @robertosmith1
    @robertosmith1 2 года назад +6

    Video might have been relevant 20 years ago. I always preferred index/match over vlookup.
    Someone should tell this guy about xlookup.

  • @gordonlamb6034
    @gordonlamb6034 2 года назад +67

    brilliant, well explained and super useful for the data I am working with

    • @ExcelLevelUp
      @ExcelLevelUp  2 года назад +5

      Happy to hear that it was of use for you. Thanks for watching and commenting.

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

      @@ExcelLevelUp xlookup is not available to all

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

    This also works in Google Sheets. Many thanks!

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

    Did I tell you how much time this saved me. I had to work with over a million records, 10 files of 100000 each, 4 times. Without this I would have died before completing my work. Thank you!

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

      Love to hear. Thanks for watching and commenting. Good luck with that much data.

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

    Thankyou for your input, i always vlookup at my work. But with this index match maybe can very easy. 💕

  • @oresource
    @oresource 3 месяца назад

    This is a game changer. Thank you so much!

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

    Excellent Expert Exhibition for Excel.

  • @Caba-Rojo
    @Caba-Rojo Год назад

    Have been using Index Match since 2015. By far works better than the lookups.

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

    Thankyou admin
    this formula useful for me and I will use it in my future projects

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

    very good approach to simply utilize it instead of 'vlookup' function

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

    I used Vlookup for all of one week when I first start working years ago. I like index match because in allows for more than one match criteria.

  • @GE-EduCARE
    @GE-EduCARE 2 года назад

    Thumbnail was so nice to see. I do have similar video in my page as well. But, demonstration is different. Yet, I don't know why i don't get comments.

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

    Saving this video for work on Monday.

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

    Really simplified index matching for me, thank you!!

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

    Great help. Been looking up excel features for much of this workday and this is one of the best things to simplify a ton of work.

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

    Thank you very much. I have given it a try in a file with a lot of rows (hundreds of thousands) and INDEX MATCH seems way quicker.

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

    Agreed this addresses a couple issues with vlookup - the column reference and the ordering of data issue. However, I don’t think you can say this is simpler! Also in terms of spreadsheets with the amount of data you reference, I would actually think excel overall shouldn’t be the tool you use - instead using sql would seem to be better

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

      I agree that lookup functions can eventually exceed Excel. I've run some multiple criteria XLOOKUPs recently that have shut down my laptop for several minutes.

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

    Awesome! No need to preconfigure data for VLOOKUP. Thanks

  • @ishaan198
    @ishaan198 2 года назад +16

    If someone is confused On how VLOOKUO works then MATCH INDEX will surely go above their head.
    And btw, if you have MS 365 then XLOOKUP is the formula you are looking for.

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

      Great point. I have a recent video about XLOOKUP as well, and have started to use XLOOKUP in my job.

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

    super useful for the data I am working with my report

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

    Huge!, never using Vlookup again, Great video!

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

    Very helpful explanation of how to use INDEX MATCH. However, the first 5½ minutes explains VLOOKUP which I’m not interested in. New users could start 5½ minutes in and get what they need. Hope this helps :)

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

    BRO, I wanna give you a big hug.

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

    Awesome! I absolutely loathe VLOOKUP always seemed counterintuitive - thanks for alternative!

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

    Very insightful guide. thanks alot!

  • @alastairhoffmann9079
    @alastairhoffmann9079 Год назад +5

    Index match is a wonderful function, which has been in excel since the 1990s. The critical thing about using this is the datatable you are reading from, which needs to be a clean table, pivot table etc with all the data you need in it. If you need to do a lot of lookups using index match for differing bits of data, it will slow your spreadsheet down so the more relevant data you can get into your original data, the better. One of the things I do to match up data from one table to another is to create a unique match in both tables from 2 parts of data using concatenate command (or "&"), as this removes duplicate references. One tip if you know you do not have data in the table you are looking up is to encapsulate the index match function within "iferror(.....,"")" which will return a blank cell (or zero if you use "0") instead of n/a.

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

      100% backed up!
      But I am not sure we are trained enough to match someone who can, somehow, reduced the latency from a VLookup to a composite formula like an Index Match or Index Match Match, which he states is even easier to comprehend, when it was harder to me! I think I might have skipped a few classes!!

  • @jeremylatayan1074
    @jeremylatayan1074 7 месяцев назад

    index match works well than vloookup. i'm battling for a week using vlookup although it finds some data in a rows but some rows it can't even find so i have to repeat the formula again and again. thanks bro!!!

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

    Awesome explanation. Heads up👍

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

    Just seen the video and I liked very much!

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

    Very helpful and timely (for me). Appreciate it .

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

    Excellent teacher. Thank you so much for your valuable lesson. Liked & definately subscribed. Looking forward to more

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

    thanks a lot dear, i had a lot of mistakes in VLOOKUP BUT THESE seem to be too accurate

  • @AliAttact
    @AliAttact 3 месяца назад

    THANKS BROTHERR
    I SO HAPPY TO LEARN HERE