+ Reply to Thread
Results 1 to 4 of 4

Formula Help (IF ?)

  1. #1
    Registered User
    Join Date
    08-21-2020
    Location
    Nottingham, UK
    MS-Off Ver
    2010
    Posts
    4

    Formula Help (IF ?)

    Hello

    I'm looking for some support please.

    In cell D3, I want it to show the current, overall status of testing.

    If all results (or all so far) in F14:F25 show passed, the status should say "Pass" but any failure in F14:F25 should show the overal status as "Fail".

    I assume this is an IF formula but I'm a novice in this area.

    screenshot 1.PNG

    Could someone please help?

    Many Thanks

    Lloyd

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,152

    Re: Formula Help (IF ?)

    Try

    =IF (COUNTIF($F$14:$F$25",Failed")>0,"Fail","Pass")

  3. #3
    Registered User
    Join Date
    08-21-2020
    Location
    Nottingham, UK
    MS-Off Ver
    2010
    Posts
    4

    Re: Formula Help (IF ?)

    Quote Originally Posted by JohnTopley View Post
    Try

    =IF (COUNTIF($F$14:$F$25",Failed")>0,"Fail","Pass")
    Brilliant, that worked a treat. Thanks John!

  4. #4
    Forum Expert Pepe Le Mokko's Avatar
    Join Date
    05-14-2009
    Location
    Belgium
    MS-Off Ver
    O365 v 2402
    Posts
    13,446

    Re: Formula Help (IF ?)

    FYI as counts cannot be negative you can drop the ">0" part

+ 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. Replies: 3
    Last Post: 03-24-2020, 07:27 AM
  2. Replies: 3
    Last Post: 01-10-2019, 09:34 AM
  3. Replies: 5
    Last Post: 02-16-2018, 06:50 AM
  4. Replies: 8
    Last Post: 09-22-2017, 05:41 AM
  5. Excel formula bar to display the result of the formula , not the formula?
    By max_max in forum Excel Programming / VBA / Macros
    Replies: 5
    Last Post: 12-18-2016, 07:15 PM
  6. Replies: 11
    Last Post: 06-06-2014, 03:34 PM
  7. how to hide formula in formula box, view lookup result in formula box?
    By vengatvj in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-14-2013, 04: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