+ Reply to Thread
Results 1 to 3 of 3

add an "iserror" to an exsiting formula

  1. #1
    Registered User
    Join Date
    08-01-2013
    Location
    England
    MS-Off Ver
    Excel 2010
    Posts
    13

    Unhappy add an "iserror" to an exsiting formula

    Hi All,

    I can't add an "iserror" to this formula, =IF((AND(G$5>=$B7,G$5<=$C7,$D7="weekly")),$E7,"")

    I need to remove the error messages so I can add up the column.

    Any help would be much appreciated,

    Thank you

  2. #2
    Forum Guru Pete_UK's Avatar
    Join Date
    12-31-2011
    Location
    Warrington, England
    MS-Off Ver
    Office 2019 (still learning)
    Posts
    24,726

    Re: add an "iserror" to an exsiting formula

    If you are using XL2010 you can use the IFERROR function, like this:

    =IFERROR(IF((AND(G$5>=$B7,G$5<=$C7,$D7="weekly")),$E7,""),0)

    You can change the 0 at the end to something else if you wish.

    Hope this helps.

    Pete

  3. #3
    Registered User
    Join Date
    08-01-2013
    Location
    England
    MS-Off Ver
    Excel 2010
    Posts
    13

    Re: add an "iserror" to an exsiting formula

    Thank you Pete,

    It worked.


+ 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: 2
    Last Post: 01-12-2013, 06:16 AM
  2. I want to use an "ISERROR" in my formula to tidy it up!
    By David_S_Walker in forum Excel General
    Replies: 4
    Last Post: 03-22-2010, 07:23 AM
  3. Using "sum(if(iserror" with the Subtotal formula
    By taketwo in forum Excel General
    Replies: 8
    Last Post: 01-17-2010, 08:59 PM
  4. How do I use "ISERROR" in a subtotal formula?
    By taketwo in forum Excel General
    Replies: 2
    Last Post: 09-17-2009, 12:44 PM
  5. =IF(ISERROR(SEARCH("insurance",A125,1)),"","*")
    By cynichromantique in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-31-2006, 02:45 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