Excel LOOKUP Function Only PROS Use (simple to complex examples)

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

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

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

    Grab the file I used in the video from here 👉 pages.xelplus.com/lookup-function-file

  • @dragonshadow1902
    @dragonshadow1902 2 года назад +80

    I learned something you probably wasnt expecting to teach. I never realized you could select part of the function in the formula bar and press f9 to get the true/false of the equation. I always used the step through process to determine the results.

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

      I'm very happy you found something new!

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

      I am happy to see u teaching in
      Such easy manner

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

      @@LeilaGharani Thank you so much for your work. I have another problem, help me fix excel vba autocomplete search from a combobox to search for numbers, date, currency data types not only the text format, your feedback will be highly appreciated, thank you in advance

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

      same here. I did not know you could do it. Is it introduced in a certain version of excel ?

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

      I did not know this either and it has changed my life 🤣🤣

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

    Such clever approaches to solving every stumbling block I've ever come across in Excel can be found on your channel. Plus all the problems I didn't even know I had.
    You're the best Excel Unicorn on RUclips.

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

    😭😭😭You make me fall in love with Excel everytime you post a new video. Thank you.

  • @JoseAntonioMorato
    @JoseAntonioMorato 2 года назад +32

    Dear Leila,
    The LOOKUP function allows the 'lookup_value' to also be a vector and not a single cell.
    To find the Bonus: =LOOKUP(B2:B5; G2:G6; H2:H6)
    To find ID =LOOKUP(A2:A5; M2:M11; K2:K11) 🤗

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

    Great video!!
    If the lookup vector is an array, values of last column of that array will be returned, so no need for 3rd argument.
    Spreadsheet "Lookup" cell C2 :
    =LOOKUP(B2:B5,G2:H6)
    Spreadsheet "Lookup Advanced" , single cell formula in C2:
    =LET(b,A2:A17,p,B2:B17,MAP(b,SEQUENCE(ROWS(b)),LAMBDA(x,i,LET(s,SEQUENCE(i),XLOOKUP(x-1,INDEX(b,s),INDEX(p,s),"-",,-1)))))

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

    Leila you are too good, had trouble with LOOKUP, but no other video explained that data needs to be sorted, also learned the F4🙏

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

    Nice to see old school LookUp getting some attention and love.

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

    Thank you very much Leila. On finding the LOOKUP function it seemed to be exactly what I wanted and couldn't get it to work. On watching this video, I could not believe that the list needed to be ordered. The Microsoft description of the function didn't mention that, but it was mentioned in small print towards the end of the help page.
    Watching this video saved me a lot of time on this useless function.

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

    You explained the logical part beautifully. The simplified lookup function in office 365.

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

    You did it again. You took an overlooked function and delivered a great result. Although th XLookup is better the thought behind the Lookup is far supperior.

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

    The SORTING part is the think that I was looking for. Thank you.

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

    The real fun happens when you nest multiple xlookup functions together. The most I have done so far is 3 nested together, and it works like a charm.
    The beginning of the formula looks like:
    =(XLOOKUP(XLOOKUP(XLOOKUP(...)
    The result from your first xlookup (the furthest to the right) serves as the reference value for the second and so on. This allows you to lookup a value in one table, search for the match in a second table, and then take those matches and search for a match in a third table.

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

    Thank you very much for this. I have been trying to write this formula for two days now and I keep getting the wrong result until now, I've learned that my list has to be sorted out in ascending order. thanks again.

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

    You’ve increased my confidence so much. I appreciate you and I hope all is well

  • @CesaR-nq5qq
    @CesaR-nq5qq 2 года назад +1

    I learned x lookup from you and makes my life easier.
    It's requires a lot of CPU processing power though (in large amount of cells).

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

      When your dealing with “larger than RAM” data you need to consider using a database to store your dat, or also using something like apache arrow which will efficiently split the files for your analysis. If your computer can’t handle it, it is gonna take forever to process and you’re CPU/GPU will hate you 😅

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

    Hello ! thanks for the explanations. My only use of LOOKUP until now was to find the last non blank value in a range with some blanks. If the non blanks values were numbers, I used =LOOKUP(9^9;$A$2:A3), if they were text =LOOKUP("ZZZZ";$A$2:A3)

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

    I would prefer to see the Bonus % being higher for the lower paid so that the resulting bonus amount is similar!!!
    Good explanation thank you.

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

      underperformance should be rewarded less than overperformance, so the example was on point

  • @j.ballsdeep420
    @j.ballsdeep420 2 года назад +1

    I wish more people would use tables to keep your data dynamic if you're adding to a table; it's a little tricky to learn how to reference but once you have it down it's actually easier

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

    Hi Leila great to see Lookup getting a bit limelight!
    I have used it to avoid a nested IF say where you convert a lookup value to an index number CHOOSE can use to turn on the formula to apply e.g.
    =CHOOSE(LOOKUP([@[Major Cost Type]],{"Beams","Piers","Slabs"},{1,2,3}),fx1,fx2,fx3)
    Its so simple to embed in a formula but you do have to have the list in alphabetical order I think from memory. Maybe IFS() is a better option now I haven't decided. But I like LOOKUP, it's simple and reads well in a formula.

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

    Thanks Leila. Very interesting, I almost never use this but it's good to know!

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

      I hardly use it myself 😉 My go to is XLOOKUP.

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

    I'm using Vlookup only, because too old for all these xlookups :) Recently began to use UNIQUE function - its amazing! :)

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

      I use the UNIQUE function all the time! The only thing I wish about UNIQUE is that it could calculate just as accurately across rows as it does down columns. So I just have the extra step of Copying and Pasting Special > and Checking the Transpose Box, but it isn’t that bad.

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

    Xlookup is a gamechanger...

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

    Your a queen, thank you for passing this information I kind of knew what I was doing but I just needed a extra bit of help the memory isn't perfect sadly lol

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

    Nice, Now I want to see it with Grouping of the levels, How can you make the grouping work?

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

    Hm... Thank you Leila!
    I'll try to apply this formula on my work! :)
    Cause before it i've used another one to check levels.

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

    Is it possible to explain in a video the difference between VLOOKUP (Excel) and Merge tables (Power BI) and 1 to many relationship in data model (Power BI) ? And when to use ?
    Pieter

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

    love the "attention guy" !

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

    I'm using xLookup anytime it's required as it avoids me to build queries. It's faster and makes the file much lighter.

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

    Awesome Leila! Thanks for the detailed demonstration and lookup tricks. Thumbs up!!

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

    I always look forward to seeing your Excel videos. Thank you so much.

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

    Salaam Khaneem Leila, could you please upload full class of excel. I want to lean from beginning please upload it. Tashakor!

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

    I loved the BOM reference!

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

    Brilliant video. So nice to revisit older functions
    Often people seem to be more interested in the newer and flashier when older are proven and often more appropriate.

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

    Please friend, can you make tutorials on how to get recent football form with the date, teams home and away, results from their last games played, thank you!

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

    Thank you for the BOM example. How would I also apply the% of each component depending on the parent?

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

    So good material 🥰 I'm in love 🤓

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

    Really well explained, using great examples!
    Loved this video Leila!
    And as always........ Looking great whilst doing it 🥳

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

    and there it goes, when you think you know xlookup and you are proven that there is so much more to learn :), thank you once again

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

    Great technique, I have been looking to build something exactly like this to a parent hierarchy problem 😀
    Thank U👍

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

    Waaaaaaay over my skill level ... 😵🥴🥴😵😵🥴🥴😵😵🥴🥴 ... but glad I stuck around to the 10-minute mark. Candidly, I don't think I have any situation to which this technique might apply ... but I will not discard it so quickly. Maybe I do, but do not realize it ... yet.
    As usual, thank you Leila ... for opening doors to other worlds ...

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

      Thanks for watching that long! Agree this function is not for everyone. I hardly use it myself. XLOOKUP is my go-to.

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

    That's awesome! Thank you Leila!

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

    Thanks

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

    Every time Iam trying to learn something from your videos..i end up staring at you and forget what you said..😳

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

    Excellent video! thank you Leila!

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

    Greatest Help to me...so much Thanks to you !

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

    everyday, excellent for you

  • @IS-L
    @IS-L 2 года назад

    I have not used a Vlookup for years. thanks as this has brought most of it back, for my next trick I have to apply this to the client and national data sets. Question for me now as there is so much data, how do we validate this?

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

    So today I was using the =POWER formula but couldn't solve the equation I was trying to solve, what would you recommend. The equation is 3^x + 4^y = 5^z xyz are integers and can't be the same number :)

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

    Thank you for sharing this😊❤.

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

    Another great video lesson!

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

    That was exceedingly useful and well explained, thanks!

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

    Hi there! I'm looking to compare two products list and their pricing. Which one of your videos do you recommend me watch?

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

    Thanks so much

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

    could u make an other of this solving in diffrent way.

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

    I never knew lookup function. Always used vlookup a lot.

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

    I love your teaching.....

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

    The use on Bom application Is very awsome, But for cost proposal if we want to find the cost for those element children (means for example one element on level 2 that have other sublevels 3 or 4 inside it) we find a mistake cause those other level 3-4 Will be exclude of level 2 if we simple try to perform the sumifs funtion we loose the cost for those other elements

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

    The XLOOKUP solution is better, but is there a way of doing it with a single formula?

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

      Spreadsheet "Lookup Advanced" , single cell formula in C2:
      =LET(b,A2:A17,p,B2:B17,MAP(b,SEQUENCE(ROWS(b)),LAMBDA(x,i,LET(s,SEQUENCE(i),XLOOKUP(x-1,INDEX(b,s),INDEX(p,s),"-",,-1)))))

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

    Thanks for the share.

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

    When sorting data, you do not have to select the data first, as long as it is a contiguous range. Excel knows that already. You could have simply used your right-click method, used the sort/filter dropdown from the Home Tab, or from the Data tab.

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

    Very well explained. Thanks.

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

    Hello Ms. Please tell me how to remove open password in excel .... Great help .... Open password is not the protection password

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

    LookUp is so interesting function which I'm searching most of time to understand its consept. So, thank you for you to make a well explanatory video.
    Besides, can we use nested sumproducy function in LookUp function to eleminate error values for good sorted range of array?

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

      Thanks Emre. Yes, you can mix and match functions but I'd personally go with XLOOKUP if you have that. It's neater and easier to manage.

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

      @@LeilaGharani I found it troublesome because when I use xlookup and when the data in lookup sheet is replaced the lookup colum will always be moving to few columns ahead so I had to go back to use vlookup for those scenario

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

    awsome
    thank you Leila

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

    Gorgeous and a very smart woman you are Leila ;) , thanks for all your great videos ;)

  • @TanveerTanveer-hz2zh
    @TanveerTanveer-hz2zh Год назад

    hy mam,
    in vlookup we can take results from multiple columns at the same time is that possible in xlookup?

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

    Great 👍

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

    Thank you!!!!

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

    I Exclusively Use Xlookup !! but I want to know how Xlookup can replace sumif fingers crossed.

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

    I love your videos!!!!

  • @ExcelPro.
    @ExcelPro. 2 года назад

    Thank you for recap old 🗝️🗝️

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

    Someone told me to use this technique for creating sub ledger from ledger. But this is so difficult to understand and apply. Im not sure I'll ever be able to use it

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

    it seems the lookup function will make life much easier rather than writing lots of "if" functions instead.

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

    Can I use xlookup to create bin location for my inventory?

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

    Sometimes I don't understand a thing, but I still watch because it's like watching a superhero do his thing...

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

    Genius solution.

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

    Hi can you help with a solution for drop down list were someone cannot paste on those cells
    If we lock the cells we won't be able to use the drop down as well so how to overcome this problem

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

    That is just amazing

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

    IndexMatch works much better. Lookup can't even do a proper ID to Name match function between two columns from a drop down or even not a drop down. Keeps screwing up the numbers. Even if I put dollar signs. IndexMatch does it perfectly.

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

    Omg.... Why have I not been using F9 stuff in the formula bar before??? The amount of headaches that would have saved me, lol

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

    Thank you for your interest in spreading the flag please help me understand which has been used using xlookup I understood how it was done but I need to know from you that the result appeared thanks

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

      Thanks for watching. You can download the file I used and check on your side. You'll find the link to the blog post in the description of the video.

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

      @@LeilaGharani Thank you for your attention and respectable reply, May God bless your age. I have a request at your presence. I am a cost accountant who needs a sheet of excel to monitor inventory using incoming pricing. First, it is spent first in stock because I have many codes and the inventory system has a limited period of time. I need equations to implement in my eccesiliate sheet, monitoring the incoming stock. First, it is possible, if you please, an email to send you an oxil sheet to apply the equation to it because seriously, you need your help in helping you. Dr. Lilly, thank you.

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

    The great explanation, I can't use Xlookup function because I am using Excel 2016. It can be solved using Lookup function

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

    Hello Leila,
    Is your courses available in French. Or are they translated to french. if not, where do you recommend to refer friends to watch excel content in french since my friend loved your courses alot but he is french educated

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

      Sorry, no French. But our courses have English caption. Maybe this helps.

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

    Funny: for several videos there are two words that sounded like one wore and that puzzled me, "press enter" I was only hearing this as "presenter"

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

    Anytime i want to learn something new it’s Leila to the rescue.

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

    Can i use this for my karaoke song book?

  • @surendrakumar-sr7rs
    @surendrakumar-sr7rs 2 года назад

    Good

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

    Dear Leila,
    May i ask for an advice?
    I create charts with thousands of rows and dozens of columns that are assembled from multiple files - sometimes it happens that single values need to be deleted, and finding it inside HUGE table is impossible .
    Is there a way to indicate data's row/column from a table by pointing to a point on a chart? to be exact, to highlight a cell from the data extracted from the plot.
    I have searched many ways, but unfortunately have not found a solution to this problem. The only information I was able to get was the coordinates of the point, but I want to highlight the exact row and column.

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

    Do you have a video to do lookups on tiered pricing by quantity? For example I have one item with 3 prices depending on the quantity. So it would first look at the item # and then the quantity 1000

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

      You might consider concatenating item numbers with a deliminator and the minimum qty. Then do a range lookup.
      Sumproduct would work nicely for a small dataset but there is too much overhead for thousands of rows..
      I've done tiered pricing in Access using the where clause to join tables. It worked very well.

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

    Instead of sorting the table so to find the correct ID, we can use LOOKUP(1;1/EXACT(A2;$M$2:$M$11);$K$2:$K$11)

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

    I've tried for years to figure out what the algorithm is that Excel is using when it returns funky answers when doing an approximate match AND when the lookup vector is NOT sorted in ascending order. Just curious, has anyone figured that out yet?

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

    why we use -1?

  • @MohamedSalah-S
    @MohamedSalah-S 2 года назад

    It's so above my level ,I didn't quite understand it 🥺

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

      It is a confusing function. If you need lookups, I'd go with XLOOKUP (if you have Office 365) or VLOOKUP for older versions.

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

    It's interesting that the arguments are described as VECTOR instead of RANGE. This is very accurate because vectors are ordered since they have a origin and direction.

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

    Funny, first thing I think of is that the lower the income the higher the percentage of bonus should be.......

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

    Obrigado 🥰🥰🥰🥰🥰🥰🥰🥰🥰

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

    Yes

  • @cool.danny0075
    @cool.danny0075 2 года назад

    Ur Awesome 😎

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

    Hello est'il possible de caluler l'heure comme ceci sur exel : ( 41:20:00) = 1j 17:20:00