+ Reply to Thread
Results 1 to 10 of 10

Index Match Help

  1. #1
    Forum Contributor
    Join Date
    09-21-2014
    Location
    USA
    MS-Off Ver
    2010
    Posts
    449

    Index Match Help

    Hello All,

    See attached. Book2 (7).xlsx

    For some reason, I cannot get it to index/match the string of values in column B on the first tab with column C on the 2nd tab. It doesn't seem to like it when I have added a letter to the string. I need column R on the first sheet to return values on the second sheet.

    Example. Sheet 1. Site ID 3 has no issue returning values.

  2. #2
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Index Match Help

    If you add a letter to the string on Daily Pass - Fail Report it has to match exactly the string in the formula unless you use a wildcard match.

    An example of a wildcard match formula is:

    =MATCH("*"&"Permanent Acceptance"&"*",D2:D10,0)

    This will find Permanent Acceptance with anything before and after that string. This is what you will have to have if you want to be able add a letter as a prefix to the values in column D of Daily Pass - Fail Report worksheet.

    I think that this is what you are looking for for column R of Final Acceptance Tracker. Enter with Ctrl + Shift + Enter

    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Attached Files Attached Files
    Last edited by newdoverman; 06-08-2015 at 04:24 PM.
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

  3. #3
    Forum Contributor
    Join Date
    09-21-2014
    Location
    USA
    MS-Off Ver
    2010
    Posts
    449

    Re: Index Match Help

    Hey Newdoverman,

    OOPS . . I just saw your update!

    OLD POST BELOW

    I shouldn't have to use a wildcard because I've asked the formula to return an exact match but it is not complying as I have jacked something up and am about to go crazy!
    Last edited by morerockin; 06-08-2015 at 04:29 PM.

  4. #4
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Index Match Help

    See the updated post. I have used the wildcard and replaced the long IFERROR statement with "". You will see in the file that I enclosed that it does work and is much shorter than the original.

  5. #5
    Forum Contributor
    Join Date
    09-21-2014
    Location
    USA
    MS-Off Ver
    2010
    Posts
    449

    Re: Index Match Help

    Quote Originally Posted by newdoverman View Post
    See the updated post. I have used the wildcard and replaced the long IFERROR statement with "". You will see in the file that I enclosed that it does work and is much shorter than the original.
    Thanks Newdoverman!

    Row 2 in column R on the first sheet should be returning values as well. It isn't because it appears the formula is missing verbiage for: Permanent Checklist. Ideally, the formula would return data if column F on the 2nd sheet has "Permanent Acceptance" or "Permanent Checklist".

  6. #6
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Index Match Help

    You can change the formula to accept anything with Permanent in column D just by removing the word Acceptance...like this:
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Remember that this is an ARRAY FORMULA so enter with Ctrl + Shift + Enter

    You now know how to construct the wildcard so you can use that construction in the IFERROR section to include other criteria that you may want.
    Attached Files Attached Files

  7. #7
    Forum Contributor
    Join Date
    09-21-2014
    Location
    USA
    MS-Off Ver
    2010
    Posts
    449

    Re: Index Match Help

    So . . on my master spreadsheet with 10K row's the word "Acceptance" is used two different times (Permanent Acceptance and Permanent Acceptance TEMP) as is the word checklist (similar scenario's). I would like to have one formula to drag down column R that returns values ONLY if it see's "Permanent Acceptance" or "Permanent Checklist".

    Is this possible?

  8. #8
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Index Match Help

    If there are no other possibilities with the Permanent Acceptance and Permanent Checklist, this will work.

    Formula: copy to clipboard
    Please Login or Register  to view this content.

  9. #9
    Forum Contributor
    Join Date
    09-21-2014
    Location
    USA
    MS-Off Ver
    2010
    Posts
    449

    Re: Index Match Help

    It is still returning values for "Permanent Acceptance TEMP" on my master tracker. If the string doesn't contain ONLY "Permanent Acceptance", it should return blanks/#N/A.

    Can we set this to only return a value if it matches the specific string "Permanent Acceptance"?

  10. #10
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: Index Match Help

    This will return Permanent Acceptance and as well as Permanent Checklist and only those values if that is all that is in the cells in question. This was done by removing the wildcards.

    Formula: copy to clipboard
    Please Login or Register  to view this content.

+ 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. INDEX MATCH MATCH/OFFSET MATCH MATCH with named ranges
    By Andrew-Mark in forum Excel General
    Replies: 3
    Last Post: 02-27-2015, 10:56 PM
  2. Replies: 6
    Last Post: 04-30-2014, 02:42 AM
  3. Replies: 6
    Last Post: 11-08-2013, 10:29 PM
  4. Replies: 3
    Last Post: 05-02-2013, 01:31 AM
  5. Replies: 5
    Last Post: 02-29-2012, 08:51 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