+ Reply to Thread
Results 1 to 9 of 9

Help with IFERROR function replacement

  1. #1
    Forum Contributor
    Join Date
    04-18-2011
    Location
    Jeddah
    MS-Off Ver
    Excel 2007
    Posts
    362

    Question Help with IFERROR function replacement

    I would like please to replace the IFERROR function from the formula below with a function from my apple app supported functions listed in the table following link, in order to eliminate the #N/A when no data entered in cell B8:

    http://support.dataviz.com/support_i...l#dtg_iphone21

    =IFERROR(INDEX(A25:Y30,MATCH(D8,$A$25:$A$30,0),MATCH(B8,$A$25:$Y$25,0)),"")

  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: Help with IFERROR function replacement

    =if(isna(MATCH(B8,$A$25:$Y$25,0)),"",INDEX(A25:Y30,MATCH(D8,$A$25:$A$30,0),MATCH(B8,$A$25:$Y$25,0)))
    "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
    04-18-2011
    Location
    Jeddah
    MS-Off Ver
    Excel 2007
    Posts
    362

    Re: Help with IFERROR function replacement

    Thank you it works fine,

    How do I apply please the same if(isna for the following formula:

    =C8+F8+G8

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

    Re: Help with IFERROR function replacement

    why would you get #N/A for that?

  5. #5
    Forum Contributor
    Join Date
    04-18-2011
    Location
    Jeddah
    MS-Off Ver
    Excel 2007
    Posts
    362

    Re: Help with IFERROR function replacement

    IF Cell G8 is blank (No Data)

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

    Re: Help with IFERROR function replacement

    shouldn't make any difference
    you could try =sum(C8,F8,G8) instead but since this is not excel cant guarantee it

  7. #7
    Forum Contributor
    Join Date
    04-18-2011
    Location
    Jeddah
    MS-Off Ver
    Excel 2007
    Posts
    362

    Re: Help with IFERROR function replacement

    The formula returns now (0) insted of (#N/A) with not data entery in G8, which is fine by me, sorry but how would I apply please the same thing to a nigative formula like =N8-E8
    Last edited by Khaldon; 08-22-2013 at 06:51 AM.

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

    Re: Help with IFERROR function replacement

    not much info there
    what is in those cells
    but you can wrap any formula in isna()
    =if(isna(N8-E8),"",N8-E8)
    isn't there a user guide?

  9. #9
    Forum Contributor
    Join Date
    04-18-2011
    Location
    Jeddah
    MS-Off Ver
    Excel 2007
    Posts
    362

    Re: Help with IFERROR function replacement

    That dose it, thank you,

    Unfortunately no user guide.

+ 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. xlfn.IFERROR or IFERROR don't work in Excel 98-2003
    By dj_danu01 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 07-26-2013, 02:53 AM
  2. [SOLVED] IFERROR function help
    By controlfreak in forum Excel General
    Replies: 3
    Last Post: 05-31-2012, 09:44 AM
  3. IF/IFERROR Function Help
    By karma4910 in forum Excel General
    Replies: 3
    Last Post: 12-23-2011, 04:04 PM
  4. Excel 2007 : IFERROR function
    By Batman11692003 in forum Excel General
    Replies: 4
    Last Post: 10-16-2011, 03:42 PM
  5. New Function in Excel 2007 - IFERROR Function
    By ExcelTip in forum Tips and Tutorials
    Replies: 0
    Last Post: 11-15-2007, 05:09 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