+ Reply to Thread
Results 1 to 6 of 6

Look Up Errors

  1. #1
    Registered User
    Join Date
    10-07-2015
    Location
    MN, USA
    MS-Off Ver
    2007
    Posts
    2

    Look Up Errors

    Could you look at this excel sheet and see if you can what I am missing?

    Blue cells are NFL game scores

    Red cells are the list of Visiting teams, followed by the list of Home teams
    The column “G” in red is an IF/THEN to find out if that team won or lost.
    All of that is working like expected

    Then Column A & B is where I am having trouble.

    “A” is a list of all NFL teams in alphabetical order
    “B” I want to be a look up field, Look in “A” find the match in “F20-F45” give me the value of “G”.

    It works for some teams and not others. It has value for team that are not in the look up list because they are off.

    Any ideas?

    Col “C” is if they are home or visiting I thought that had something to do with it
    Col “D” is the correct value that should be in ”B”

    Book3.xls

  2. #2
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2404
    Posts
    13,407

    Re: Look Up Errors

    Try this formula in column B
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    or
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    Last edited by FlameRetired; 10-15-2015 at 10:31 PM. Reason: additional formula
    Dave

  3. #3
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2404
    Posts
    13,407

    Re: Look Up Errors

    You could also use
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    The reason your first formula gave incorrect returns is because the form of LOOKUP you were using performs an approximate match.

    The VLOOKUP above would do the same thing if you were to change the last argument from 0 (or FALSE for exact match) to 1 (or TRUE for approximate match).

    The same holds true for the last argument in the MATCH function in this post.

  4. #4
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2404
    Posts
    13,407

    Re: Look Up Errors

    You could also use
    Formula: copy to clipboard
    Please Login or Register  to view this content.
    The reason your first formula gave incorrect returns is because the form of LOOKUP you were using performs an approximate match.

    The VLOOKUP above would do the same thing if you were to change the last argument from 0 (or FALSE for exact match) to 1 (or TRUE for approximate match).

    The same holds true for the last argument in the MATCH function in this post.

  5. #5
    Registered User
    Join Date
    10-07-2015
    Location
    MN, USA
    MS-Off Ver
    2007
    Posts
    2

    Re: Look Up Errors

    Thanks The VLookup worked as i needed thanks

  6. #6
    Forum Moderator
    Join Date
    01-21-2014
    Location
    St. Joseph, Illinois U.S.A.
    MS-Off Ver
    Office 365 v 2404
    Posts
    13,407

    Re: Look Up Errors

    You're welcome. It was my pleasure.

+ 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. Keep Getting #N/A errors
    By BillJo in forum Excel General
    Replies: 8
    Last Post: 03-16-2015, 07:21 PM
  2. Getting rid of #Value Errors
    By Zan03 in forum Excel General
    Replies: 3
    Last Post: 03-31-2010, 03:33 PM
  3. Sum with Errors
    By dgoodrid in forum Excel General
    Replies: 2
    Last Post: 09-12-2006, 10:02 PM
  4. [SOLVED] Excel Throwing Circular Errors When No Errors Exist
    By MDW in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-10-2006, 09:20 AM
  5. Any errors in this??
    By Frazer in forum Excel General
    Replies: 0
    Last Post: 08-19-2005, 04:05 PM
  6. [SOLVED] Any errors in this?
    By Frazer in forum Excel General
    Replies: 0
    Last Post: 08-19-2005, 04:05 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