+ Reply to Thread
Results 1 to 2 of 2

Trying to get a match on Four of Five cells, which formula is use

  1. #1
    Aldin Linton
    Guest

    Trying to get a match on Four of Five cells, which formula is use

    I need a formula to expedite my work. I need to find a way to get an output
    from 5 cells in which at leats 4 match. The matching four are not in a set.

  2. #2
    Forum Expert mrice's Avatar
    Join Date
    06-22-2004
    Location
    Surrey, England
    MS-Off Ver
    Excel 2013
    Posts
    4,967

    Response

    Try this

    =IF(OR(AND(A1=A2,A2=A3,A3=A4),AND(A2=A3,A3=A4,A4=A5),AND(A1=A2,A2=A4,A4=A5),AND(A1=A3,A3=A4,A4=A5),AND(A1=A2,A2=A3,A3=A5)),TRUE,FALSE)
    Martin

+ 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