+ Reply to Thread
Results 1 to 4 of 4

Xlookup Function

  1. #1
    Registered User
    Join Date
    02-23-2023
    Location
    Jeddha
    MS-Off Ver
    2016
    Posts
    5

    Question Xlookup Function

    How can we find the location from the amount paid and date

    Please Login or Register  to view this content.
    Last edited by 6StringJazzer; 02-27-2023 at 11:04 AM. Reason: Added code tags for data formatting

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,721

    Re: Xlookup Function

    Your data is clear but your question is not. We need an example of input and results.

    I assume the numbers are the "amount paid."

    No idea what "location" means in your question. Are A-B-C-D locations of some kind?

    XLOOKUP finds a value in one row or column, and returns the value in another row or column corresponding to what it found. I don't think that is what you are trying to do.

    Do you mean that you want to specify 07/03/2023 and 100, and return "C"?
    Jeff
    | | |·| |·| |·| |·| | |:| | |·| |·|
    Read the rules
    Use code tags to [code]enclose your code![/code]

  3. #3
    Registered User
    Join Date
    02-23-2023
    Location
    Jeddha
    MS-Off Ver
    2016
    Posts
    5

    Re: Xlookup Function

    Attachment 819432Attachment 819432.

    How can I find (A, B, C or D) based on table values dates and amount


    I have date and the amount (ie 07/03/2023 and 100- Can we find whether it is (A, B, C or D)Book5.xlsx
    Last edited by Finexbpo; 02-27-2023 at 11:23 AM.

  4. #4
    Forum Expert
    Join Date
    04-14-2009
    Location
    Taiwan
    MS-Off Ver
    Excel 2016,2019,O365
    Posts
    2,005

    Re: Xlookup Function

    N15
    =2023/3/7

    o15
    =100

    p15
    =iferror(index(9:9,match(o15,index($1:$100,match(n15,h:h,0),),0)),"")
    Attached Files Attached Files

+ 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. VBA function to almost replicate xlookup but return array
    By Authomas in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-05-2023, 05:17 PM
  2. XLOOKUP Function to Extract Data
    By andrewc in forum Excel General
    Replies: 7
    Last Post: 06-03-2022, 11:09 AM
  3. [SOLVED] Excel Android and XLOOKUP function
    By nicklockie in forum Excel General
    Replies: 15
    Last Post: 12-15-2021, 07:38 AM
  4. Do I use an INDEX/MATCH function or XLOOKUP for this example?
    By Majestic1976 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-13-2021, 08:57 AM
  5. xlookup function for time sheet
    By erlindafb in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-16-2021, 01:54 AM
  6. Can xlookup function be used in VBA?
    By jaryszek in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-22-2020, 02:20 AM
  7. Sum Function with Xlookup
    By sawaccouniting in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-07-2020, 10:10 PM

Tags for this Thread

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