+ Reply to Thread
Results 1 to 3 of 3

Help with PASS/FAIL function

  1. #1
    Registered User
    Join Date
    08-15-2006
    Posts
    23

    Help with PASS/FAIL function

    Hi all,

    I need a formula that determines if a value passes or fails. basically, if cell g21 is ±15% of cell b7, then it passes. if it is more than ±15%, then it fails. I am at a loss for where to start. please help.

    thanks,

    ias

  2. #2
    Forum Expert
    Join Date
    03-23-2004
    Location
    London, England
    MS-Off Ver
    Excel 2019
    Posts
    7,064
    Try

    =IF(OR(G2<B7*.85,G2>B7*1.15),"PASS","FAIL")
    Regards
    Special-K

    Ensure you describe your problem clearly, I have little time available to solve these problems and do not appreciate numerous changes to them.

  3. #3
    Registered User
    Join Date
    08-15-2006
    Posts
    23
    Thanks, but that doesn't work. I find that if you replace the OR with an AND, it works. Thanks again.

+ 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