+ Reply to Thread
Results 1 to 4 of 4

running total of unique values

  1. #1
    Registered User
    Join Date
    04-23-2013
    Location
    normal, il
    MS-Off Ver
    Excel 2010
    Posts
    66

    running total of unique values

    Hello!

    I need to help figuring out how to get a runing total of unique values. First column of data contains the values, the column to the right needs to display a running total of unique values.

    thanks in advance!
    Joanne
    Attached Files Attached Files

  2. #2
    Forum Expert JBeaucaire's Avatar
    Join Date
    03-21-2004
    Location
    Bakersfield, CA
    MS-Off Ver
    2010, 2016, Office 365
    Posts
    33,492

    Re: running total of unique values

    Put this formula in C3, then copy down:

    =IF(ISNUMBER(MATCH(B3,$B$2:$B2,0)),N(C2),N(C2)+1)
    _________________
    Microsoft MVP 2010 - Excel
    Visit: Jerry Beaucaire's Excel Files & Macros

    If you've been given good help, use the icon below to give reputation feedback, it is appreciated.
    Always put your code between code tags. [CODE] your code here [/CODE]

    ?None of us is as good as all of us? - Ray Kroc
    ?Actually, I *am* a rocket scientist.? - JB (little ones count!)

  3. #3
    Registered User
    Join Date
    04-23-2013
    Location
    normal, il
    MS-Off Ver
    Excel 2010
    Posts
    66

    Re: running total of unique values

    oh my god! how did you figure that out so fast!!!!

    if you want a real tough one... i am trying to figure this one out that has been whipping my brain for days. I have it posted it here on the site that hasnt been solved yet.

    Thank you so much!!
    Joanne

  4. #4
    Forum Expert
    Join Date
    12-14-2012
    Location
    London England
    MS-Off Ver
    MS 365 Office Suite.
    Posts
    8,448

    Re: running total of unique values

    Enter 1 in cell c3

    enter this formula into C4 and fill down,

    Please Login or Register  to view this content.

+ 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. Forumala to get a total unique values and total of them
    By Kaleemuddin in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 07-25-2013, 07:23 AM
  2. Replies: 3
    Last Post: 12-01-2012, 01:30 AM
  3. Running Total including Null values
    By Spolzie in forum Excel General
    Replies: 1
    Last Post: 12-12-2011, 11:53 PM
  4. Unique Running Total Criteria Conditonal
    By joness in forum Excel General
    Replies: 5
    Last Post: 09-07-2011, 06:43 PM
  5. Running count of multi-unique values
    By rz6657 in forum Excel General
    Replies: 1
    Last Post: 10-05-2010, 07:24 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