+ Reply to Thread
Results 1 to 2 of 2

4 Unique column values, how to count

Hybrid View

hmm321 4 Unique column values, how... 05-03-2015, 03:58 PM
FDibbins Re: 4 Unique column values,... 05-03-2015, 04:05 PM
  1. #1
    Registered User
    Join Date
    02-27-2012
    Location
    atlanta
    MS-Off Ver
    Excel 2007
    Posts
    61

    4 Unique column values, how to count

    Hi, I'm trying to count how many time our newsletter subscribers don't respond by clicking or opening. I've downloaded the last 4 sends, loaded them into 1 sheet. Column A is unique email addresses all the way down, same for B, C, D. How can I count how many times a customer appears each of the columns? The columns are unequal in length.
    Thanks for any help.

  2. #2
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: 4 Unique column values, how to count

    Do you have a full list of customers? If so, perhaps something like this?

    A
    B
    C
    D
    E
    F
    1
    Name Count List 1 List 2 List 3 List4
    2
    aa
    2
    aa bb cc ff
    3
    bb
    1
    cc aa ff dd
    4
    cc
    4
    dd cc ee
    5
    dd
    3
    ff cc
    6
    ee
    1
    dd
    7
    ff
    3

    B2=COUNTIF($C$2:$F$6,A2)
    copied down.

    If that does not work for you, I suggest that you upload a small (clean) sample workbook (not a pic) of what you are working with, and what your expected outcome would look like.
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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. Count Unique values in Column based on values in other columns
    By dmschave in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-17-2014, 11:06 AM
  2. Replies: 8
    Last Post: 05-15-2013, 04:50 PM
  3. [SOLVED] Macro to count unique values in a column, enter it in next column, then delete duplicates
    By pmorisse in forum Excel Programming / VBA / Macros
    Replies: 4
    Last Post: 01-25-2013, 03:27 PM
  4. [SOLVED] How to Count Unique Values in a Column
    By saint01 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 11-30-2012, 09:17 PM
  5. Count Unique Values In One Column Basis Unique Values in Another Column
    By shez_raz in forum Excel Programming / VBA / Macros
    Replies: 8
    Last Post: 04-07-2012, 01:55 AM

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