+ Reply to Thread
Results 1 to 4 of 4

How do I "Index match" values that begins with desired value

  1. #1
    Registered User
    Join Date
    04-16-2012
    Location
    Space
    MS-Off Ver
    Excel 2010
    Posts
    14

    How do I "Index match" values that begins with desired value

    Hi all,
    Is it possible to Index(Match) a number that begins with a desired value?

    I used "100*" in a formula to add all the numbers that begins with 100, but how do I do the same thing using index match?


    Thanks
    Attached Files Attached Files
    Last edited by AR-51; 03-22-2013 at 12:58 AM.

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,946

    Re: How do I "Index match" values that begins with desired value

    not sure if this is what you want, but give it a try....

    =INDEX($E$3:$H$11,MATCH(LEFT($A5,1)&"*",$E$3:$E$11,0),MATCH($B5,$E$3:$H$3,0))
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

  3. #3
    Registered User
    Join Date
    04-16-2012
    Location
    Space
    MS-Off Ver
    Excel 2010
    Posts
    14

    Re: How do I "Index match" values that begins with desired value

    Thank you very much, it worked perfectly.

    I made some modification to the excel file. The first file had some mistakes.

    Thanks,
    Last edited by AR-51; 03-22-2013 at 01:11 AM.

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,946

    Re: How do I "Index match" values that begins with desired value

    Happy to help and thanks for the feedback

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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