+ Reply to Thread
Results 1 to 10 of 10

Pass,Fail or blank for 2 or more column

  1. #1
    Registered User
    Join Date
    07-13-2018
    Location
    Philippines
    MS-Off Ver
    2010
    Posts
    8

    Thumbs up Pass,Fail or blank for 2 or more column

    excel.PNG

    Anyone who can help me regarding with this kind of error that i encountered

    Thank you very much or helping

  2. #2
    Forum Expert PaulM100's Avatar
    Join Date
    10-09-2017
    Location
    UK
    MS-Off Ver
    Office 365
    Posts
    2,108

    Re: Pass,Fail or blank for 2 or more column

    Try this:

    =IF(AND(ISBLANK(b4),ISBLANK(c4),ISBLANK(d4),ISBLANK(e4)),"",your formula))
    or use OR instead of AND.
    Click the * to say thanks.

  3. #3
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,210

    Re: Pass,Fail or blank for 2 or more column

    if all 4 need to be completed
    =IF(COUNTIF(B4:E4,">=0")<4,"",IF(COUNTIF(B4:E4,">=40")<4,"Fail","pass"))

  4. #4
    Registered User
    Join Date
    07-13-2018
    Location
    Philippines
    MS-Off Ver
    2010
    Posts
    8

    Re: Pass,Fail or blank for 2 or more column

    Quote Originally Posted by PaulM100 View Post
    Try this:

    =IF(AND(ISBLANK(b4),ISBLANK(c4),ISBLANK(d4),ISBLANK(e4)),"",your formula))
    or use OR instead of AND.
    excell2.PNG


    sir
    Would you please help me to learn using the excell formulas,
    because I'm only starting to learn regarding the excell. I do not know how to apply
    Do you want to answer it for me,if its okay to you

  5. #5
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,460

    Re: Pass,Fail or blank for 2 or more column

    Try this:

    =IF(AND(ISBLANK(B4),ISBLANK(C4),ISBLANK(D4),ISBLANK(E4)),"",IF(AND(B3>=30,C3>=30,D3>=30,E3>=30),"Pass","Fail"))
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  6. #6
    Registered User
    Join Date
    07-13-2018
    Location
    Philippines
    MS-Off Ver
    2010
    Posts
    8

    Re: Pass,Fail or blank for 2 or more column

    pf.PNG

    Thank you very much maa'm its works
    Last edited by AliGW; 07-13-2018 at 11:31 AM.

  7. #7
    Registered User
    Join Date
    07-13-2018
    Location
    Philippines
    MS-Off Ver
    2010
    Posts
    8

    Re: Pass,Fail or blank for 2 or more column

    there's one more question maam
    What about the data for with minimum and maximum data limit for pass & fail
    without selecting the minimum and maximum
    me i know the formula for this

    with minimum&maximum.PNG
    Last edited by AliGW; 07-13-2018 at 11:31 AM.

  8. #8
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,460

    Re: Pass,Fail or blank for 2 or more column

    Just introduce five more criteria:

    =IF(AND(ISBLANK(B4),ISBLANK(C4),ISBLANK(D4),ISBLANK(E4)),"",IF(AND(B3>=F4,C3>=F4,D3>=F4,E3>=F4,B3<=G4,C3<=G4,D3<=G4,E3<=G4),"Pass","Fail"))

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

  9. #9
    Registered User
    Join Date
    07-13-2018
    Location
    Philippines
    MS-Off Ver
    2010
    Posts
    8
    Quote Originally Posted by AliGW View Post
    Just introduce five more criteria:

    =IF(AND(ISBLANK(B4),ISBLANK(C4),ISBLANK(D4),ISBLANK(E4)),"",IF(AND(B3>=F4,C3>=F4,D3>=F4,E3>=F4,B3<=G4,C3<=G4,D3<=G4,E3<=G4),"Pass","Fail"))

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

    how to make my thread solved maam

  10. #10
    Forum Expert bebo021999's Avatar
    Join Date
    07-22-2011
    Location
    Vietnam
    MS-Off Ver
    Excel 2016
    Posts
    9,459

    Re: Pass,Fail or blank for 2 or more column

    Another option:

    Please Login or Register  to view this content.
    Quang PT

+ 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] Pass,Fail or blank
    By DougHarty in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 07-13-2018, 10:07 AM
  2. If a1>=0.1 pass, if not fail, if blank leave blank
    By debralee in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 01-06-2017, 03:05 PM
  3. PASS or FAIL
    By HansWitt in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 06-18-2015, 06:00 AM
  4. [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
  5. [SOLVED] Pass And Fail
    By thong127 in forum Excel General
    Replies: 9
    Last Post: 06-11-2013, 05:17 PM
  6. Matching 2 columns of data Pass Fail or Blank
    By testpilot in forum Excel General
    Replies: 1
    Last Post: 03-05-2009, 09:50 PM
  7. [SOLVED] pass fail
    By Tricia in forum Excel - New Users/Basics
    Replies: 3
    Last Post: 01-20-2005, 12:06 PM

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