+ Reply to Thread
Results 1 to 4 of 4

Need Date in the Column with the Help of Index, with partial Match

  1. #1
    Registered User
    Join Date
    08-13-2014
    Location
    INDIA, PALGHAT
    MS-Off Ver
    Professional Plus 2019
    Posts
    61

    Need Date in the Column with the Help of Index, with partial Match

    Dear Friends,

    I facing some problem with Index and Partial Match.

    In my sheet, TXR - in the Column BE - need the proper date, match with
    Column K, from the Sheet PPP Column -O.

    Enclose the Sample sheet for your reference.
    Attached Files Attached Files

  2. #2
    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,023

    Re: Need Date in the Column with the Help of Index, with partial Match

    The RO numbers on PPP all consist of 4 digits, so:

    =IFERROR(INDEX(PPP!$E$12:$E$250,MATCH(RIGHT(K19,4)+0,PPP!$O$12:$O$250,0)),"")
    Attached Files Attached Files
    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

  3. #3
    Registered User
    Join Date
    08-13-2014
    Location
    INDIA, PALGHAT
    MS-Off Ver
    Professional Plus 2019
    Posts
    61

    Re: Need Date in the Column with the Help of Index, with partial Match

    Mr. Glenn, WoW ---Thanks,

    But in future after 9999 How can find 10111 ???

  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,023

    Re: Need Date in the Column with the Help of Index, with partial Match

    =IFERROR(INDEX(PPP!$E$12:$E$250,MATCH(K19,"RO21F"&TEXT(PPP!$O$12:$O$250,"000000"),0)),"")

    You seem to be using an older version of Excel than me. So, please refer to the attached file. If the formulae are enclosed within a pair of { }, these are array formulae.

    These are a little different from ordinary formulae in that they MUST be confirmed in the FIRST CELL ONLY by pressing CTRL+SHIFT+ENTER to activate the array, not just ENTER. After that, the array can be dragged down as normal, to cover the desired range.

    You will know the array is active when you see the curly brackets { } appear around the outside of your formula. If you do not use CTRL+SHIFT+ENTER you will (almost always) get an error message or an incorrect answer. Press F2 on that cell and try again.

    Don't type the curly brackets yourself - it won't work...

    You're welcome.



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

    It'd also be appreciated if you were to click the Add Reputation button at the foot of any of the posts of all members who helped you reach a solution.
    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. [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
  2. [SOLVED] SUMIF with partial date match in range column
    By rt2canoe in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 07-18-2019, 03:37 PM
  3. Index / match type problem, with partial string match
    By bkper087 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 01-05-2019, 02:42 AM
  4. [SOLVED] MATCH / INDEX partial text in a single column
    By millerjj22 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 04-26-2017, 09:57 AM
  5. [SOLVED] Index Match with Partial Match in Lookup Array
    By AliGW in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-22-2016, 03:13 PM
  6. Index array formula based on a partial date match
    By amygweber in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-04-2016, 02:25 PM
  7. Replies: 2
    Last Post: 09-27-2014, 04:34 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