+ Reply to Thread
Results 1 to 3 of 3

Adding IFERROR to formula

  1. #1
    Forum Contributor Marvo's Avatar
    Join Date
    01-15-2009
    Location
    Northampton, England
    MS-Off Ver
    Excel 2021
    Posts
    990

    Adding IFERROR to formula

    Can I add IFERROR to the following formula? I've tried but keep getting to few arguments. As it is it returns a DIV error until cells are populated.

    =(BJ68-SUMIFS(BN4:BN66,AQ4:AQ66,"<"&BI3,AQ4:AQ66,">0"))/COUNTIFS(AQ4:AQ66,"<"&BI3,AQ4:AQ66,">0")

    I'd like it to show zero.
    Last edited by Marvo; 03-25-2024 at 08:54 AM.

  2. #2
    Forum Expert rorya's Avatar
    Join Date
    08-13-2008
    Location
    East Sussex, UK
    MS-Off Ver
    365 Ent Monthly Channel / Insiders Beta
    Posts
    8,915

    Re: Adding IFERROR to formula

    =IFERROR((BJ68-SUMIFS(BN4:BN66,AQ4:AQ66,"<"&BI3,AQ4:AQ66,">0"))/COUNTIFS(AQ4:AQ66,"<"&BI3,AQ4:AQ66,">0"),0)

    should do it.
    Rory

  3. #3
    Forum Contributor Marvo's Avatar
    Join Date
    01-15-2009
    Location
    Northampton, England
    MS-Off Ver
    Excel 2021
    Posts
    990

    Re: Adding IFERROR to formula

    It works. Thank you. I was missing the second opening bracket at the start of the formula.

+ 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. [SOLVED] Adding a 1.25 to an IFERROR formula result
    By LugenG in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 10-13-2023, 09:17 AM
  2. [SOLVED] Adding IFERROR Statement to a Formula
    By smw10c in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-09-2019, 08:36 AM
  3. [SOLVED] Adding IFERROR to a formula help
    By MattExcelLearner in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 10-25-2018, 03:51 AM
  4. [SOLVED] Adding IfError To RC Format Formula
    By jo15765 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 04-25-2017, 09:51 PM
  5. [SOLVED] Adding IFERROR to a formula to get rid of #####
    By Hedy in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 07-08-2016, 03:24 PM
  6. [SOLVED] Adding IFERROR IF MATCH Formula to each row
    By MICowboy13 in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 12-15-2014, 02:47 PM
  7. Help adding Iferror to existing formula
    By rwmeis in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-27-2013, 12:33 PM

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