+ Reply to Thread
Results 1 to 4 of 4

Highlight duplicate dates who share unique ID

  1. #1
    Registered User
    Join Date
    07-03-2016
    Location
    Washington, USA
    MS-Off Ver
    2016
    Posts
    38

    Highlight duplicate dates who share unique ID

    Hey I've been all over Google with this and have got close but i can't seem to get the right syntax for Excel to execute how i want.

    Ultimately i will be using conditional formatting and will convert the [HEADER] names to A2 / B2 format etc but i've been trying to first get the logic right as a formula in a column.

    Column A has ID numbers, mostly unique but there are some duplicates, which i identify easily with COUNTIF

    Column B has dates, many rows may share the same date so i'm not interested in knowing how many total duplicates of dates there are...


    What i'm after is identifying how many duplicate dates in column B there are WHILE column A is a known duplicate. (If column A has duplicates, column B of those particular rows need unique dates, COUNT not to exceed 1)

    I've tried other variations of COUNTIF and SUMPRODUCT but this is the latest thing i've tried. Is not quite right:
    Please Login or Register  to view this content.
    Small example of what i'd like it to show:

    Please Login or Register  to view this content.
    Anybody shed some light?
    Thanks!
    Last edited by Andrewjs; 08-17-2017 at 02:47 PM.

  2. #2
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Highlight duplicate dates who share unique ID

    A simple COUNTIFS should do

    C2 =COUNTIFS(A:A,A2,B:B,B2)

  3. #3
    Registered User
    Join Date
    07-03-2016
    Location
    Washington, USA
    MS-Off Ver
    2016
    Posts
    38

    Re: Highlight duplicate dates who share unique ID

    Bingo!! Working great, nice and simple. Thanks a lot.

  4. #4
    Forum Expert 63falcondude's Avatar
    Join Date
    08-22-2016
    Location
    USA
    MS-Off Ver
    365
    Posts
    6,266

    Re: Highlight duplicate dates who share unique ID

    You're welcome. Thanks for the rep!

    If you need a hand implementing the Conditional Formatting, let us know.

+ 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] Highlight Rows of Duplicate results column with unique coloring
    By G-Co in forum Excel Programming / VBA / Macros
    Replies: 10
    Last Post: 07-24-2017, 07:09 PM
  2. Highlight duplicate two column and two column unique value
    By mahmudayaz in forum Excel Programming / VBA / Macros
    Replies: 25
    Last Post: 01-26-2017, 02:58 AM
  3. [SOLVED] Best way to split duplicate dates and unique time
    By thisaintnoparty in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 07-23-2015, 10:28 AM
  4. [SOLVED] Highlight a unique value with duplicate entries
    By scotland9 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-03-2015, 09:47 AM
  5. Counting number of unique dates per month in a list of duplicate dates
    By Rackle83 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-22-2013, 10:15 AM
  6. List of unique and duplicate names that correspond with dates
    By corbintx in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 11-09-2012, 01:24 PM
  7. Replies: 1
    Last Post: 10-09-2008, 01:00 PM

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