+ Reply to Thread
Results 1 to 5 of 5

IF Function returns False instead of 0

  1. #1
    Peo Sjoblom
    Guest

    RE: IF Function returns False instead of 0

    One way

    =IF(C6<>E11,0,IF(C5<>D11,0,IF(C3<=28,F11,0)))

    Regards,

    Peo Sjoblom

    "BEEJAY" wrote:

    > I must be going blind.
    >
    > The first statement returns a "false" when not equal
    > Likewise the second.
    > The third returns a zero (0).
    > I need a Zero from each one (if applicable), instead of "false".
    > What am I overlooking.
    > I'm thought I've used this satisfactorily before, but I'm stuck now.
    >
    > =IF(C6=E11,IF(C5=D11,IF(C3<=28,F11,0)))
    >
    > Thanks in advance.


  2. #2
    BeeGee
    Guest

    Re: IF Function returns False instead of 0

    Works like a dream.
    Thanks much.


  3. #3
    BEEJAY
    Guest

    IF Function returns False instead of 0

    I must be going blind.

    The first statement returns a "false" when not equal
    Likewise the second.
    The third returns a zero (0).
    I need a Zero from each one (if applicable), instead of "false".
    What am I overlooking.
    I'm thought I've used this satisfactorily before, but I'm stuck now.

    =IF(C6=E11,IF(C5=D11,IF(C3<=28,F11,0)))

    Thanks in advance.

  4. #4
    Peo Sjoblom
    Guest

    RE: IF Function returns False instead of 0

    One way

    =IF(C6<>E11,0,IF(C5<>D11,0,IF(C3<=28,F11,0)))

    Regards,

    Peo Sjoblom

    "BEEJAY" wrote:

    > I must be going blind.
    >
    > The first statement returns a "false" when not equal
    > Likewise the second.
    > The third returns a zero (0).
    > I need a Zero from each one (if applicable), instead of "false".
    > What am I overlooking.
    > I'm thought I've used this satisfactorily before, but I'm stuck now.
    >
    > =IF(C6=E11,IF(C5=D11,IF(C3<=28,F11,0)))
    >
    > Thanks in advance.


  5. #5
    BeeGee
    Guest

    Re: IF Function returns False instead of 0

    Works like a dream.
    Thanks much.


+ 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