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

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 ส.ค. 2024

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

  • @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 TH-cam.

  • @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) 🤗

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

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

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

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

  • @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)))))

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

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

  • @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🙏

  • @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.

  • @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.

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

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

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

    Xlookup is a gamechanger...

  • @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.

  • @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

  • @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)

  • @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.

  • @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 😅

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

    love the "attention guy" !

  • @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

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

    I loved the BOM reference!

  • @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

  • @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!!

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

      Glad you liked it, Wayne!

  • @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.

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

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

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

      Thank you for your support.

  • @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.

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

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

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

    Thanks

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

    That's awesome! Thank you Leila!

  • @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.

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

    So good material 🥰 I'm in love 🤓

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

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

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

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

  • @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.

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

    I love your teaching.....

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

    Excellent video! thank you Leila!

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

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

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

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

  • @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

  • @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

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

    That was exceedingly useful and well explained, thanks!

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

    Another great video lesson!

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

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

  • @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!

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

    Thank you for sharing this😊❤.

  • @glengalang9413
    @glengalang9413 3 วันที่ผ่านมา

    How do you dynamically get the row and column headers of a maximum value in a table?

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

    Thanks so much

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

    everyday, excellent for you

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

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

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

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

  • @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 :)

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

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

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

    Very well explained. Thanks.

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

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

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

    Thanks for the share.

  • @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.

  • @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)))))

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

    awsome
    thank you Leila

  • @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?

  • @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

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

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

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

    Thank you for recap old 🗝️🗝️

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

    Thank you!!!!

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

    Genius solution.

  • @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.

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

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

  • @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?

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

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

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

    I love your videos!!!!

  • @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

  • @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.

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

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

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

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

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

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

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

    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"

  • @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 👍

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

    why we use -1?

  • @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

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

    Can i use this for my karaoke song book?

  • @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.

  • @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.

  • @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?

  • @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.

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

    Yes

  • @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.

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

    Great Video!
    Anyone knows how to do the following?
    I have a vlookup function in A1. It brings up an IP Address of a certain place when a number is put into a different field. Each number has a different IP Address. How can I have it so that B1 shows the next IP increment. Example: A1 shows 55.55.55.55. I want B2 to show 55.55.55.56 automatically without programing. What formula can I use in that cell?

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

      1. Please use cell C1 as a helper cell.
      In cell C1, please write: =SUBSTITUTE($A$1,".","")+1
      2. In cell B1, please write: =LEFT(C1,LEN(C1)-6)&"."&MID(C1,LEN(C1)-5,2)&"."&MID(C1,LEN(C1)-3,2)&"."&RIGHT(C1,2)
      Hope this helps.

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

      @@ankursharma6157 I liked that answer, but IP Addreses actually get larger like so... NNN.NNN.NNN.NNN. I should have used this as an example. Can it be somehow implemented in your answer?

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

      @@ankursharma6157 Here is another example: 10.41.5.112 -> 10.41.5.113

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

      I am using 365

  • @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

  • @surendrakumar-sr7rs
    @surendrakumar-sr7rs 2 ปีที่แล้ว

    Good

  • @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

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

    Obrigado 🥰🥰🥰🥰🥰🥰🥰🥰🥰

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

    We have vlook up why need to use lookup

  • @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)

  • @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.

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

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