+ Reply to Thread
Results 1 to 7 of 7

IF Functions

  1. #1
    bj
    Guest

    RE: IF Functions

    =if(C3+D3<> 0, C3+D3,if(B3+D3<>0,B3+D3,"")

    "Krissy" wrote:

    > I would like to see if anyone would be able to help me out on this formula?
    >
    > If B3+D3=o then E3 would have nothing but if C3+D3=any number but 0 that
    > number would show up on E3 and vice versa
    >
    > Does this make sense to anyone?


  2. #2
    Bob Phillips
    Guest

    Re: IF Functions

    In E3: =IF(B3+D3=0,"",B3+D3)

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Krissy" <[email protected]> wrote in message
    news:[email protected]...
    > I would like to see if anyone would be able to help me out on this

    formula?
    >
    > If B3+D3=o then E3 would have nothing but if C3+D3=any number but 0 that
    > number would show up on E3 and vice versa
    >
    > Does this make sense to anyone?




  3. #3
    Bob Phillips
    Guest

    Re: IF Functions

    Sorry sent it too soon

    =IF(B3+D3<>0,B3+D3,IF(C3+D3<>0,C3+D3,""))

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Bob Phillips" <[email protected]> wrote in message
    news:[email protected]...
    > In E3: =IF(B3+D3=0,"",B3+D3)
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "Krissy" <[email protected]> wrote in message
    > news:[email protected]...
    > > I would like to see if anyone would be able to help me out on this

    > formula?
    > >
    > > If B3+D3=o then E3 would have nothing but if C3+D3=any number but 0 that
    > > number would show up on E3 and vice versa
    > >
    > > Does this make sense to anyone?

    >
    >




  4. #4
    Krissy
    Guest

    IF Functions

    I would like to see if anyone would be able to help me out on this formula?

    If B3+D3=o then E3 would have nothing but if C3+D3=any number but 0 that
    number would show up on E3 and vice versa

    Does this make sense to anyone?

  5. #5
    bj
    Guest

    RE: IF Functions

    =if(C3+D3<> 0, C3+D3,if(B3+D3<>0,B3+D3,"")

    "Krissy" wrote:

    > I would like to see if anyone would be able to help me out on this formula?
    >
    > If B3+D3=o then E3 would have nothing but if C3+D3=any number but 0 that
    > number would show up on E3 and vice versa
    >
    > Does this make sense to anyone?


  6. #6
    Bob Phillips
    Guest

    Re: IF Functions

    In E3: =IF(B3+D3=0,"",B3+D3)

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Krissy" <[email protected]> wrote in message
    news:[email protected]...
    > I would like to see if anyone would be able to help me out on this

    formula?
    >
    > If B3+D3=o then E3 would have nothing but if C3+D3=any number but 0 that
    > number would show up on E3 and vice versa
    >
    > Does this make sense to anyone?




  7. #7
    Bob Phillips
    Guest

    Re: IF Functions

    Sorry sent it too soon

    =IF(B3+D3<>0,B3+D3,IF(C3+D3<>0,C3+D3,""))

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "Bob Phillips" <[email protected]> wrote in message
    news:[email protected]...
    > In E3: =IF(B3+D3=0,"",B3+D3)
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "Krissy" <[email protected]> wrote in message
    > news:[email protected]...
    > > I would like to see if anyone would be able to help me out on this

    > formula?
    > >
    > > If B3+D3=o then E3 would have nothing but if C3+D3=any number but 0 that
    > > number would show up on E3 and vice versa
    > >
    > > Does this make sense to anyone?

    >
    >




+ 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