+ Reply to Thread
Results 1 to 4 of 4

count times a value appears but disregard duplicate values with same date

  1. #1
    Registered User
    Join Date
    11-07-2013
    Location
    Atlanta, GA
    MS-Off Ver
    Excel 2010
    Posts
    51

    count times a value appears but disregard duplicate values with same date

    I need to count the number of times a name appears but if it appears twice for the same date, it ONLY counts as 1.

    I have tried a mixture of COUNTIF, SUMIF, SUMPRODUCT formulas, and I can't seem to get it to do what I need. Please help!

    I have attached a spreadsheet as reference with additional information on what I need as well.
    Attached Files Attached Files

  2. #2
    Forum Expert tim201110's Avatar
    Join Date
    10-23-2011
    Location
    Russia
    MS-Off Ver
    2016, 2019
    Posts
    2,357

    Re: count times a value appears but disregard duplicate values with same date

    =sum(--(frequency(iferror(match($a$2:$a$16,if($i$2:$i$16=i2,$a$2:$a$16),),),row($i$2:$i$16)-1)>0)) cse

  3. #3
    Registered User
    Join Date
    11-07-2013
    Location
    Atlanta, GA
    MS-Off Ver
    Excel 2010
    Posts
    51

    Re: count times a value appears but disregard duplicate values with same date

    Not exactly what I need, I need it to count for the individual driver name (listed in column K) in all 3 Driver columns, A, C, and E.

  4. #4
    Forum Expert tim201110's Avatar
    Join Date
    10-23-2011
    Location
    Russia
    MS-Off Ver
    2016, 2019
    Posts
    2,357

    Re: count times a value appears but disregard duplicate values with same date

    =roundup(sum(if($a$2:$e$16=l2,1/countif($i$2:$i$16,$i$2:$i$16))),)

+ 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. Replies: 13
    Last Post: 12-23-2016, 10:25 AM
  2. [SOLVED] Count the number of times a date appears in a range
    By uhtfgy in forum Excel Formulas & Functions
    Replies: 20
    Last Post: 07-12-2015, 05:53 AM
  3. Replies: 6
    Last Post: 03-14-2013, 08:08 AM
  4. [SOLVED] formula to count how many times a word appears in a row for a date
    By Megatronixs in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-27-2012, 03:57 AM
  5. How to count the number of times a date appears in a column
    By smellsgood in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-31-2010, 07:09 AM
  6. How to count the number of times a date appears in a column
    By smellsgood in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-31-2010, 06:35 AM
  7. count in column A how many times LH appears and values in B <2
    By hugofcunha in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 10-18-2008, 11:20 AM

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