+ Reply to Thread
Results 1 to 4 of 4

More Fun With If, And, Or?

  1. #1
    M.A.Tyler
    Guest

    More Fun With If, And, Or?

    I beleive that I've circled this one, and am close, but just can't seem to
    stumble onto the complete answer.

    A B C D E F
    0 0 9 7 2 3

    A thru F are column headings the numbers below would represent the row. What
    I would like to do is this:
    =IF(OR(AND(E1>3,F1>4),OR(A1=9,B1=9,C1-D1>1)),0,50)

    In this instance the C1-D1 calculation in the "OR" area should make the
    answer true or here 0. It dosn't seem to work properly with regards to the A1
    and B1 problem. Any suggestions would be helpful!

  2. #2
    Peo Sjoblom
    Guest

    Re: More Fun With If, And, Or?

    For one you can rewrite it as

    =IF(OR(AND(E1>3,F1>4),A1=9,B1=9,C1-D1>1),0,50)

    returns zero using your example, if you want something else post back

    --

    Regards,

    Peo Sjoblom

    Northwest Excel Solutions

    www.nwexcelsolutions.com

    (remove ^^ from email address)

    Portland, Oregon




    "M.A.Tyler" <Great Lakes State> wrote in message
    news:65EE6FFF-9DBE-445B-83D3-B37E1A017F28@microsoft.com...
    >I beleive that I've circled this one, and am close, but just can't seem to
    > stumble onto the complete answer.
    >
    > A B C D E F
    > 0 0 9 7 2 3
    >
    > A thru F are column headings the numbers below would represent the row.
    > What
    > I would like to do is this:
    > =IF(OR(AND(E1>3,F1>4),OR(A1=9,B1=9,C1-D1>1)),0,50)
    >
    > In this instance the C1-D1 calculation in the "OR" area should make the
    > answer true or here 0. It dosn't seem to work properly with regards to the
    > A1
    > and B1 problem. Any suggestions would be helpful!



  3. #3
    Biff
    Guest

    Re: More Fun With If, And, Or?

    Hi!

    It works for me, returns 0.

    Biff

    "M.A.Tyler" <Great Lakes State> wrote in message
    news:65EE6FFF-9DBE-445B-83D3-B37E1A017F28@microsoft.com...
    >I beleive that I've circled this one, and am close, but just can't seem to
    > stumble onto the complete answer.
    >
    > A B C D E F
    > 0 0 9 7 2 3
    >
    > A thru F are column headings the numbers below would represent the row.
    > What
    > I would like to do is this:
    > =IF(OR(AND(E1>3,F1>4),OR(A1=9,B1=9,C1-D1>1)),0,50)
    >
    > In this instance the C1-D1 calculation in the "OR" area should make the
    > answer true or here 0. It dosn't seem to work properly with regards to the
    > A1
    > and B1 problem. Any suggestions would be helpful!




  4. #4
    M.A.Tyler
    Guest

    RE: More Fun With If, And, Or?

    Thanks for your help!

    "M.A.Tyler" wrote:

    > I beleive that I've circled this one, and am close, but just can't seem to
    > stumble onto the complete answer.
    >
    > A B C D E F
    > 0 0 9 7 2 3
    >
    > A thru F are column headings the numbers below would represent the row. What
    > I would like to do is this:
    > =IF(OR(AND(E1>3,F1>4),OR(A1=9,B1=9,C1-D1>1)),0,50)
    >
    > In this instance the C1-D1 calculation in the "OR" area should make the
    > answer true or here 0. It dosn't seem to work properly with regards to the A1
    > and B1 problem. Any suggestions would be helpful!


+ 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