Results 1 to 6 of 6

Formula to count unique strings broken down by month

Threaded View

  1. #1
    Registered User
    Join Date
    02-26-2014
    Location
    Dorset, England
    MS-Off Ver
    Excel 2010
    Posts
    4

    Formula to count unique strings broken down by month

    Hello all,

    I have been struggling with this for a while so joined the forum so I can ask the experts .

    I am trying to count the number of unique entries in a column (a) broken down by month (column c).
    The data in column a is alphanumeric so I have been unable to use frequency.
    I have attached an example which should hopefully make things clearer. I have highlighted the cells where I need a solution and have added a table of expected results.

    I have a formula which calculates the totals by month but it counts all entries and doesn't ignore repeated entries.

    =IF(COUNTIF($C$2:$C$19,8)=0,"0",(COUNTIF($C$2:$C$19,8)))

    Via a google search I found that you could use the following formula (as an array) to calculate the total unique entries but I am unable to adapt it to allow for the month variable;

    {=SUMPRODUCT((A2:A19<>"")/COUNTIF(A2:A19,A2:A19&""))}

    Any suggestions would be gratefully received.

    Thanks
    Attached Files Attached Files

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Formula to Count Unique Customer by Month
    By byankton in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 12-19-2013, 12:39 AM
  2. [SOLVED] Broken Count formula
    By Notters in forum Excel General
    Replies: 1
    Last Post: 08-21-2012, 09:06 AM
  3. Count unique for specific month
    By Bob@Sun in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-17-2011, 02:52 PM
  4. Count unique days within month
    By jirib in forum Excel General
    Replies: 7
    Last Post: 08-26-2010, 06:12 PM
  5. [SOLVED] Count Unique Strings
    By stacy_jeanne@yahoo.com in forum Excel General
    Replies: 4
    Last Post: 04-27-2005, 03:06 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