VLOOKUP Hack #9: Partial Match

Поделиться
HTML-код
  • Опубликовано: 19 дек 2017
  • File Download: www.excel-university.com/yt_q...
    Learn Excel Fast:
    www.excel-university.com/yt
    Let's say we want VLOOKUP to match the lookup value "North Region" with "North Region Subtotal" stored in the lookup range. We started this series by looking at the 4th argument. We know it can be TRUE or FALSE. FALSE means exact match and TRUE means approximate match. So, what exactly is an approximate match? Well, as you may have guessed, we'll dig into that, and, hack the 1st argument to accomplish our true objective: a partial match.
    Subscribe to blog and view all posts:
    www.excel-university.com/blog/

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

  • @qwertytwerqy2440
    @qwertytwerqy2440 4 часа назад

    Thanks! Had trouble making this work figured it out a few minutes later. For some reason the numbers had to be on my second column while the text needs to be on the first column of the table, interchanging them breaks the formula. And yes, I'm also modifying what column value I need to return but I just couldn't do it the other way.

  • @amberswartz3876
    @amberswartz3876 14 дней назад

    Brilliant 🎉thank you so much for doings this video. How to write the wild card for contains when doing countif on a list of values is so time saving!

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

    Great technique Jeff, thanks for the examples 👍

  • @shiwei94
    @shiwei94 23 дня назад

    Thank you for the contribution Sir, You're a lifesaver!

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

    Didn't know I can use wildcard. Now I know. Thanks Jeff!

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

    Thank you for the video! I tried to use the contains option but it's not working. I've tried everything and can't seem to find a way to extract information from a cell using a table of keywords

  • @ginger.schooling
    @ginger.schooling 2 года назад +1

    LOVE IT! exactly what I was wondering about. Thank you!

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

      Yay ... glad it was helpful :)

  • @ishratchowdhury4938
    @ishratchowdhury4938 3 года назад +4

    what if its the other way around? what if the value in table is shorter?

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

    Found it finally. Thanks for this video Sir

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

    omg this is great! you saved me hours of work here

  • @chris-zu6sf
    @chris-zu6sf Год назад

    Can you make a video that will return a partial string such as 'Ft G Meade, MD' from a text string 'Fort George Meade, MD'? Both are sources from different tables. Both table values will be joined together.

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

    Subscription added. Thanks!

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

    Great video, especially the 'contains' part of the wildcard function, thanks Paul

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

      Thanks ... and glad it was helpful!

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

    thank you very much! , greetings from Mexico ✌🏻

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

    This is amazing, thank you so much, subscribed!

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

      Glad it was helpful :)

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

    Very nice video sir.
    But i have a problem while compiling result of std 11 ,
    1 student have written his surname first in Physics paper and same student written his surname lastly.
    So how to use vlookup in this situation.
    Pls guide me.
    Thanks in advance

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

    nice stuff dude, really help

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

    Simply Awesome. Thank you so much!!

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

      Glad it helped Arun ... thank you!

  • @sonnyuntung3418
    @sonnyuntung3418 25 дней назад

    thanks a bunch, saves me a lot of time

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

    What if I want to find 'region subtotal north' ?

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

    what if I have a first name and last name in one sheet and another sheet with first name father name and last name. how do I solve that?

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

    Thank you very much, it's helpful

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

    Is there a way to best match with vlookup if there are spelling errors, such as “north region” and “north regool”

  • @francesluo6324
    @francesluo6324 3 года назад +5

    Great video! What if "what you want to look up" contains a part of a different value from "where you want to look for it"? In your example, let's say, I want to look up a value called "North Region Amount" in B2? Thanks.

    • @VVeiQuek
      @VVeiQuek 6 месяцев назад

      This question looks so simple to be unanswered for 2 years. but only until drafting the explanation, I find that your question is quite ambiguous.
      1. Not just `~ Amount`, say the list also contains `~`, `~ Revenue`, `~ [Any word]` besides `~ Subtotal`, Excel would look up values the same alphabetically way, So, using the wildcard would return unexpected result. By then, running into error/warning is a blessing, than it generates the wrong value
      2. The video demonstrates the situation where the region (category) matters more than their homogenous attributes. In your case, if the type/nature of transaction matters more than the region, the lookup value would have been `"*" & "Amount"`.
      3. If the lookup table has both components being the variable, like `West Amount`, `West Subtotal`, `North Amount`, `West Subtotal` etc., there is no reason to look up by partial string match.

    • @VVeiQuek
      @VVeiQuek 6 месяцев назад

      Also, to the creator, I am so awed by this. I only learned about this trick today, more than a decade when I learned VLOOKUP lols.
      But like what the question reflects, the use is quite dependent on the lookup data.
      Also, also, shouldn't the lookup value be just `North` since `Region Subtotal` would be same throughout? haha
      Hope your sharing would reach more people soon.

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

    Hi it was so simple yet awesome hack...thanks man !!

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

      Thanks ... glad it was helpful :)

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

    What if there are numbers instead of a string? Will that still work ?

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

    Excellent!!

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

      Thank you :)

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

    Thanks Sir. Good information

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

    Simply awesome sir, thanks from Sri Lanka

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

    Can someone help: I need to swich (DATA AND PURPOSE). How can i Do it?

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

    What if we want in reverse order, that is we want north in D12 ROW

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

    Brilliant, worked for me, thanks.

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

      Glad it helped!

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

    Thank you much!

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

    Thank you!!

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

    Thank you!

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

    Great Hack. Thanks for sharing.

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

      Thanks ... glad it was helpful!

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

    Great 👍 thanks

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

    What if you want to get a total all of columns that contain "region"? I have hundred of rows of data that require me to extract sales #s of all row that contain X in Column A

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

      Rather than VLOOKUP, you may want to consider using SUMIFS. I do have a video about it here: ruclips.net/video/za5q0m9e98U/видео.html
      Skip ahead to about minute 12. Hope it helps!

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

    Thanks 👍

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

    Omg omg omg this is it you saved me!!!

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

    You are great.

  • @fda.r5628
    @fda.r5628 Месяц назад

    Thanks ❤❤❤❤

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

    This is Awesome.....

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

      Thank you!

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

    Finally my awnser!

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

      Yay ... glad it helped!

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

    Great video

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

      Thank you :)

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

    just THANK YOU

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

      Glad it was helpful :)

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

    Life saver

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

      Glad it helped :)

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

    thanks

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

      Welcome :)

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

    Thank u

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

      You are very welcome!

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

      Welcome :)

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

    🎉

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

    2:40

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

    I'm a P-ro now 😅👍