+ Reply to Thread
Results 1 to 4 of 4

Exact check for multiple more than two cells

  1. #1
    Registered User
    Join Date
    06-28-2011
    Location
    Copenhagen, Denmark
    MS-Off Ver
    Excel 2010, Excel 2011 for mac
    Posts
    82

    Exact check for multiple more than two cells

    Hi,

    I need to check if multiple cells are identical. The Exact function works for two cells, however, I have about 10 cells that must match.

    Basically something like
    =exact(A1;B1;...;M1)

    is this in someway possible?

    I know that i could check in pairs and then use if functions, but thats somewhat heavy.

    any help is much appreciated,
    kbka

  2. #2
    Forum Expert Fotis1991's Avatar
    Join Date
    10-11-2011
    Location
    Athens(The homeland of the Democracy!). Greece
    MS-Off Ver
    Excel 1997!&2003 & 2007&2010
    Posts
    13,744

    Re: Exact check for multiple more than two cells

    Hi

    Also heavy...?

    =AND(EXACT(A1,B1),EXACT(A1,C1),EXACT(A1,D1),EXACT(A1,E1))................
    Regards

    Fotis.

    -This is my Greek whisper to Europe.

    --Remember, saying thanks only takes a second or two. Click the little star * below, to give some Rep if you think an answer deserves it.

    Advanced Excel Techniques: http://excelxor.com/

    --KISS(Keep it simple Stupid)

    --Bring them back.

    ---See about Acropolis of Athens.

    --Visit Greece.

  3. #3
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Exact check for multiple more than two cells

    How about..

    =IF(COUNTIF(A1:J1,A1)=COUNTA(A1:J1),TRUE)

    ---------- Post added at 01:49 PM ---------- Previous post was at 01:46 PM ----------

    Considering the possibility of blank cells..

    =IF(COUNTIF(A1:J1,A1)=(COUNTA(A1:J1)+COUNTBLANK(A1:J1)),TRUE)
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  4. #4
    Registered User
    Join Date
    06-28-2011
    Location
    Copenhagen, Denmark
    MS-Off Ver
    Excel 2010, Excel 2011 for mac
    Posts
    82

    Re: Exact check for multiple more than two cells

    Not as heavy as my original formula. thank you

+ 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