XLOOKUP in Excel | Excel Tutorials for Beginners

Поділитися
Вставка
  • Опубліковано 3 лют 2025

КОМЕНТАРІ • 217

  • @dinosaur5009
    @dinosaur5009 3 роки тому +180

    Hi Alex! Been following your channel for nearly a year now and your videos helped me land a Junior Marketing Analyst role! It was from your videos where i learnt what skills i needed and how to showcase these skills through a portfolio. Just wanted to say a massive thank you :)

    • @AlexTheAnalyst
      @AlexTheAnalyst  3 роки тому +19

      That’s so great! Congratulations on the new job! Keep up the good work :)

    • @ermano5586
      @ermano5586 Рік тому +4

      Hey mate! How is it going?
      It was a year from your comment. Can you tell us anything that you met during this road, whatever this, problems, feedback or other stuff, please? It would be great for somenone who is non-stop watching this videos!

    • @dinosaur5009
      @dinosaur5009 Рік тому +75

      ​@@ermano5586 Hello, sure. 1 Year later I'm still working at the same place but I'm out of a Junior role now and working as a Marketing Analyst. When you first start it's initially a steep learning curve. These are the things I've learnt
      *Domain Knowledge is not required for an entry level role but it definitely helpful when conducting analysis. I found the more senior analysts at my company are able to look at the same data I was looking at but be able to get more insights out of it. I feel however this is mainly due to their experience as looking back a year from now I feel a lot more confident on what to look for compared to when I started. It's also best to ask look at and ask a lot of questions on other peoples analysis. This is the best way to increase your domain knowledge.
      *Don't feel the need to try and learn all the required technical skills at the same time. Before I entered this role I made it my goal to have exposure to all the possible technical skills I may need for a job. So i went out my way to learn the basics of Python, R, SQL,Excel,Powerbi and Tableau. Looking back that was a massive waste of time as my company only uses SQL & Excel mainly and were branching out to using Power BI. When I started, my role was just to do data pulls for the senior analysts which was an opportunity to get up to scratch on SQL. I invested alot my time into learning that skill and within a couple of months I became proficient enough to be able to do a variety of SQL related tasks. With this skill under my belt I was given additional opportunities to develop. I got moved to a team which did a lot of analysis which gave me the opportunity to focus a lot more of my time on Excel. With Excel and SQL under my belt now I'm now moving onto Python which Is something I always wanted to learn in depth. Point is in your only human so don't feel the need to get up to scratch in everything within a couple of months. Build up your technically offerings bit by bit. It's better to be an expert in a couple of technical skills than to have a basic understanding of all.
      *Be Resourceful when you are stuck. I've seen a couple of analysts join our company and were told they weren't a good fit after a couple of months. What I noticed was the people who were told to leave did not have good problem solving skills and didn't use their initiative in the slightest. When they were stuck they would just solely rely on other analysts for support. When you are stuck try to find ways to figure it our yourself first. For example when I was stuck why my SQL code was not working I would read the error messages and use it to figure out what the issue was. I would backtrack in the code to identify where the issues were stemming from. I would use resources on google when I couldn't figure it out and see if other people have had similar issues and how they resolved them. Point is showing initiative is a skill your manager wants to see and in general a good skill for an analyst. That doesn't mean never ask for help as asking questions is a great way to learn. It means have a good attempt yourself first.
      Hope this helps :)

    • @ebubeawachie
      @ebubeawachie Рік тому +14

      @@dinosaur5009I want to appreciate you so much for sharing this.
      So many times people are asked to update on a post they made and to share their progress and they don’t.
      You came here and left a treasure trove of very specific advise and anecdotes from the field. Thanks 🙏🏾

    • @kalisa.
      @kalisa. Рік тому +2

      Hey man,
      I'm a new student of data analyst, and wanted to know how your journey has been, have you seen growth in the field?, What's your salary, and what tips would you give a new person entering the field??.

  • @georgeashton5424
    @georgeashton5424 3 роки тому +35

    I’m soon to be starting my career as a data analyst for a marketing company in the new year and I wholeheartedly want to thank you for making these videos Alex. The information I’ve learnt from watching your channel has been invaluable during the interview process. Looking forward to the rest of the series and keep up the good work!

  • @frutonica.studio
    @frutonica.studio Рік тому +7

    This is my SUM XLOOKUP using string manipulation to get substrings from "February - March". Hope this helps some others with same question in the head.
    =SUM(XLOOKUP(LEFT(B6, FIND("-",B6)-1), H1:S1, H2:S2):XLOOKUP(RIGHT(B6,LEN(B6)-FIND("-",B6)),H1:S1,H2:S2))
    If "N/A" result, remember to check "February" if it has a space at the end.
    With basic programming background, to me, learning Excel nowdays is totally different from 20 years ago, LOL.
    Btw, thank you for videos, Alex.

    • @Lakshmepw
      @Lakshmepw 5 місяців тому

      ummmm substrings ? i didn't really understand... like there are no substrings , there are number values that are corresponding to lookup array right... so.. maybe u can explain with a little example...

    • @frutonica.studio
      @frutonica.studio 5 місяців тому +1

      @@Lakshmepw uhm, this is long ago, I take it a while to remember and re-watch video.
      Think as this:
      - You need to extract separated month text from “February-March” using LEFT for “February” and RIGHT for “March”.
      - Use separated month text to search in header row (H1:S1) to find the number values in row (H2:S2) (or other row depending on your choice).
      - Sum all the number values in lookup table between first number and second number.
      Honestly, after I seeing your comment, I’m a bit lost with my own comment as well. It’s because the “code” is too long and complex. In real life programming, we actually need to assign parts of code to variables and make the code overall readable and easy for maintenance or cooperation.
      For example:
      left_string = LEFT(…)
      right_string = …
      left_lookup = XLOOKUP(left_string,…)
      right_lookup = XLOOKUP(right_string,…)
      total = SUM(left_lookup:right_lookup)

  • @SigmaCollege-ov4oi
    @SigmaCollege-ov4oi 7 місяців тому +6

    00:01 XLOOKUP is a new feature in Excel that replaces VLOOKUP
    01:45 Using XLOOKUP in Excel for lookup and return values
    03:39 XLOOKUP allows for returning multiple outputs in Excel.
    05:47 XLOOKUP in Excel allows for exact match searching
    07:52 Using wild card characters in XLOOKUP for flexible searches
    09:45 XLOOKUP allows search modes like exact match and next larger value.
    11:48 XLOOKUP function in Excel can be used to search for specific values.
    13:52 Using XLOOKUP in Excel for searching specific values and adding them
    16:01 Using XLOOKUP to search for a value and return specific data
    17:53 XLOOKUP in Excel auto updates data from original array selection.

  • @sj1795
    @sj1795 Рік тому +4

    THANK YOU Alex! I've decided to write a gratitude comment in every one of your videos as an appreciation for everything you've done for all of us as well as offer feedback/thoughts on each video. I liked how you explained how the VLOOKUP function is used in Excel and the benefits of XLOOKUP/comparison to VLOOKUP. I can't believe all the time and energy you've put into this Bootcamp series. You are AWESOME!

    • @clovisstanford6515
      @clovisstanford6515 10 місяців тому

      excel not having suggestions of xlookup does that formula removed by excel.

    • @JackKuoChang
      @JackKuoChang 9 місяців тому

      @@clovisstanford6515 Excel only provides for users with 2021 excel or those who use Microsoft 365. Sad.

  • @harshilparmar4211
    @harshilparmar4211 2 роки тому +21

    Hey Alex,
    Hello from a former Microsoft intern! I really appreciate what you're doing and it would mean a lot to have a further deeper dive concepts in Excel for Data Analyst. Cheers!

    • @acycliccoder7455
      @acycliccoder7455 11 місяців тому

      Hey @harshilparmar4211.
      Could you please share how you got into Microsoft as an intern?
      Thank you.

  • @rociob702
    @rociob702 2 роки тому +10

    GREAT video, you have a way of teaching a subject that might be difficult to some and put it in the simplest ways for others and myself to learn. Thank you!

  • @the_joerne_supremacy
    @the_joerne_supremacy Рік тому +1

    Not sure if someone else commented on this, but when you copy/paste formulas, you have to be sure the various cells AND ranges are still the ones you want to use. Like when you had to change the A3 to an A4, when you were wanting to lookup Pam Beasley in the first example after you pasted the formula from the Toby Flenderson XLOOKUP. If you look at the lookup_array and return_array in the Pam Beasley formula, those ranges shifted down, and I suspect IRL you want to continue letting the lookup and return start from Row 2. This can be solved by using absolute signs ($) in the cell references, but that might be a separate tutorial. Great videos!

  • @monicabn3067
    @monicabn3067 11 місяців тому +2

    Hey Alex,
    Learning alot from your videos,
    Your simplicity is truly inspiring.❤

  • @yqhanliving
    @yqhanliving Рік тому

    I used to use vlookup a lot and this video about xlookup has helped me think better on my solutions. Thanks!

  • @YolandaEzeagwu
    @YolandaEzeagwu 2 роки тому +1

    Alex, this video is a TREASURE! Thank you so much

  • @nuriddintursunpulat327
    @nuriddintursunpulat327 Рік тому

    Now I get it after watching why there's extra address column on a sample I've downloaded where there isn't at the beginning of video :) Excellent tutorials, thank you shifu Alex!

  • @lawaltaofeekolumide9527
    @lawaltaofeekolumide9527 8 місяців тому

    Awesome . I had check out alot of data analysis courses on youtube but your teaching sytle is the best

  • @1689JeffChavez
    @1689JeffChavez Рік тому

    On my journey through the boot camp...
    Learning XLOOKUP makes me think of issues that I could have resolved easier before with data. Cool!

  • @rokibchi
    @rokibchi Рік тому

    Starting This playlist from today, hope I can complete it ASAP.
    Thanks Alex for this.

  • @ChikoriTak
    @ChikoriTak 8 місяців тому +1

    Thanks Alex for an amazing course!
    I have a little comment regarding the formula. I think "$" should be added for a fix range. For example, in tab "XLookUp", the range H2:H10 and P2:P10 should be fixed. Therefore, the formula should be =XLOOKUP(A3;$H$2:$H$10;$P$2:$P$10), and then it can be applied to other below cells.

    • @MousumiDeka-ip2lt
      @MousumiDeka-ip2lt 8 місяців тому

      In VLOOKUP did you try selecting column F to column O instead of column H to column O? I am getting an error

    • @AbigailWaturi
      @AbigailWaturi 3 місяці тому

      It's not working

  • @AkporHari
    @AkporHari 2 роки тому +1

    Still going through these. Great tutorial again.

  • @carlosvasco4103
    @carlosvasco4103 Рік тому +1

    Hey Alex, thanks for the content. Just a quick notice regarding the XLOOKUP formula in 13:11. I believe you should have locked the month's array to be precise and correct. Fortunately, it turned out right anyway :)

  • @suleimanibrahim9489
    @suleimanibrahim9489 26 днів тому

    Hi Alex I love your videos easy to understand and very engaging

  • @whynot2288
    @whynot2288 3 роки тому +12

    I wish I could just Ctrl C Ctrl V your knowledge straight into my brain.

  • @farazahmed1668
    @farazahmed1668 3 роки тому +3

    Thank you so much Mr. Alex for providing extremely useful content.

  • @gpguri7645
    @gpguri7645 2 роки тому

    Thank you Alex, I am continuously making progress by watching your videos!🙏

  • @andreyblanket9298
    @andreyblanket9298 Рік тому +6

    Hi Alex!
    There is a small issue in this video - when you drag the formula, the arrays go wrong. Though it doesn't affect the results in this particular video it might cause some problems in other situation.
    I really appreciate what you are doing!
    Wish you all the best!

    • @julierenee6668
      @julierenee6668 Рік тому +5

      You can stop it dragging the ranges down by entering $ in front of the numbers ie E2:E10 is written as E$2:E$10. The $ locks the position.

    • @julierenee6668
      @julierenee6668 Рік тому +4

      And if you're dragging across columns, the $ goes in front of the letter instead ie E2:P2 becomes $E2:$P2 & you can do both for good measure ie $E$2 etc

    • @MissMayRandomposts
      @MissMayRandomposts Рік тому +2

      ​@@julierenee6668 Thankssssss❣️❣️❣️❣️

    • @JR-xr4fc
      @JR-xr4fc Рік тому

      Was thinking the same. It's absolute vs relative cell referencing. Overly handy to know.

  • @justinnacu
    @justinnacu Рік тому

    The best teacher! the pacing is perfect even for beginners.

  • @islamessanhaji1425
    @islamessanhaji1425 Місяць тому

    it is important lock ranges (use F4) before generating the formula for the rows below

  • @AljIsHere128
    @AljIsHere128 2 роки тому

    Ok I appreciate the breakdown understanding between XLookup and VLookup and how a pain in the azz with the VLookup doing updates can be. Let me go also do another video of the differences to so I can better understand. Thank U for this helpful video!!

  • @Zaqhry
    @Zaqhry 3 роки тому +18

    Btw, will you be going over “Power Query” within this excel series?
    Also, thanks for the vids, they help a lot 👌🏽🔥

  • @db4313
    @db4313 3 роки тому +4

    Crystal clear teachings as always Alex! One question pops up: In case of using xlookup with multiple return values: is it possible to choose in which cells the values will return? By default it returns the values directly next to eachother. But let's say you want an empty cell between each return value...?

  • @MohammedAlabbani
    @MohammedAlabbani 9 місяців тому

    Legendary content sir, thanks alot, also loved the office reference with the names lol

  • @tobechukwuonyekwere
    @tobechukwuonyekwere Рік тому

    Thank you Alex for making these videos

  • @ammarbushara8198
    @ammarbushara8198 Рік тому

    Thank you man I did not understand vlookup from the google course ,but your explanation on point 👌🏽

  • @aghthu7553
    @aghthu7553 2 місяці тому

    I think we should use F4 or add dollar sign ($) to lock the range before double click to automate applying the function for below rows

  • @jayashukla4799
    @jayashukla4799 3 роки тому +1

    Hey Alex! How are you?
    Thanks a TON for these videos. I am trying to switch to data analyst and you are super helpful. Because of you, it seems doable🙂
    I have just this one doubt though, to become a data analyst do I need deep knowledge of the programming language as I am not very good at coding🙈

  • @polokomonama6526
    @polokomonama6526 Рік тому

    Thank you so much for your content Alex!

  • @hisokaamorou4211
    @hisokaamorou4211 2 роки тому +1

    Tons of thanks sir!

  • @bunrithsean7040
    @bunrithsean7040 21 день тому

    for Vlookup, we need to place the formula in every single cell in order to get more info from the row. thanks for it.

  • @jaberabedin5487
    @jaberabedin5487 2 роки тому +2

    Awesome stuff as usual Alex!
    One quick question: At 12:22, shouldn't the function be =XLOOKUP(B1,H1:S1,H2:S2) instead of =XLOOKUP(I1,H1:S1,H2:S2)? (I'm referring to the very first argument in the function - the lookup_value, being the February in cell B1 instead of cell I1 )

    • @Kavi-learn
      @Kavi-learn Рік тому

      the first argument represents the value we search by (here it is 'February') . Since February is in I1, =XLOOKUP(I1,H1:S1,H2:S2) it correct

  • @kby-64-b
    @kby-64-b Рік тому

    Brilliant tutorial

  • @dashrathpurohit5872
    @dashrathpurohit5872 2 роки тому

    Great fan of yours, just 1 advice - Could you please start sharing data dump in description for our practice?

  • @echodelta7680
    @echodelta7680 Рік тому +3

    I am doing exactly what you're doing at 04:57 in video, yet my Excel is giving me an error "A value used in the formula is of the wrong data type" when I hit ENTER after typing the formula. Please help.

    • @helliotvillarroel2307
      @helliotvillarroel2307 Рік тому

      Same here! :(

    • @echodelta7680
      @echodelta7680 Рік тому

      @@helliotvillarroel2307 ahh that's sad. Well i found Excel 2019 (& earlier) doesn't have XLOOKUP. So I switched to practicing in G-Sheets, then moved to Google Studio and did one small project of Studio+BigQuery

    • @mohamedesam5881
      @mohamedesam5881 27 днів тому

      provide what you have written bro

    • @echodelta7680
      @echodelta7680 25 днів тому

      ​@@mohamedesam5881 ah, sorry brother but i lost all those files & practice work as my laptop got stolen and I am without a device since 10 months. :(
      I only recall that I had written the exact same formula as the OP wrote at 04:57.

    • @dhruvgoel3635
      @dhruvgoel3635 11 днів тому

      @@mohamedesam5881 =XLOOKUP(A3,I2:I10,O2:P10)

  • @ganajoshuadanlami
    @ganajoshuadanlami 4 місяці тому

    Thank you alex ❤

  • @abdullahimaalim8345
    @abdullahimaalim8345 Рік тому

    Hi Alex, Thank you so much for your excel tutorials. I was practicing on this template and I noticed something. The lookup array and the returned array keeps on changing as we move down looking up for more value. We did not run into error(#na) in the video because the items are arranged well. At first I ran into trouble but then I remembered the F4 lock. Locked the lookup array and the returned array such that it does not run into an error by searching empty array.
    Just wanted to share how exciting the experience was!
    Thank you.

  • @chrissarong9070
    @chrissarong9070 Рік тому

    Thank you very much Alex!!

  • @danirladaniel7352
    @danirladaniel7352 3 роки тому

    My best Excel function 2021 ...

  • @F1shy1937
    @F1shy1937 Рік тому

    Thanks a lot Alex!

  • @gaoussoudoucoure4424
    @gaoussoudoucoure4424 4 місяці тому

    For those having error on the XLookUp Multiple Rows, someone here commented "add ( & ) sign between the two outputs you want like this (=XLOOKUP(A3,I2:I10,O2:O10&P2:P10) and press Ctrl+Shift+Enter at the end". That returned the date and email for me, but it put them both in the same cell instead of separate ones like in the video

  • @NixonBranch
    @NixonBranch Рік тому

    Thank you Alex, I am continuously making progress by watching your videos!. The best teacher! the pacing is perfect even for beginners..

  • @HimanshuPakhale-n3i
    @HimanshuPakhale-n3i 4 місяці тому

    its easy to understand..

  • @justinepaul9814
    @justinepaul9814 5 днів тому

    13:49 How about if months are not next to each other? Like I want to add up March and June?

  • @charbelberkachi9963
    @charbelberkachi9963 3 роки тому +4

    Hi Alex
    Hope you are well
    In a lot of videos, you talk about SAS.
    Can you please make a video explaining what is really SAS, and what is the right course for a data analyst.

    • @AlexTheAnalyst
      @AlexTheAnalyst  3 роки тому +3

      I definitely will do that 👍

    • @veronicab2096
      @veronicab2096 3 роки тому

      Yes, I’d love you to cover SAS in one of your videos, too. Thanks!

  • @liav4102
    @liav4102 3 роки тому +5

    I’ve almost entirely switched from index(match) to X lookup in most instances.

  • @faiza-e-mahmud4551
    @faiza-e-mahmud4551 2 роки тому +2

    Hey Alex! Hope you're doing great. I was hoping, could you please reupload the "Microsoft XLOOKUP Documentation" file link. The current one shows there's some technical glitch.

  • @mohammed-hananothman5558
    @mohammed-hananothman5558 5 місяців тому

    Great video Alex.
    I want to know what is the workaround if you want to return 2 or more values which match the search?

  • @krishnathanki999
    @krishnathanki999 5 місяців тому

    THANK YOU.

  • @Deekshi-ej8wc
    @Deekshi-ej8wc 9 місяців тому

    Thanks a ton Alex

  • @AlisaHof
    @AlisaHof 2 роки тому +3

    So is VLOOKUP obsolete now? Is there ever a reason to use it? Thanks for another helpful video!

  • @BijoyPantu
    @BijoyPantu 4 місяці тому

    Hello Sir, In every single time when you used drag for the next names to auto fill-up there is a single mistake. As you drags down the range array is also changing by 1 row. so after any random search at the second time if we search for the first person we will get error or the message "Nor found" as the range is now changed. And for that we need to fix the range and return array values so that it searches within the same exact column and do not misses any upward values. Am i Right? I'm a big fan of yours as what you did is awesome. Please reply if possible.

  • @metofz-kr6yl
    @metofz-kr6yl 2 роки тому

    well explained. thank you

  • @cookingdivastyle927
    @cookingdivastyle927 3 місяці тому

    I understand, I’m just unsure how is this feature used in the field?

  • @enisusilowati8549
    @enisusilowati8549 9 місяців тому +1

    Thanks for the video, but I have a question for the VLOOKUP part, why do I get #N/A result if I write the formula like this: =VLOOKUP(A5;E1:P10;12;FALSE). what's wrong with the table array range?

  • @viktoriaballa4622
    @viktoriaballa4622 Рік тому +1

    DAY-5, yeeey

  • @chhayachouhan7249
    @chhayachouhan7249 2 місяці тому

    At "10:22 second", for Match mode=1, why the output is 1/5/2000 when the next larger value to 1/1/2000 is 7/4/2000? (considering that the date is in dd/mm/yyyy format)

    • @mohamedesam5881
      @mohamedesam5881 27 днів тому

      the next here does not mean "NEXT IN ROW" it means in value
      it searches for all column

  • @sanikamhatre
    @sanikamhatre Рік тому +1

    Hey Alex, XLookup is showing errors. Please make a video for latest excel version.

  • @extrov1
    @extrov1 Рік тому

    Thanks a lot Alex, it was useful , but do i have to attend udemy course or it is enough?

  • @jush4299
    @jush4299 2 роки тому +2

    my xlookup when i press enter @3:40 it returns #name? kindly help

  • @AnastasiaFreeland
    @AnastasiaFreeland 8 місяців тому

    THANK YOU

  • @lolao4642
    @lolao4642 3 роки тому +1

    Hi Alex! Can you use the Xlookup by looking up the data from another sheet? Thanks.

  • @onomeebe
    @onomeebe Рік тому

    Thank you

  • @donatusvictor3500
    @donatusvictor3500 Рік тому +1

    Thank you Mr Alex for the tutorial, please my XLookUp for Multiple Rows is showing #VALUE! If i take my cursor to the cell it will display "A value used in the formula is kf the wrong data type". Please i need help.
    Thank you.

  • @gomojo1024
    @gomojo1024 Рік тому

    ohhh i love you thanks

  • @banamailat_BM
    @banamailat_BM 2 роки тому

    Hi Alex, Thank you for helpful videos. I learnt lots of things from your videos and still learning. Just ask a question: Cause I don't know if it's in front or behind , can i use " "*"&A5&"*" " statement for exact match?

  • @omakpokposefavour6131
    @omakpokposefavour6131 10 місяців тому +1

    Hi Alex
    Please i need a more deep dive into different lookup functions. Would you be kind enough to send me some Udemy courses you’d recommend that’ll really be beneficial to me?

  • @prasannalondhe2415
    @prasannalondhe2415 Рік тому +1

    hello alex, when im using xlookup for multiple rows its showing value error.
    how to resolve it any 1 or alex please tell me.
    Thank you

  • @devgothwal
    @devgothwal 3 роки тому

    can you make the video about your online presence and networking with peoples online

  • @Bilkisu_
    @Bilkisu_ Рік тому +3

    Hello, When I typed in the XLOOKUP formular I kept getting NAME? as a result. Please how do I solve this?

    • @PacklineSystems
      @PacklineSystems 3 місяці тому

      I would also like to know

    • @estheroyelere9900
      @estheroyelere9900 2 місяці тому

      @@PacklineSystems I have the same challenge also, please have you been able to overcome it? kindly put me through. thank you.

    • @KaijjaClare-kz9nu
      @KaijjaClare-kz9nu Місяць тому

      The excel version you’re using

  • @Storytimehouse22
    @Storytimehouse22 Рік тому

    Alex is it possible to do all this using my android phone or a laptop is a must?

  • @kathkeyyyk
    @kathkeyyyk 11 місяців тому

    hello i hope you could also make a vid for if and or not.

  • @beaut11
    @beaut11 2 роки тому +2

    Hi Alex,
    I'm having a challenge with "XLOOKUP Multiple Rows" . I've followed you step by step but I keep getting "#VALUE!" as my output. Please what do you think the issue might be? Thanks.

  • @helliotvillarroel2307
    @helliotvillarroel2307 Рік тому +3

    Hi guys! , When I choose multiple columns as the return array, I get "#Value!" Error. Can someone help me?

    • @cephtheobserver
      @cephtheobserver 4 місяці тому

      This might be a little late but i think the columns in his documents are not the same as the document we downloaded. E.g. The fullnames in his sheet are in column H while in the one i downloaded are in column I.

  • @ednaukaegbu5978
    @ednaukaegbu5978 Рік тому

    Hi Alex. I'm having difficulty downloading the Excel template for practice

  • @nasbidestroyerx
    @nasbidestroyerx 2 роки тому +2

    XLOOKUP is not working in Office Pro Plus 2019. I searched and Microsoft says it is available only in 365. I am unable to figure out what is the alternative for XLOOKUP in older versions of Excel. Thank you

  • @tutorialmicrosoftexcel-tt2dr

    thanks

  • @Sattya1412
    @Sattya1412 2 роки тому +1

    SIR WE NEED SOME XLOOKUP VIDEOS ON LOOKING VALUE FROM 2 DIFF SHEETS,WORKBOOK ALSO

  • @shankars8211
    @shankars8211 Рік тому

    Hi Alex.. your videos are really helpful. But unfortunately, i am unable to find the xlookup, filter and query functions in my excel which i guess is a 2019 version. could you please help me how to get those functions for practicing?

  • @theologosikonomou72
    @theologosikonomou72 3 роки тому

    Hi Alex thank you for your great videos. I would like to ask, is VBA useful for a data analyst?

  • @kayodeolanrewaju5459
    @kayodeolanrewaju5459 Рік тому +1

    i tried the xlookup with multiple rows and it gave me an error.
    that a value used in the formula is of a wrong datatype

  • @imadethiscuziwsbored
    @imadethiscuziwsbored 7 місяців тому

    Darn ill have to wait till i can get a newer version of excel cuz i guess 2019 doesnt have this function

  • @dataScineceEnthusiast
    @dataScineceEnthusiast Рік тому +1

    **Help**
    I got #value! Error when using xlookup multiple rows when the result range is o2:p10
    Also it doesn't work with "not found" with exact match

  • @olaniyidadasamuel2882
    @olaniyidadasamuel2882 3 роки тому

    @Alex I will want you to recommend me course I can buy to start my analyst career. Thanks

  • @Neet-ft3qp
    @Neet-ft3qp 4 місяці тому

    HII Alex do we not need VLOOKUP for Data Analysis?

  • @MadeForD
    @MadeForD Рік тому

    5:00 when i use this same exact formula, it doesnt work. it just says #N/A

    • @abdelrahmanmoslem1172
      @abdelrahmanmoslem1172 Рік тому +2

      add ( & ) sign between the two outputs you want like this (=XLOOKUP(A3,I2:I10,O2:O10&P2:P10) and press Ctrl+Shift+Enter at the end

  • @uchechukwumazi6512
    @uchechukwumazi6512 3 роки тому

    Please this is urgent. I am on a train5 path and transition into data analytics. I hav learnt sql, pivot tables, power query, power pivot, power Bi, numpy, pandas in python for Dataanalytics. I want to dive into advanced excel but materials are just too much. The whole mcode in powerquery etc. please I need help! Can you advice me on the only things I need to cover and that is important in advance excel. The only topics in advance excel that I will be needing as a data analyst .

  • @sametmutlu837
    @sametmutlu837 3 роки тому

    is it meaning than we dont need if anymore? felt like xlookup will make we will not need to use if maybe even ifs. What do you think?

    • @AlexTheAnalyst
      @AlexTheAnalyst  3 роки тому +1

      IFs are still really useful, xlookup wont replace them

  • @jaafarsadik2588
    @jaafarsadik2588 6 місяців тому +2

    My Excel don't have XLOOKUP it's just LOOKUP, when I try multiple rows and Exact match it doesn't work. What souled I do ????????

  • @penumalasreekanth-yl1dd
    @penumalasreekanth-yl1dd 8 місяців тому

    hai mr alex i have a doubt i am not able to use xlookup in my pc can you please tell me hoe to use it

  • @Neutrino-xw6jl
    @Neutrino-xw6jl 3 роки тому +1

    What do you use to record your videos?

  • @mitoali5151
    @mitoali5151 6 місяців тому

    I really can't understand that xlookup exact match for beasely and Meredith. Could someone explain it to me in a simple way please.

  • @seunajayi4046
    @seunajayi4046 26 днів тому

    Hello @Alex The Analyst my excel does not have the function of an XLOOKUP what do I do

  • @danielaseen3580
    @danielaseen3580 3 місяці тому

    D13 of my yt bootcamp

  • @sohailomeromer4554
    @sohailomeromer4554 2 роки тому +1

    sir i can't see any XLOOKUP option in my excel, so what should i use instead of this XlookUp.?