+ Reply to Thread
Results 1 to 4 of 4

Find Duplicates within a specific timeframe.

  1. #1
    Registered User
    Join Date
    06-07-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    66

    Question Find Duplicates within a specific timeframe.

    Is there a way to differentiate the number of unique and duplicate entries (considering multiple criterias) using a formula.

    I am finding it hard to describe the request hence i have attached a spreadsheet for reference.

    The first tab contains the data where I want the result in 'column J'
    The second tab contains the metrics of how to calculate the result.

    I am sure this will be difficult to understand at first hence feel free to ask as many questions you would like to [only related to the subject ]

    For the record, I use Excel 2007 & 2010.

    Appreciate your time.

    Thanks in advance.
    Attached Files Attached Files

  2. #2
    Forum Expert azumi's Avatar
    Join Date
    12-10-2012
    Location
    YK, Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    2,368

    Re: Find Duplicates within a specific timeframe.

    Put in J2 and copy down:

    =IF(COUNTIF($A$2:A2,A2)=1,"Unique","Duplicates")

  3. #3
    Registered User
    Join Date
    06-07-2012
    Location
    India
    MS-Off Ver
    Excel 2007
    Posts
    66

    Re: Find Duplicates within a specific timeframe.

    Thank you Azumi... But I beileve I wasn't able to explain my question clearly.... I would request you to go through the tab 2 of my attached sheet... it contains the conditions based on which I want the data to be distributed to unique's and duplicate's...

  4. #4
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    52,938

    Re: Find Duplicates within a specific timeframe.

    Based on your "rules", maybe this?

    =COUNTIFS($F$2:F2,F2,$G$2:G2,G2,$B$2:B2,B2)
    This will ID a dulicate of row 13 and row 16. If this is what you want, we could then create an index/match to compaer row 16 date with row 13 date?
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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. [SOLVED] Macro to find duplicates, concatenate Unique Values, then delete old duplicates
    By lesoies in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 09-17-2013, 04:32 PM
  2. VLOOKUP based on date in specific timeframe
    By 4134x4nd3r in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 01-18-2013, 05:10 PM
  3. Force Update if within specific timeframe?
    By cure4glass1 in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 07-09-2011, 06:15 PM
  4. Replies: 11
    Last Post: 06-30-2011, 09:26 AM
  5. Find Duplicates if found clear specific cells
    By martinez_pedro in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-20-2011, 12:18 PM

Tags for this Thread

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