Results 1 to 8 of 8

IFERROR, MATCH, INDEX functions to find differences of two sheets

Threaded View

  1. #2
    Valued Forum Contributor
    Join Date
    01-19-2012
    Location
    Barrington, IL
    MS-Off Ver
    Excel 2007/2010
    Posts
    1,211

    Re: IFERROR, MATCH, INDEX functions to find differences of two sheets

    The problem is you are using & signs incorrectly. What that translates to is:

    Using the highlighted row:


    =IFERROR(INDEX(BC!$B$2:$B$9480,MATCH(B8&C8,INDEX(BC!$C$2:$C$9480&BC!$D$2:$D$9480,0),0)),"Not Found")

    =IFERROR(INDEX(BC!$B$2:$B$9480,MATCH(D123-MMD-C4-EFA-C101_6-00001C04,INDEX(BC!$C$2:$C$9480&BC!$D$2:$D$9480,0),0)),"Not Found")

    That full string isn't found on BC anywhere

    I will edit this post with a solution in a moment, I just wanted to point that out first, maybe you can figure it out based on that before I do
    Last edited by Speshul; 09-29-2014 at 11:55 AM.
    You should hit F5, because chances are I've edited this post at least 5 times.
    Example of Array Formulas
    Quote Originally Posted by Jacc View Post
    Sorry, your description makes no sense. I just made some formula that looks interesting cause I had nothing else to do.
    Click the * below on any post that helped you.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Iferror, index & match
    By meh999 in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 07-26-2014, 08:43 AM
  2. Adding IFERROR to INDEX MATCH
    By brad999 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-06-2013, 04:18 AM
  3. VBA Index/Match/iferror/and comparision and update file through two different sheets
    By gaurangaero in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 11-28-2012, 11:33 AM
  4. Looking for better formula of iferror, index and match
    By DavidRoger in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-23-2012, 07:50 AM
  5. Using INDEX and MATCH to find data in 2 different sheets
    By RMF in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 02-01-2006, 09:10 AM

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