+ Reply to Thread
Results 1 to 6 of 6

Find the latest PO number from the same item with INDEX-MATCH & helper column.

  1. #1
    Registered User
    Join Date
    07-26-2023
    Location
    Singapore
    MS-Off Ver
    Office 365
    Posts
    2

    Question Find the latest PO number from the same item with INDEX-MATCH & helper column.

    Hi guys.

    Good day to you all.

    I am trying to index/match the latest PO from a dataset consisted of a few dozen stores & thousands of SKUs. I have a PO detail sheet and am using helper column to match with my SKU qty on-hand summary data set.
    Basically I lookup the store name & item number from the PO. But inside the list, there's multiple POs from the same sheet. So I wanted the summary to show the latest PO (ascending) either from the PO number itself or the date.

    Any suggestions?

    Screenshot 2023-07-26 140915.png
    Screenshot 2023-07-26 140835.png
    Attached Files Attached Files

  2. #2
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,916

    Re: Find the latest PO number from the same item with INDEX-MATCH & helper column.

    Welcome to the forum.

    In L2:

    =XLOOKUP(I2&B2,'PO source'!V:V,'PO source'!D:D,"",,-1)

    XLOOKUP allows you to search backwards through an array (-1 at the end).
    Attached Files Attached Files
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  3. #3
    Forum Expert shukla.ankur281190's Avatar
    Join Date
    05-17-2014
    Location
    Lucknow, India
    MS-Off Ver
    Office 365
    Posts
    3,937

    Re: Find the latest PO number from the same item with INDEX-MATCH & helper column.

    Yes you must use new function introduced in Excel 365 however if you are still looking your existing formula work try below one.

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    If I helped, Don't forget to add reputation (click on the little star ★ at bottom of this post)
    Don't forget to mark threads as "Solved" (Thread Tools->Mark thread as Solved)

  4. #4
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,055

    Re: Find the latest PO number from the same item with INDEX-MATCH & helper column.

    or:

    =IFNA(INDEX('PO source'!D:D,XMATCH(I2&B2,'PO source'!V:V,0,-1)),"")
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU.

    Temporary addition of accented to illustrate ongoing problem to the TT: L? fh?ile P?draig sona dhaoibh

  5. #5
    Registered User
    Join Date
    07-26-2023
    Location
    Singapore
    MS-Off Ver
    Office 365
    Posts
    2

    Re: Find the latest PO number from the same item with INDEX-MATCH & helper column.

    Fantastic recommendations guys. All method works.

  6. #6
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,916

    Re: Find the latest PO number from the same item with INDEX-MATCH & helper column.

    Glad to have helped.

    If that takes care of your original question, please choose Thread Tools from the menu link above and mark this thread as SOLVED.

    Also, if you have not already done so, you may not be aware that you can thank anyone who offered you help towards a solution for your issue by clicking the small star icon (* Add Reputation) located in the lower left corner of the post in which the help was given. By doing so you can add to the reputation(s) of all those who offered help.

+ 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] delete characters based on match part of item for helper column across sheets.
    By Ali-M in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 07-03-2023, 02:57 PM
  2. Index match gives wrong information or does not find item
    By rogrand in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-04-2022, 06:06 PM
  3. Index match match with helper column
    By rkrogh in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-15-2020, 03:10 AM
  4. Group/Sort Data using helper column (Index Match)
    By qwertyuiop123654 in forum Excel General
    Replies: 1
    Last Post: 03-30-2020, 11:07 PM
  5. [SOLVED] Find latest date with INDEX MATCH with multiple criteria & partial text
    By billrogers184 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-20-2019, 01:52 PM
  6. Need to get the latest date in a column for each item number
    By gosforth in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-12-2014, 09:42 AM
  7. Replies: 6
    Last Post: 11-08-2013, 10:29 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