+ Reply to Thread
Results 1 to 4 of 4

Formula that check for duplicate data in a column range

  1. #1
    Registered User
    Join Date
    09-11-2012
    Location
    Australia
    MS-Off Ver
    Excel 2003,2007,2010,2013
    Posts
    10

    Post Formula that check for duplicate data in a column range

    Hi all,

    I'm trying to write a formula that check for duplicated data in column range and return result in onther column on the first and second instances.

    I'm using COUNTIF in column F and get 0 result I have attached workbook as an sample.


    Thank for any help


    Eugh
    Attached Files Attached Files

  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: Formula that check for duplicate data in a column range

    Hi

    Do you mean this?

    =COUNTIF(CHQ,C6)
    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: Formula that check for duplicate data in a column range

    Use..

    =IF(COUNTIF($C$6:C6,C6)>1,"Duplicate","")
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  4. #4
    Registered User
    Join Date
    09-12-2012
    Location
    DUBAI
    MS-Off Ver
    2007
    Posts
    65

    Re: Formula that check for duplicate data in a column range

    Try this formula
    =if(c6=$c$6:$c$17,"true","false")


    regards,
    raj.

+ 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