+ Reply to Thread
Results 1 to 3 of 3

Count unique customer number based off different column criteria

  1. #1
    Registered User
    Join Date
    10-22-2014
    Location
    Chicago, Illinois
    MS-Off Ver
    2010
    Posts
    9

    Count unique customer number based off different column criteria

    I am trying to count the number of accounts in columns D with revunue greater than 0, based off the unique customer number in column A.
    Attached Files Attached Files

  2. #2
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Count unique customer number based off different column criteria

    Try this array formula

    =SUM(IF(FREQUENCY(IF(D5:D102>0,MATCH(A5:A102,A5:A102,0)),ROW(A5:A102)-ROW(A5)),1,0))

    Confirm with Ctrl+Shift+Enter and not just Enter
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Registered User
    Join Date
    10-22-2014
    Location
    Chicago, Illinois
    MS-Off Ver
    2010
    Posts
    9

    Re: Count unique customer number based off different column criteria

    Thank you, that worked great.

    Cindy

+ 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] count unique records in one column based on criteria in a different column
    By rxg2669 in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 01-10-2015, 12:38 AM
  2. [SOLVED] Count unique entries based off unique criteria in another column
    By hambly in forum Excel Formulas & Functions
    Replies: 15
    Last Post: 06-11-2014, 03:33 PM
  3. Count unique occurrances based off criteria in a different column
    By Enovy in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 03-05-2013, 03:28 PM
  4. Count number occurences based on criteria Column
    By SamCrome in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-04-2013, 04:32 PM
  5. Replies: 5
    Last Post: 09-18-2011, 10:44 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