+ Reply to Thread
Results 1 to 4 of 4

XLOOKUP missing a bunch of data - I must be an idiot

  1. #1
    Registered User
    Join Date
    06-13-2021
    Location
    Sacramento CA
    MS-Off Ver
    365
    Posts
    23

    Angry XLOOKUP missing a bunch of data - I must be an idiot

    Spent about 3+ hours wrestling with this 'simple' lookup - I want it to pull all the matched codes on the "Draw From" tab, to the "Lookup" tab.
    Then I want to click on the count filter to show me, in descending order, the codes that have a quantity assigned (in this case, all codes have a quantity)

    Seems like a VERY SIMPLE formula - right?
    =XLOOKUP(A2,'Draw From'!$A$2:$A$51,'Draw From'!$B$2:$B$51,0,0,2)

    But as you can see, this formula only returning 2 of the 50 codes
    Is it a cell format issue?



    . o 0 ( I know it's something simple )
    Attached Files Attached Files

  2. #2
    Forum Expert wk9128's Avatar
    Join Date
    08-15-2020
    Location
    China Shanghai
    MS-Off Ver
    365 V2503 and WPS V2024(12.1.0.18543)
    Posts
    4,002

    Re: XLOOKUP missing a bunch of data - I must be an idiot

    If there is no 365 version XLOOKUP function , change the lower version method

    worksheet name : Lookup
    Cell B2 formula , Drag down

    HTML Code: 

  3. #3
    Forum Expert Sam Capricci's Avatar
    Join Date
    06-14-2012
    Location
    Palm Harbor, Florida
    MS-Off Ver
    16.96 for Mac MS 365
    Posts
    8,697

    Re: XLOOKUP missing a bunch of data - I must be an idiot

    or a vlookup will also work for you... =IFERROR(VLOOKUP(A2,'Draw From'!$A:$B,2,FALSE),"")
    Make contributors happy, click on the "* Add Reputation" as a way to say thank you.
    Sam Capricci

  4. #4
    Registered User
    Join Date
    06-13-2021
    Location
    Sacramento CA
    MS-Off Ver
    365
    Posts
    23

    Re: XLOOKUP missing a bunch of data - I must be an idiot

    Had to add a zero to the final "0" so I can sort it numerically, but that seems to work Thank you

    Still scratching my head as to why the XLOOKUP returned only 2 of the 50.... I don't think a formula should 'kinda' work

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] XLOOKUP when there are blanks in the data
    By Webbers in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-13-2021, 01:28 PM
  2. Looking Up a Value From a Bunch of Data
    By Howdoesitwork in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 02-17-2014, 05:23 AM
  3. Bunch of data to be copied and paste
    By gan_xl in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-12-2013, 07:49 AM
  4. First Initial Last Name from a cell with a bunch of data
    By ATLTEK in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-01-2012, 08:37 AM
  5. Excel 2008 : Import a whole bunch of data
    By washkow in forum Excel General
    Replies: 0
    Last Post: 01-25-2011, 04:59 PM
  6. Creating a list, from data in a bunch of different files
    By Sibrulotte in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 11-25-2009, 05:22 PM
  7. Help with Sorting:combine and sort a bunch of data
    By surfengine in forum Excel General
    Replies: 1
    Last Post: 01-18-2007, 03:07 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1