+ Reply to Thread
Results 1 to 3 of 3

#value! Return

  1. #1
    Registered User
    Join Date
    06-09-2005
    Location
    Queensland, Australia
    Posts
    47

    #value! Return

    Hi,

    The first ISBLANK in the following formula, doesn't work (while everything else, does).

    =IF(ISBLANK(D7)," ",)+IF(ISBLANK(G7),(I6+E7))+IF(G7>0,(F7-H7))

    Each time that D7 (a data, input cell) is indeed blank, I get the ubiquitous, #VALUE! return.

    How can I suppress, the #VALUE! return?

    Cheers,
    Mick2.

  2. #2
    Valued Forum Contributor
    Join Date
    06-16-2006
    Location
    Sydney, Australia
    MS-Off Ver
    2013 64bit
    Posts
    1,394

    Re: #value! Return

    There is a problem with your formula and you are adding blank spaces to numbers

    so the first part of your forumula
    =IF(ISBLANK(D7)," ",)
    will return " "

    And then you add this " " to the answer of the following.

    +IF(ISBLANK(G7),(I6+E7))+IF(G7>0,(F7-H7))

    Try putting the last bracket of your first IF statement at the end of the formula

    =IF(ISBLANK(D7)," ",IF(ISBLANK(G7),(I6+E7))+IF(G7>0,(F7-H7)))

    Matt

  3. #3
    Registered User
    Join Date
    06-09-2005
    Location
    Queensland, Australia
    Posts
    47

    Re: #value! Return

    Hi Matt,

    Your suggestion fixed the problem.

    "Thanks a million!"

    Cheers,
    Mick2

+ 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