+ Reply to Thread
Results 1 to 3 of 3

Index Match Error

  1. #1
    Registered User
    Join Date
    06-07-2018
    Location
    Denmark
    MS-Off Ver
    2016
    Posts
    4

    Index Match Error

    Hi,

    I have a table where I have two columns that I wanna return a list of values from.

    First column is called Code (L81:202) and the second Columns is called Shortlisted (N81:202)

    What I want to return is a list of Codes if the Shortlisted column value is "Yes". Any idea why my formula doesnt work?

    =HVIS.FEJL(INDEKS(Tabel1[Code];MINDSTE(HVIS(Tabel1[Shortlisted]="Yes";RÆKKE(Tabel1[Code])-RÆKKE($A$4);"");RÆKKER($1:1)));"")

    Best regards,

    Bahar

  2. #2
    Registered User
    Join Date
    04-14-2014
    Location
    Philippines
    MS-Off Ver
    Excel 2010
    Posts
    97

    Re: Index Match Error

    can you please give us an example of your worksheet

    thanks
    Rev12

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,936

    Re: Index Match Error

    The language is throwing me off somewhat, but I think the error is coming from the MATCH(?) part.

    The syntax for MATCH is...
    =MATCH(search-criteria, criteria-range (MUST be 1 single column), 0) Use 0 if you want an exact match

    looking at that part of your formula...
    =MINDSTE(HVIS(W11Tabel1[Shortlisted]="Yes";RÆKKE(Tabel1[Code])-RÆKKE($A$4);"");RÆKKER($1:1))

    (search criteria) It looks like you are searching for YES

    Criteria range) looks like you have 2 ranges there? ...RÆKKE(Tabel1[Code])-RÆKKE($A$4);"")...I doubt that part is correct?

    Then you are setting up a sequence of numbers...RÆKKER($1:1))
    I suspect that is meant yo be the "column" to use? If so, your ) are in the wrong place

    All of that is just pure guessing, upload a small (clean) sample workbook (not a pic) of what you are working with, and what your expected outcome would look like, and we can tell better what you are trying to do
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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. unable to get match property error in userform derived index match
    By alexcrofut in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 10-05-2015, 09:21 PM
  2. Replies: 3
    Last Post: 05-02-2013, 01:31 AM
  3. [SOLVED] Index/Match #N/A error
    By tgbilbrey in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 09-19-2012, 10:04 AM
  4. Excel 2007 : Index-Match Error
    By mic84 in forum Excel General
    Replies: 5
    Last Post: 03-13-2012, 12:06 PM
  5. #N/A Error with INDEX-MATCH
    By zamgold in forum Excel General
    Replies: 2
    Last Post: 02-28-2012, 04:35 PM
  6. Index, Match, #REF Error
    By karstens in forum Excel General
    Replies: 9
    Last Post: 01-04-2011, 07:11 PM
  7. Index & Match error
    By vb613 in forum Excel General
    Replies: 3
    Last Post: 04-24-2007, 06:12 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