6 Incredible Excel INDEX/MATCH Lookup Examples - Workbook Included

Sdílet
Vložit
  • čas přidán 27. 02. 2018
  • Excel Courses: www.teachexcel.com/premium-co...
    Excel File: www.teachexcel.com/excel-tuto...
    Excel Forum: www.teachexcel.com/talk/micro...
    Examples start at the 6:40 minute mark.
    6 Detailed examples of how to make and use Index/Match Lookup formulas and functions in Excel. This includes the basics of each function and how to combine them in advanced ways in order to make robust and useful formulas that are more versatile and helpful and better than any Vlookup or Hlookup.
    You will learn about basic lookup formulas; lookup formulas with other functions nested inside of them; how to make horizontal lookups; how to make vertical lookups; how to make two-way lookups; and even how to combine a lookup with text manipulation functions in order to return only part of a result.
    Learn more at TeachExcel.com.

Komentáře • 104

  • @RollinShultz
    @RollinShultz Před 4 lety +9

    That is actually the best explanation of not only how, but why to use both types of functions to make a versatile search.

    • @TeachExcel
      @TeachExcel  Před 4 lety +1

      Thanks so much for your kind words)))

  • @mkmstillstackin
    @mkmstillstackin Před 5 lety +7

    This was really good, Thanks! I'd used Index/Max years ago but never this level. Thanks for the refresher and supercharger!

  • @big1975E
    @big1975E Před 5 lety +4

    Great video! I liked the formula to find the number after the dash in the part number. A shorter alternative formula would be to use the mid function. Mid( index(match()),search(“-“,index(match()))+1,99). Even though you just want one character putting 99 as the number of characters argument value means mid will find as many of the remaining characters as possible or 99 characters which ever comes first. This formula will work if the part numbers ever become more than one digit after the dash.

  • @FelPacs
    @FelPacs Před 2 lety +2

    I learned from this tutorial and i watched 3 times just to learn from this video because my work now requires more excell functions just to make my worksheet easy and faster..really thanks a lot from this tutorial..I will watch some of your video to learn more functions in excell. Have a great day ahead

  • @johnwatkins39
    @johnwatkins39 Před 6 lety +1

    As always, great videos! As I was watching it, i was thinking of other ways to use index and match functions.

    • @TeachExcel
      @TeachExcel  Před 6 lety

      I'm happy to have your thoughts and feedback on this! Maybe I can do a follow-up video to this one.

  • @gjmarsh8787
    @gjmarsh8787 Před 5 lety +1

    Professional & Informative!

  • @engelberthk
    @engelberthk Před 5 lety +1

    Excellent, thanks for your examples

  • @azzamabdullah3469
    @azzamabdullah3469 Před 5 lety +6

    you are a good teacher (Y)

  • @mahmoudhassan6627
    @mahmoudhassan6627 Před 3 lety +1

    Sir , You are already a Legend ..
    Thank you s much for this accurate and exact explanation

  • @NotSherine
    @NotSherine Před 6 lety

    Great , yes very helpful. Learnt something new with the last “monster “. Formulas, but great refresher

    • @TeachExcel
      @TeachExcel  Před 6 lety

      Glad I could teach you something new :)

  • @leoncarr920
    @leoncarr920 Před 4 lety +1

    Good stuff Bud...really good teaching style... ease to follow... Cheers

  • @xxczerxx
    @xxczerxx Před 2 lety +2

    You can do a completely random index match if you pop the formula into VBA. It's very useful if the data required moves every day (if from the web and transformed into Excel via Power Query) so you can't say to look in row x or column y.

  • @markwilson6500
    @markwilson6500 Před 5 lety +2

    What do you do if you have two tables with some different items on each and therefore match sometimes returns N/A when you compare the data. I want to find the N/A's and return the serial number and the customer name but the customer name is to the left of the serial number columns?

  • @tommyharris5817
    @tommyharris5817 Před 3 lety +2

    Great tutorial. Of course, Conditional Formatting makes a lot of these functions redundant.

  • @leoburnett9049
    @leoburnett9049 Před 3 lety

    This tutorial is great. Thank you!

  • @klfa
    @klfa Před 7 měsíci

    World best index match tuition. perfect!!

  • @keifer7813
    @keifer7813 Před 2 lety

    Best explanation I've seen on this topic. Thank you so much

  • @lemon-vk7wq
    @lemon-vk7wq Před 6 lety

    It is easy to understand. Thanks@):-

  • @GeethMilan
    @GeethMilan Před 4 lety

    Such a great lesson !!!

  • @kdumm7563
    @kdumm7563 Před 6 lety +4

    Excellent job. I NOW get how that works.

  • @mistycarter9396
    @mistycarter9396 Před 5 lety

    Very informative. Thanks

  • @Gledii
    @Gledii Před 5 lety +1

    Great video! thanks.
    what about getting a response of 2 or more data in the same line? (in your example, rank+sales+altpart2 to get the part 3. I know one could use concat but would be possibel with index match? I want to search for a value that need to be connected to 3 others In the same line.
    thanks

    • @TeachExcel
      @TeachExcel  Před 5 lety

      So just use the concat method, it's super easy to do and understand in the future when you look back at your formulas. Create a new column and concat the values and then hide that column and reference it in the lookup formulas, where you will concat the input values in the same format.

  • @johnkaggwa7903
    @johnkaggwa7903 Před 4 lety

    Thank you for the great tutorials

  • @banwarifageriaexcelclasses1447

    nicely explained ..thank you sir ,

  • @amandabrown9684
    @amandabrown9684 Před 10 měsíci

    God bless you
    Watched over 5 videos and yours was the best I tried it and it worked

  • @uvarajsiddhuraj3523
    @uvarajsiddhuraj3523 Před 5 lety +1

    Nice, clear and valuable..
    Thank you 👍😌🙏

  • @MrDadcard
    @MrDadcard Před 5 lety

    Could you use a find(-(index)(match formula and would it be simpler? I don't know

  • @rahulgujar2843
    @rahulgujar2843 Před rokem +1

    It's great to use Index and match function than vlpookup.Because it's easy to use and worked similar to volookup functions.

  • @pavannandula
    @pavannandula Před 5 lety +3

    This video is very nice & useful. I want to know about how to use INDEX function when the array is in 2 different columns. Can you provide some video

  • @2012daffyduck
    @2012daffyduck Před 3 lety

    Does index match work for extracting information from different sheets within the same workbook?

  • @azzamabdullah3469
    @azzamabdullah3469 Před 5 lety

    It can go left right up down
    all around!!
    hahaha nice video champ

  • @ashutoshshaw5432
    @ashutoshshaw5432 Před 4 lety

    Wonderful explaination 😊

  • @georgopoulosgeorge646
    @georgopoulosgeorge646 Před 6 lety

    very instructive, thanks!

    • @TeachExcel
      @TeachExcel  Před 6 lety +1

      Glad you liked it! Message me if you have any requests :)

  • @amoled5956
    @amoled5956 Před 4 lety

    Thank you. This is super easy to understand.

  • @diamondsandlipgloss
    @diamondsandlipgloss Před 4 lety

    thank you...i didn't get it initially but those last two examples are usable

  • @sanjaybucha9012
    @sanjaybucha9012 Před 4 lety

    Excellent Tutorial

  • @taghvaee
    @taghvaee Před 3 lety

    After a while I understand index and match

  • @KellysOnlineTechTips
    @KellysOnlineTechTips Před 4 lety

    Goede tutorial! Mooie inspiratie voor mijn kanaal!

  • @knowledgesharing4574
    @knowledgesharing4574 Před 5 lety

    Can i find out result in a same column. Like, I want to find out Xyz-9 of Xyz-11

    • @TeachExcel
      @TeachExcel  Před 5 lety

      I'm not quite sure what you mean, but you shouldn't search the column that your search formula is in unless you don't include the search formula. If you need more specific help, please upload a sample file on our forum and ask us: www.teachexcel.com/talk/microsoft-office?src=yt

  • @Entrepreneur-jx3ll
    @Entrepreneur-jx3ll Před 6 lety

    What would the index and match formula be for looking for the 1st, 2nd and 3rd largest sales, including duplicates, for corresponding Days Since Last Sale and the answer would be the Product #: Example -
    Product Sales Days Since Last Sale
    Product #1 58 10
    Product #2 65 22
    Product #3 47 10
    Product #4 65 15
    I need the formula to incorporate that Product #2 is the largest Sales (1st Place) and it has been 22 days since last sale and that Product #4 will appear as the 2nd Place for largest sales with 15 days since last sale. Can you help?

    • @TeachExcel
      @TeachExcel  Před 6 lety

      Yea that's not difficult at all but go ahead and ask this in our forum! www.teachexcel.com/talk/microsoft-office?src=yt

  • @alexrosen8762
    @alexrosen8762 Před 6 lety

    Awesome! Thanks a lot :-)

    • @TeachExcel
      @TeachExcel  Před 6 lety

      You're very welcome! :) And let me know what you think about the first part of the video where I explain in detail how to use the INDEX and MATCH functions; I was worried that I spent too much time talking about that.

    • @alexrosen8762
      @alexrosen8762 Před 6 lety

      TeachExcel I think it was a very good and useful tutorial. Maybe you should have a second part where it gets more advanced and use some real life exemples. Best regards/Alex

    • @TeachExcel
      @TeachExcel  Před 6 lety +1

      Thanks for the input! Sometimes I'm not sure how much time to spend on 'easy' topics so it's good to get some feedback.

  • @tacijjola
    @tacijjola Před rokem

    Thank you.

  • @sandeshacharya8221
    @sandeshacharya8221 Před 3 lety +1

    Understood perfectly with ur explanation

    • @TeachExcel
      @TeachExcel  Před 3 lety

      I'm very glad I could help! Thank you for your comment :)))

  • @beenay18
    @beenay18 Před 6 lety

    how to look up for a value which is greater than 3 but less than 15?

    • @TeachExcel
      @TeachExcel  Před 6 lety

      Hi, please ask questions like this in our forum: www.teachexcel.com/talk/microsoft-office?src=yt_comment

  • @hashifpa7259
    @hashifpa7259 Před 3 lety

    Excellent

  • @user-yj2ew9xw1g
    @user-yj2ew9xw1g Před 3 měsíci

    thanks a lot i it was very useful for me

  • @KHADIMHUSSAIN-wx1uf
    @KHADIMHUSSAIN-wx1uf Před 5 lety

    would be much better if included examples for a layman level

  • @bhuvaneswarisrinivasan1004

    I have raw data based on that i need to take report in column headers as name1, name 2 till name 10. In rows some cites names are there. Now how to take the report based on the INdex-Match formula

  • @marshallhosel1247
    @marshallhosel1247 Před 2 lety +1

    Helpful

  • @htayhtaywin2069
    @htayhtaywin2069 Před rokem

    Thanks

  • @e.o.8470
    @e.o.8470 Před 5 lety

    index+match formula is useful , but if the array is uncontinuously cells, shall the array how to be written ?

    • @TeachExcel
      @TeachExcel  Před 5 lety

      Depends on a lot, go ahead and upload a sample file to our forum, along with your question, and we'll see what we can do. www.teachexcel.com/talk/microsoft-office?src=yt

  • @WayneRigley
    @WayneRigley Před 4 lety

    OMG so lost, im 4 Hrs in to testing and 98 videos in on youtube and still no further ahead. lol im trying to help a guy at work that runs a lottery pool for checking numbers on the sheet. All im trying to do is highlight the numbers in the group on the left that match the 7 numbers in the winning row on the right. any help or direction ? thanks in advance

    • @merguvan
      @merguvan Před 4 lety

      How about using a vlookup formula in conditional formatting

  • @AllGroundsCoffee
    @AllGroundsCoffee Před 6 lety

    Will this Index Match function work if Part "asc-4" appear twice in the same data"?

    • @TeachExcel
      @TeachExcel  Před 6 lety

      It will work but, in it's current form, only return one result.

    • @readergirlmn
      @readergirlmn Před 5 lety

      Do you have a video that shows how to do that? If "asc-4" appears twice and I want the sum of the sales for both rows?

  • @TanvirMostofa
    @TanvirMostofa Před rokem

    I am facing some problems with the index match function (VBA macro excel)

  • @WenSaiPanther
    @WenSaiPanther Před 5 lety

    I haven’t seen anyone use INDEX/MATCH for dates to look up data. Do you have a tutorial for that?

    • @TeachExcel
      @TeachExcel  Před 5 lety

      I don't think so - I'll add it to the list of tutorials to-do.

  • @hp3kguy
    @hp3kguy Před 2 lety

    I have 2 worksheets both contain Credits (+) and Debits (-). I'm trying to find a way to reconcile these to worksheets by finding a credit that matches a debit. i've tried Index/match and it doesn't work. It has problems with the minus sign in the debit column.
    i.e
    wksheet 1 wksheet 2
    Cr DB Cr DB
    34.92 -34.92 (can't find a match because of the negative sign.
    Any solutions would be appreciated. I've spent too much time trying to create a formula; I'm back to manually comparing columns. Very time consuming.
    Thx
    El Bee

    • @adarateranroldan
      @adarateranroldan Před 2 lety

      Try using the absolute value, I believe the formula is ABS()

  • @sonjathomas3971
    @sonjathomas3971 Před 5 lety

    Who is teaching the tutorial? It's excellent. I think it Tim Wilson.

  • @Dreadnought422
    @Dreadnought422 Před rokem

    when i do what you say i get #ref

  • @IronMan_Daddy
    @IronMan_Daddy Před 4 lety

    This is a so fucking great video and thanks so much for sharing it. I really appreciate this. you have finally solved my fear about these two functions. you are the man mate!!!!!!

  • @natashak2125
    @natashak2125 Před 6 lety

    What about matching to a number, say 3(from Rank column) and returning the value from Alt Part 3 column, not for 3 but for 7. So this would be an offset Index Match Match.

    • @TeachExcel
      @TeachExcel  Před 6 lety

      Then just match for 7 instead of 3?! Otherwise, upload a sample file and question to our forum and you can get much more detailed help: www.teachexcel.com/talk/microsoft-office?src=yt

    • @natashak2125
      @natashak2125 Před 6 lety

      Hello! I have posted my question w/a link to the spreadsheet at TeachExcel.com. Thanks!

    • @TeachExcel
      @TeachExcel  Před 6 lety

      You're welcome. I replied there, please see the comment about Editing your question and uploading the file to the question.

    • @natashak2125
      @natashak2125 Před 6 lety

      Thank you, I have uploaded my file!

  • @jefrinj.k9924
    @jefrinj.k9924 Před 4 lety

    goodone

  • @sattarkhan123
    @sattarkhan123 Před 4 lety

    How to select a range of data for index match command on conditional basis. data is provided. please see if you can help.
    drive.google.com/file/d/1R9RK0WxyF8BHbsGA7Z3eLk0olpe7rgsg/view?usp=sharing

  • @katalina007az
    @katalina007az Před 4 lety

    As good as the tutorials are, the constant ad interruption breaks concentration.

  • @huseyinburakbaser9930
    @huseyinburakbaser9930 Před 6 lety

    g

  • @karthikkanigiri7549
    @karthikkanigiri7549 Před rokem

    Why the he'll every one apply formulas in the same sheet. Please apply this 6 different ways in different sheets or different excels

  • @richardmelville5534
    @richardmelville5534 Před 5 lety

    Sorry... the video is too blurry to understand

    • @TeachExcel
      @TeachExcel  Před 5 lety +1

      I think it has to do with the connection or video settings - I record all videos in HD. Try clicking the "gear" icon and putting the Quality setting on 720P

  • @WenSaiPanther
    @WenSaiPanther Před 5 lety +2

    The one thing about these tutorials that annoy me is that the lookups are always typed into the formula in their singular example, so I have to wait for the pragmatic at the end. Who looks up 1 thing only? It’s confusing because you show one result then go to the next example. One example, one result means NOTHING to me. And you never show any real-world examples. Showing a formula but not showing how to use it is like telling me table salt is Na-Cl and not saying that it makes food taste good.
    Teach as a user showing a user.

  • @ericerickson4876
    @ericerickson4876 Před 6 lety +1

    Poorly thought out tutorial.

    • @TeachExcel
      @TeachExcel  Před 6 lety +2

      What do you think I should do differently in the future?

  • @TanvirMostofa
    @TanvirMostofa Před rokem

    Dear sir,
    I am facing some problems with the index match function.
    But i can not explain.I want to share an excel file to describe . I need help. Please help me . If you want to help me, please send your mail address to share the file.

  • @FelPacs
    @FelPacs Před 2 lety

    I learned from this tutorial and i watched 3 times just to learn from this video because my work now requires more excell functions just to make my worksheet easy and faster..really thanks a lot from this tutorial..I will watch some of your video to learn more functions in excell. Have a great day ahead