+ Reply to Thread
Results 1 to 5 of 5

formula that will check multiple criteria before returning an answer

Hybrid View

  1. #1
    Registered User
    Join Date
    01-18-2013
    Location
    Conifer, CO
    MS-Off Ver
    Excel 2010
    Posts
    26

    formula that will check multiple criteria before returning an answer

    Team,

    Need assistance again with the attached worksheet which is an sales incentive plan. I need cell B69 to represent the amount in b68 unless neither b30 or b99 are > 0. In other words if even 1 of the cells b30 or b99 come back positive, you get the amount in b68. If it comes back 0 in both cells b30 and b99, then they get 0. I hope that makes sense.

  2. #2
    Forum Contributor BeachRock's Avatar
    Join Date
    11-01-2011
    Location
    Oregon, United States
    MS-Off Ver
    Excel 2016
    Posts
    403

    Re: formula that will check multiple criteria before returning an answer

    In B69, use this.

    Formula: copy to clipboard
    =IF(AND(B30>0,B99>0),B68,0)
    -------------
    Tony

  3. #3
    Registered User
    Join Date
    01-18-2013
    Location
    Conifer, CO
    MS-Off Ver
    Excel 2010
    Posts
    26

    Re: formula that will check multiple criteria before returning an answer

    I tried substituting the and for or and it seems like that may have worked.

  4. #4
    Registered User
    Join Date
    01-18-2013
    Location
    Conifer, CO
    MS-Off Ver
    Excel 2010
    Posts
    26

    Re: formula that will check multiple criteria before returning an answer

    BeachRock,

    It is still returning 0 if only 1 is negative. If either one of them is positive they should get b68. Thanks for your help

  5. #5
    Forum Contributor BeachRock's Avatar
    Join Date
    11-01-2011
    Location
    Oregon, United States
    MS-Off Ver
    Excel 2016
    Posts
    403

    Re: formula that will check multiple criteria before returning an answer

    Ah, sorry I thought you had said that if both were zero or less and not if one or the other. Yes, then OR should work as you need it to.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] IF Formula returning wrong answer
    By Abyrose in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 05-01-2014, 11:30 PM
  2. Formula with multiple criteria not returning the right value
    By Anthem12 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 02-08-2013, 09:05 AM
  3. Replies: 1
    Last Post: 09-17-2012, 05:14 AM
  4. Formula not returning correct answer
    By rschase1863 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-07-2011, 11:06 PM
  5. Formula sometimes returning correct answer and sometimes returning 0
    By redimp in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 09-09-2010, 06:28 AM

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