+ Reply to Thread
Results 1 to 7 of 7

If isna with index match not working in excel 2003

  1. #1
    Forum Contributor ryan4646's Avatar
    Join Date
    06-10-2013
    Location
    Australia
    MS-Off Ver
    Excel 2003, 2007
    Posts
    134

    If isna with index match not working in excel 2003

    Hi all,

    I Know it is very simple task but i dont know why it is not working. i have applied index match function in my desired yellow shaded cell. now to remove N/A i want to bring here, IF ISNA or IF ERROR, but it is not working. Can any one fix that, please. I need to keep Index match formula there.

    regards,

    Ryan
    Attached Files Attached Files
    thanks,

    Ryan

  2. #2
    Forum Expert martindwilson's Avatar
    Join Date
    06-23-2007
    Location
    London,England
    MS-Off Ver
    office 97 ,2007
    Posts
    19,320

    Re: If isna with index match not working in excel 2003

    =if(isna(match(b1,d5:d9,0)),"",index(f5:f9,match(b1,d5:d9,0))) will do as you only have to test the match part
    for #n/a
    the one you tried has too many () and in the wrong place
    =if(isna(index(f5:f9,match(b1,d5:d9,0)),"",(index(f5:f9,match(b1,d5:d9,0)))
    should be
    =IF(ISNA(INDEX(F5:F9,MATCH(B1,D5:D9,0))),"",INDEX(F5:F9,MATCH(B1,D5:D9,0)))
    Last edited by martindwilson; 08-25-2013 at 04:38 AM.
    "Unless otherwise stated all my comments are directed at OP"

    Mojito connoisseur and now happily retired
    where does code go ?
    look here
    how to insert code

    how to enter array formula

    why use -- in sumproduct
    recommended reading
    wiki Mojito

    how to say no convincingly

    most important thing you need
    Martin Wilson: SPV
    and RSMBC

  3. #3
    Forum Contributor
    Join Date
    08-11-2012
    Location
    bengalur
    MS-Off Ver
    Excel 2003, 2007
    Posts
    152

    Re: If isna with index match not working in excel 2003

    =IF(ISNA((INDEX(F5:F9,MATCH(B1,D5:D9,0)))),"",(INDEX(F5:F9,MATCH(B1,D5:D9,0))))
    .
    There was missing the closing braces, I have corrected it.Please use above formula.


    _______________________________________________________________________________________________________________________________
    Please click * to say thank you

  4. #4
    Forum Contributor ryan4646's Avatar
    Join Date
    06-10-2013
    Location
    Australia
    MS-Off Ver
    Excel 2003, 2007
    Posts
    134

    Re: If isna with index match not working in excel 2003

    Thanks. it was easy after your detailed explanation

  5. #5
    Forum Expert newdoverman's Avatar
    Join Date
    02-07-2013
    Location
    Port Dover, Ontario, Canada
    MS-Off Ver
    2010
    Posts
    10,330

    Re: If isna with index match not working in excel 2003

    Why not just use =IFERROR(INDEX(F5:F9,MATCH(B1,D5:D9,0)),"")
    <---------If you like someone's answer, click the star to the left of one of their posts to give them a reputation point for that answer.
    Ron W

  6. #6
    Forum Guru (RIP) Marcol's Avatar
    Join Date
    12-23-2009
    Location
    Fife, Scotland
    MS-Off Ver
    Excel '97 & 2003/7
    Posts
    7,216

    Re: If isna with index match not working in excel 2003

    Quote Originally Posted by newdoverman View Post
    Why not just use =IFERROR(INDEX(F5:F9,MATCH(B1,D5:D9,0)),"")
    Because IFERROR() isn't available until Excel 2007, see the thread title.
    Last edited by Marcol; 08-25-2013 at 11:47 AM.

  7. #7
    Forum Contributor ryan4646's Avatar
    Join Date
    06-10-2013
    Location
    Australia
    MS-Off Ver
    Excel 2003, 2007
    Posts
    134

    Re: If isna with index match not working in excel 2003

    Quote Originally Posted by martindwilson View Post
    =if(isna(match(b1,d5:d9,0)),"",index(f5:f9,match(b1,d5:d9,0))) will do as you only have to test the match part
    for #n/a
    the one you tried has too many () and in the wrong place
    =if(isna(index(f5:f9,match(b1,d5:d9,0)),"",(index(f5:f9,match(b1,d5:d9,0)))
    should be
    =IF(ISNA(INDEX(F5:F9,MATCH(B1,D5:D9,0))),"",INDEX(F5:F9,MATCH(B1,D5:D9,0)))
    ur detailed description helped me lot

+ 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. IF(ISNA(INDEX,Match)
    By prince_xavier2001 in forum Hello..Introduce yourself
    Replies: 1
    Last Post: 08-22-2013, 08:23 PM
  2. [SOLVED] ISNA with INDEX(MATCH) function not working
    By wyndland in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 02-22-2013, 11:37 PM
  3. IF(ISNA) and Index Match
    By JO505 in forum Excel General
    Replies: 2
    Last Post: 11-30-2011, 06:13 PM
  4. Index/Match is not working in Excel 2003
    By jdeumer in forum Excel General
    Replies: 11
    Last Post: 07-21-2009, 06:08 AM
  5. IF ISNA and INDEX MATCH together
    By certain_death in forum Excel General
    Replies: 5
    Last Post: 02-11-2009, 10:38 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