+ Reply to Thread
Results 1 to 4 of 4

ISERROR Formula

  1. #1
    Forum Contributor
    Join Date
    10-16-2009
    Location
    England
    MS-Off Ver
    Excel 2007
    Posts
    257

    ISERROR Formula

    This formula wont display a result, and will have #VALUE when other boxes are clear. I have similar formula working everywhere else, except this one?
    I want the cells to look blank when there is nothing to add.

    this is what i'm trying.
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    This is the original formula:

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


    Thanks

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    Microsoft 365
    Posts
    14,702

    Re: ISERROR Formula

    To make that work with ISERROR try

    =IF(ISERROR((T6*$Z$7)+(U6*$Z$7)),"",(T6*$Z$7)+(U6*$Z$7))

    but in Excel 2007 you can use IFERROR like this

    =IFERROR((T6*$Z$7)+(U6*$Z$7),"")

    or even....

    =IFERROR((T6+U6)*$Z$7,"")
    Audere est facere

  3. #3
    Forum Expert ConneXionLost's Avatar
    Join Date
    03-11-2009
    Location
    Victoria, Canada
    MS-Off Ver
    2010
    Posts
    2,952

    Re: ISERROR Formula

    You appear to be missing a pair of brackets:

    Please Login or Register  to view this content.
    Would you like to say thanks? Please click the: " Add Reputation" button, on the grey bar below the post.

  4. #4
    Forum Contributor
    Join Date
    10-16-2009
    Location
    England
    MS-Off Ver
    Excel 2007
    Posts
    257

    Re: ISERROR Formula

    Doh! Haha, thanks, works now!

    But I'll keep the others in mind also!
    Thanks!!!

+ 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