XLOOKUP - Return Multiple Columns (Values) in Excel

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

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

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

    Excel Advanced VLOOKUPS ruclips.net/video/XOSfC22VxyA/видео.html
    Excel Advanced Formula Tricks ruclips.net/video/kf8vaA5Utt4/видео.html
    Excel Find Last Non-Blank Cell Value, Row or Column ruclips.net/video/sEev0esY-ik/видео.html

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

      how to make xlookup sort results in column?

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

      My problem the zero not change😢

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

    XLOOKUP is awesome. I learn something new in each of your videos. Using the CHOOSE function as well as returning custom values if not found was mind blowing for me.
    Great video. 2 Thumbs up.

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

    Excellent! Simple video with lot of information! 😊

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

    Nice, thanks! It was nice to see how to get any number of columns and they don't have to be side by side. Please always upload a Sample file so that we can practice with you.Thanks

  • @MohammedAli-bz6ij
    @MohammedAli-bz6ij 5 месяцев назад

    You have earned a new subscriber today.

  • @SaurabhMishra-g3o
    @SaurabhMishra-g3o Год назад +1

    Sir using xlookup for array it is returning #VALUE! error, while normal return for single column output but fails for multiple returns.. plz help

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

    Hello, nice video thank you, a question how do you search if the columns are not next to each other, VB the first product is in column B with 20 rows below it, the 2nd in column F the 3rd in J how do I proceed?

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

    Important - can we use two lookup values instead of one?

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

    Hello, why when i try this formula xlookup with choose, my result is spilling down not right ? I have microsoft 365.

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

    This is gold! Amazing!
    I’d love to see this for Google Sheets.

    • @20042004Zorro
      @20042004Zorro 2 года назад

      =Query() is what you're probably looking for

  • @arghyadutta9091
    @arghyadutta9091 2 месяца назад +1

    Awesome

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

    if my lookup value in three different column and i want to return from only one column how to use xlookup than ?

  • @strive2heal
    @strive2heal 17 дней назад

    when i try to do this with arrayformula, it would only return the 2nd column. is there any way I can work around this?

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

    Is there a way to leverage this function to return multiple matches? I have a file I need to search that has a different number of matches. To use your example - if Brand was in the item I was looking to match size and price against. Is that possible?

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

      No. Use FILTER function instead ruclips.net/video/_qEc8CEgUl4/видео.html

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

      Actually, this is probably what you need instead ruclips.net/video/q4kYG1RbTic/видео.html

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

      @@ExcelGoogleSheets Thanks! I'll check them out!

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

    Awesome tutorial, thanks a lot

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

    Maybe you can only select multiple columns on the paid version of excel? This isn't working on the online version. I get value error when i try this.

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

    I have tried to use this formula but my is getting to heavy to respond can you some other method

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

    superb

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

    I can't press F4 on my laptop , any idea how to fix ,because when I press it close all windows like an exit

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

    I tried it today. It works if your data is not in a table but if it is in a table then CHOOSE Function didn't work for me. Have you tried it with tables? Thanks

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

      Use HSTACK(Table[col1],Table[col2],Table[col3])

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

      @@ExcelGoogleSheets Thank you! I will try and let you know.

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

      @@ExcelGoogleSheets I tried it and here is the formula but it didn't work. =XLOOKUP([@Name], Table2[Name], HSTACK(Table2[Phone], Table2[ID], Table2[Company])) but thank you for the CHOOSE Formula that works perfectly with range but not with table.

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

      What error did you get with HSTACK?

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

      @@ExcelGoogleSheets It gave me an error #SPILL!. I had pasted my formula earlier. Looks like it didn't paste. =XLOOKUP([@Name], Table2[Name], HSTACK(Table2[Phone], Table2[ID], Table2[Company]))

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

    Very cool! Can you get a spilled array result from XLOOKUP, if you give it an array as the first argument? Then one cell would have everything!

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

    Thanks a lot 😊

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

    if we would like to change sequence of header in choose function by selecting data validation list, what do we need to change? Because you wrote hard code in Choose function ({1,2,3}) and it can’t be changed by selecting different options.

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

      Depends on your setup. Not exactly sure where you validation is and what it contains.

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

      @@ExcelGoogleSheets it contains your table header

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

      I'd suggest using INDEX->MATCH if you want to use headers. It will be much easier than XLOOKUP.

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

      Here is an example how ruclips.net/video/2T__Yyn_Bdw/видео.html

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

    I follow your directions exactly and receive #spill error even though there are duplicate lookup values

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

      I have the same problem. Did you figure it out?

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

    Hallo sir
    Can you please make video on this topic :
    How to setup page like A3 ,A4 and make pdf of a particular page
    Using app script &
    Also set-up margin and page break up
    using app script .
    Please help me 🙏
    In Google sheets only

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

    What if I want to remove the spaces that have a blank or 0 return?

  • @MAFA.ACADEMY
    @MAFA.ACADEMY 2 года назад

    Hi, please when I want to copy the result as value(D2:D10) the result in E2:E10) Disapears, please help

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

    Is there any XLOOKUP in Google sheet? If yes then plzz make a tutorial about that..

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

    why he's pressing f4? could someone explain it?

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

      Watch this ruclips.net/video/mTWh3VP6HPk/видео.html

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

    how to make xlookup sort results in column?

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

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

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

      I'm having the same problem. When I select only one column it's fine.

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

    Waiting for that formula on Google Spreadsheetq

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

    How can we print the names of the combined workbooks in your "ruclips.net/video/x2Cr9hi3MnY/видео.html" video in the first or last column? When too many books are combined, it cannot be understood which data is taken from which workbook. Thank you very much in advance for your help.

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

      Hi,
      I asked this question under your other video. Will you help or do you just read and pass the comments?
      I enjoy watching your videos and I look forward to your new videos. I hope you can help me with this.
      (I have 450 workbooks. I want to combine them and use them as database, but I need to print the workbook name in an empty column in the merged workbook. Otherwise, merging the workbooks does not make any sense. I hope you will write an answer that will solve my comment.)

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

      File object has getName() and getUrl() methods you can use to get the name or url of the spreadsheet.

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

      @@ExcelGoogleSheets
      Hi,
      First of all, thank you very much for your reply.
      I've watched your videos many times, but I couldn't quite understand how to do it. I would be very grateful if you could write more clearly what changes or additions I should make on which line.