+ Reply to Thread
Results 1 to 5 of 5

If iserror sum - how??????

  1. #1
    Registered User
    Join Date
    04-08-2011
    Location
    London
    MS-Off Ver
    O 365
    Posts
    80

    If iserror sum - how??????

    Greetings! I have a rather unique IF ISERROR formula that I need to create, but I can't quite seem to get it to work. I'm essentially wanting to do an IF ISERROR function on a SUM formula, but the SUM formula is not the straighforward type. It is:

    Please Login or Register  to view this content.
    It is a SUM function to calculate a Percent % Change, but I need to wrap it in an IF ISERROR function so that I don't get the #DIV/0 whenever there aren't numbers to calculate.

  2. #2
    Forum Expert
    Join Date
    10-02-2014
    Location
    USA
    MS-Off Ver
    2016
    Posts
    1,222

    Re: If iserror sum - how??????

    I think Excel 2007 has IFERROR which is better for what you want.

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    You can replace "" with whatever you want to be returned if it would have been an error.

  3. #3
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: If iserror sum - how??????

    According to your profile, you have Excel 2007. Excel 2007 has the IFERROR function.

    Try this:

    =IFERROR((SUM(O7:O84)-SUM(M7:M84))/SUM(M7:M84),"")

    This will change any error to a blank cell.

  4. #4
    Registered User
    Join Date
    04-08-2011
    Location
    London
    MS-Off Ver
    O 365
    Posts
    80

    Re: If iserror sum - how??????

    I was definitely over-complicating it. Thank you both!!

  5. #5
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: If iserror sum - how??????

    Glad we could help. Thanks for the rep!

+ 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. Replies: 1
    Last Post: 12-15-2011, 08:43 PM
  2. How to Use IsError input if IsError=false
    By izpinoza in forum Excel General
    Replies: 1
    Last Post: 10-14-2009, 05:02 AM
  3. [SOLVED] iserror
    By Duke Carey in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-06-2005, 07:05 PM
  4. ISERROR
    By Dee in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 04:05 PM
  5. iserror
    By Bill R in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 03:05 PM
  6. [SOLVED] iserror
    By Bill R in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 10:05 AM
  7. iserror
    By Bill R in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 03:05 AM
  8. ISERROR
    By Dee in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 02:05 AM

Tags for this Thread

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