+ Reply to Thread
Results 1 to 3 of 3

INDEX & MATCH Function, IF

  1. #1
    Registered User
    Join Date
    12-13-2007
    Posts
    30

    INDEX & MATCH Function, IF

    I have two formulas that are not given me a correct return. Could you take a look and tell me what I did wrong?

    The first formula locates in column E
    =INDEX($M$3:$M$20,MATCH(E7,$N$3:$N$20,0))
    The second formula locates in column G
    =IF(F7>E7,"missed","")

    TIA
    Excellicious
    Attached Files Attached Files

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,885
    Hi Excellicious,

    I think the formula you're looking for in E7:E16 is:

    =INDEX($N$3:$N$20,MATCH(D7,$M$3:$M$20,0))

    This matches D7 (not E7, which creates a circular reference) in column M and returns the associated value from column N.

    Your second formula works once the first is setup correctly.

  3. #3
    Registered User
    Join Date
    12-13-2007
    Posts
    30
    It works great. Thank you for you assistance!

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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