+ Reply to Thread
Results 1 to 2 of 2

Incorrect Grade results using VLOOKUP

  1. #1
    Registered User
    Join Date
    05-22-2018
    Location
    Virginia, United States
    MS-Off Ver
    2016
    Posts
    31

    Incorrect Grade results using VLOOKUP

    I want to evaluate a cell entry in the COG and match it with the content of the table in the Program of Study. The result is the GRADE that is in the 4th column in the corresponding row (in the Program of Study). The grade is be be placed beside the corresponding course in the COG.

    It seems to work when the cell entry being evaluated matches an entry in the first column of the Program of Study. It does not result in the correct GRADE consistently when the entry in the cell in COG is being compared with a "course substitution" (sub 1 or sub 2) in the 5th column in the Program of Study.

    I attempted to use the VLOOKUP function but it seems not to give accurate results consistently. See the COG Before and COG After tabs to observe the desired results.
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    30,982

    Re: Incorrect Grade results using VLOOKUP

    Rather more complex lookup to find results in possibly 1 of 3 columns:

    =INDEX('Program of Study'!$D$13:$D$100,IFERROR(MATCH($G44,'Program of Study'!$A$13:$A$100,0),IFERROR(MATCH($G44,'Program of Study'!$E$13:$E$100,0),MATCH($G44,'Program of Study'!$F$13:$F$100,0))))


    the above is for LIBS202

    Highlighted cells need to be changed for each cell containing subject

    see "Cog(Before)"
    Attached Files Attached Files
    Last edited by JohnTopley; 05-24-2018 at 01:54 AM.

+ 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. [SOLVED] If and OR function gives incorrect results
    By Karnik in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-05-2018, 04:21 AM
  2. [SOLVED] Incorrect results from sort
    By pongmeister in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-12-2016, 11:20 AM
  3. [SOLVED] Some incorrect results from a formula
    By spittingfire in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 08-09-2015, 08:25 PM
  4. [SOLVED] Incorrect results of UDF function
    By YasserKhalil in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 11-29-2014, 06:28 PM
  5. [SOLVED] Forumula Results Incorrect when data missing. Wanting to hide the incorrect formula.
    By firemedic6265 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 02-05-2014, 05:01 PM
  6. [SOLVED] VLOOKUP returning incorrect results
    By Jennsy in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-01-2012, 03:08 PM
  7. Input Box giving incorrect results
    By jamesryan in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 04-16-2009, 07:31 AM

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