+ Reply to Thread
Results 1 to 5 of 5

#value

  1. #1
    Registered User
    Join Date
    06-03-2015
    Location
    South Carolina
    MS-Off Ver
    2013
    Posts
    13

    #value

    I have the following if statement: =IF((E10-D10)>=0,(E10-D10),"")
    This formula means that if the subtraction of the 2 numbers is negative than it will be a blank cell. However, the cell E10 shows: "#VALUE!" because one of the cells it refers to in its formula doesn't have a number yet.
    I want my IF statement to show a blank cell if E10 = "#VALUE!".
    I hope this makes sense...

    HELP!
    Thanks
    Last edited by kwrigh6; 07-15-2015 at 07:43 AM.

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: #value

    Try

    =IFERROR(IF((E10-D10)>=0,(E10-D10),""),"")

  3. #3
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS 365 Family 64-bit 2404
    Posts
    24,758

    Re: #value

    Try:

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


    Drat! Beaten by mere seconds!
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

  4. #4
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,369

    Re: #value

    Try ...

    =IF(ISNUMBER(E10-D10),IF(E10-D10>0,E10-D10,""),"")

  5. #5
    Registered User
    Join Date
    06-03-2015
    Location
    South Carolina
    MS-Off Ver
    2013
    Posts
    13

    Re: #value

    =IFERROR(IF((..... worked! Thank you!

+ 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