How to Use XLOOKUP in Google Sheets

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

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

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

    Excellent Explanation and demo, New to Google sheets, way better than working it out for myself from the help. Thanks,

  • @godzilloff
    @godzilloff 10 หลายเดือนก่อน +1

    Ben, thank you very much for the very useful content. A very necessary and timely video. Happy New Year!

    • @benlcollins
      @benlcollins  10 หลายเดือนก่อน +1

      You're welcome! Happy New Year to you too!

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

    Thank you!

  • @patricialee6265
    @patricialee6265 8 หลายเดือนก่อน +1

    Hi Ben, this is great, but could you show how to use this to lookup values in another Tab sheet within the Google Sheet? Thank you.

    • @SheetsNinja
      @SheetsNinja 5 หลายเดือนก่อน

      So you can use xlookup to reference another tab within the same sheet as follows:
      =xlookup(A1,Tab1!C:C,Tab1!D:D)
      Or you can refer to an entirely different spreadsheet by using importrange like this:
      =xlookup(A1,importrange("spreadsheet_url","Tab1!C:C"),importrange("spreadsheet_url","Tab1!D:D"))

  • @rb8058
    @rb8058 10 หลายเดือนก่อน +1

    Helpful, thank you! Can XLOOKUP incorporate what before would be an array formula/Vlookup

    • @benlcollins
      @benlcollins  10 หลายเดือนก่อน +1

      No, it still only accepts a single search key (e.g. E4) on its own. To use a range of search keys, you still have to wrap it with the ArrayFormula e.g. =ArrayFormula(XLOOKUP(E4:E6,A4:A13,C4:C13))

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

    Ben, how does the XLOOKUP function play with the ARRAYFORMULA function? And in terms of speed over large recordsets, would VLOOKUP be faster?

    • @benlcollins
      @benlcollins  10 หลายเดือนก่อน +2

      It works with array formulas. The XLOOKUP on its own only accepts a single search key (e.g. E4). To lookup a range, you have to wrap it with the ArrayFormula e.g. =ArrayFormula(XLOOKUP(E4:E6,A4:A13,C4:C13))
      Don't know how the speed compares to a VLOOKUP on big datasets, but that might be a topic for a future video.

  • @Clipsbykim2
    @Clipsbykim2 8 หลายเดือนก่อน

    thanks 12:40

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

    1:55 If you've ever created a Google sheet with more than 50,000 of rows you'll know why this feature is hilarious.

    • @benlcollins
      @benlcollins  10 หลายเดือนก่อน +1

      I live in hope that it'll get better for larger datasets! ;)