Closed Thread
Results 1 to 2 of 2

Iferror + index/match + vlookup

  1. #1
    Registered User
    Join Date
    12-11-2012
    Location
    Reno, NV
    MS-Off Ver
    Office 365
    Posts
    15

    Question Iferror + index/match + vlookup

    Hello!

    Here's some background on this problem. I have one set of data that has the grade information for students from System A. Then, I have to upload the data into System B. System A and System B do not have the same names for the students (System A has nicknames, etc). So, I need a formula that will check System A's names against System B's names in multiple ways so as to return the correct grade for each student. I cobbled together a formula using IFERROR, INDEX/MATCH and VLOOKUP. Here it is:

    =IFERROR((INDEX(n101scores,MATCH(1,(n101first=m5)*(n101last=n5),0),3),VLOOKUP(N5,N101LastScore,2,FALSE)),VLOOKUP(M5,N101 Scores,3,FALSE))

    But of course, it's not working.

    Here's what I'm trying to accomplish with each sub formula:

    IFERROR: I need to return data without errors

    (INDEX(n101scores,MATCH(1,(n101first=m5)*(n101last=n5),0),3): Checks for the first and last names of each student in System B's data against System A's data and returns the grade from System A

    VLOOKUP(N5,N101LastScore,2,FALSE): If there's an error in the above formula, this would check only the last names in System A against the last names in System B and return the correct grade

    VLOOKUP(M5,N101Scores,3,FALSE): If there's still an error, this would check only the first names in System A against the first names in System B and return the correct grade

    Any help in getting this formula right would be much appreciated!

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,721

    Re: Iferror + index/match + vlookup

    This thread has been duplicated in Commercial Services.

    This is a duplicate post and as such does not comply with Rule 5 of our forum rules. This thread will now be closed, you may continue in your other thread.

    Thread Closed.
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

Closed Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Mod to current IFERROR INDEX MATCH Formula
    By hammer2 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 05-30-2016, 08:00 PM
  2. [SOLVED] IFERROR and IFBLANK within INDEX and MATCH
    By russwongg in forum Excel General
    Replies: 2
    Last Post: 08-21-2015, 11:52 AM
  3. [SOLVED] Sum used with index match and iferror
    By tlstevens in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 05-08-2015, 02:43 PM
  4. [SOLVED] Iferror, index & match
    By meh999 in forum Excel Formulas & Functions
    Replies: 12
    Last Post: 07-26-2014, 08:43 AM
  5. Index, Match, Iferror and lots of problems
    By Sherp in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 05-10-2014, 12:00 AM
  6. Adding IFERROR to INDEX MATCH
    By brad999 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 12-06-2013, 04:18 AM
  7. 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

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