+ Reply to Thread
Results 1 to 3 of 3

For all unique in Column A, return number of unique in another column

  1. #1
    Registered User
    Join Date
    03-05-2018
    Location
    NJ
    MS-Off Ver
    2016
    Posts
    3

    For all unique in Column A, return number of unique in another column

    Here's a sample of my data:

    Capture.PNG

    I need to know the following: "For all unique values in Column A, return the number of unique values in Column E.

    In other words, I need to know how many unique interactions took place (as determined by a unique date) for each ID.

    I am probably a low-to-mid range Excel user, but I have no idea where to start.

    Thanks in advance.

  2. #2
    Forum Guru
    Join Date
    02-27-2016
    Location
    Vietnam
    MS-Off Ver
    2016
    Posts
    5,914

    Re: For all unique in Column A, return number of unique in another column

    Try this ...

    =SUM(IF(A2:A20<>"",1/COUNTIFS(A2:A20,A2:A20,E2:E20,E2:E20),""))

    Array formula, enter with Ctrl+Shift+Enter.

  3. #3
    Registered User
    Join Date
    03-05-2018
    Location
    NJ
    MS-Off Ver
    2016
    Posts
    3

    Re: For all unique in Column A, return number of unique in another column

    This worked perfectly. Thank you for the quick response!

+ 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: 7
    Last Post: 01-25-2018, 08:06 PM
  2. [SOLVED] Count number of unique values in Column A that match a term in Column B
    By frsaxon in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-29-2016, 07:22 AM
  3. [SOLVED] Count the number of Unique Items in a Column for each Unique Item in another Column
    By HangMan in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 10-27-2015, 01:18 PM
  4. Replies: 4
    Last Post: 10-09-2015, 05:19 AM
  5. Replies: 6
    Last Post: 07-24-2015, 11:40 PM
  6. [SOLVED] Unique Alphanumeric number increament in column B when data in column E is entered
    By Bharathi27 in forum Excel Programming / VBA / Macros
    Replies: 6
    Last Post: 01-10-2013, 12:12 PM
  7. Find unique number in columns and return column title
    By mkvassh in forum Excel General
    Replies: 3
    Last Post: 10-21-2010, 10:29 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