+ Reply to Thread
Results 1 to 3 of 3

Data range comparison

  1. #1
    Registered User
    Join Date
    08-26-2010
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    2

    Data range comparison

    Hi, this is my first post to the forum.

    I'm have a spreadsheet with a column of entries: "Pass", "Conditionally passed" or "Fail". I want to populate a cell with only one the most severe of the entries within the column. So if one instance of "Fail" appears populate cell with "Fail", likewise with "Conditionally passed", else populate cell with "Pass".

    I'm have been using:
    =IF(D8="Fail","Fail",IF(D8="Pass","Pass", IF(D8="Conditionally passed","Conditionally passed")))

    for single cell comparison, but need to extend this over a range. I need to do this without using a macro.

    Any help would be greatly appreciated.
    Last edited by iggy; 08-26-2010 at 06:36 AM. Reason: house rules

  2. #2
    Forum Expert teylyn's Avatar
    Join Date
    10-28-2008
    Location
    New Zealand
    MS-Off Ver
    Excel 365 Insider Fast
    Posts
    11,372

    Re: Data range comparison

    maybe

    Please Login or Register  to view this content.
    Adjust ranges to suit.

    cheers
    Last edited by teylyn; 08-26-2010 at 06:51 AM. Reason: corrected formula logic/order of conditions

  3. #3
    Registered User
    Join Date
    08-26-2010
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    2

    Re: Data range comparison

    Works a charm, thanks for the quick reply!

+ 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