+ Reply to Thread
Results 1 to 2 of 2

Formula Help with Pass/Fail function

  1. #1
    Registered User
    Join Date
    10-01-2014
    Location
    louisiana
    MS-Off Ver
    2007
    Posts
    1

    Smile Formula Help with Pass/Fail function

    I also have a similar question. I have certain results in columns O-U that if over a certain number than it will fail. I put in =IF(O2<=7, P2<=3, Q2<=20, R2<=J6, S2<=6, U2<=40,"Pass","Fail") and it said too many arguments

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: Formula Help with Pass/Fail function

    Maybe this:

    =IF(OR(O2>7, P2>3, Q2>0, R2>J6, S2>6, U2>40), "Fail", "Pass")
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

+ 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] Need a formula for pass/fail based on no. of Y answers but automatically fail if 3a is N
    By Researcher1111 in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 09-15-2013, 10:20 PM
  2. Help with Pass / Fail Formula
    By milovisk in forum Excel General
    Replies: 4
    Last Post: 03-20-2012, 02:57 PM
  3. Simple pass fail function in excel
    By slider203 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 11-22-2011, 04:49 PM
  4. Formula Help with Pass/Fail function
    By Spyroviper in forum Excel General
    Replies: 3
    Last Post: 02-04-2009, 01:02 PM
  5. Help with PASS/FAIL function
    By iasiddiqui in forum Excel General
    Replies: 2
    Last Post: 02-09-2007, 10:17 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