+ Reply to Thread
Results 1 to 4 of 4

Why won't this work? =IFERROR(R2-D2)/R2," "

  1. #1
    Registered User
    Join Date
    11-20-2010
    Location
    Warwick, RI
    MS-Off Ver
    Excel 2007
    Posts
    13

    Why won't this work? =IFERROR(R2-D2)/R2," "

    =IFERROR(R2-D2)/R2," "

    i'm trying to get rid of the DIV/0 on the blank spaces, Any help would be greatly appreciated
    Last edited by Rooster35236; 11-21-2010 at 11:15 AM.

  2. #2
    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: Why won't this work? =IFERROR(R2-D2)/R2," "

    Try this

    =IF(ISERROR((R2-D2)/R2)," " ,(R2-D2)/R2)
    If you need any more information, please feel free to ask.

    However,If this takes care of your needs, please select Thread Tools from menu above and set this topic to SOLVED. It helps everybody! ....

    Also
    اس کی مدد کرتا ہے اگر
    شکریہ کہنے کے لئے سٹار کلک کریں
    If you are satisfied by any members response to your problem please consider using the small Star icon bottom left of their post to show your appreciation.

  3. #3
    Registered User
    Join Date
    11-20-2010
    Location
    Warwick, RI
    MS-Off Ver
    Excel 2007
    Posts
    13

    Re: Why won't this work? =IFERROR(R2-D2)/R2," "

    Thanks Marcol, now to help my understanding of excel functions why the nested iserror and why the redundant function at the end?

  4. #4
    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: Why won't this work? =IFERROR(R2-D2)/R2," "

    An If statement has 3 arguements

    IF(logical_test, value_if_true, [value_if_false])

    You are testing:= ISERROR((R2-D2)/R2)

    The value if TRUE is := ""

    The value if FALSE is the tested function:= (R2-D2)/R2)

    Use "help on this function" to see further.

    Type =IF( in the formula bar then immediatly click the fx icon to the left, this gives you a function builder dialogue box, and direct access to help on this function.

+ 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