+ Reply to Thread
Results 1 to 4 of 4

how the easiest way to know the total amount of unique values

  1. #1
    Forum Contributor
    Join Date
    03-11-2009
    Location
    Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    252

    how the easiest way to know the total amount of unique values

    hi
    how to see the total amount of unique values only
    name|value
    A 1
    A 3
    B 4
    C 2
    B 3
    C 2


    total amount of unique values




    name |value
    A 4
    B 7
    C 4

    thanks
    Attached Files Attached Files
    Last edited by herukuncahyono; 12-10-2014 at 05:21 AM.

  2. #2
    Valued Forum Contributor
    Join Date
    08-04-2011
    Location
    UK
    MS-Off Ver
    Excel 2021
    Posts
    346

    Re: how the easiest way to know the total amount of unique values

    A16

    =INDEX($A$2:$A$7, MATCH(0, COUNTIF($A$15:A15, $A$2:$A$7), 0))
    enter with Ctrl-Shift-Enter

    and B16

    =SUMIF($A$2:$A$7,A16,$B$2:$B$7)

    copy both down

  3. #3
    Forum Expert Crooza's Avatar
    Join Date
    10-19-2013
    Location
    Hunter Valley, Australia
    MS-Off Ver
    Excel 2003 /7/10
    Posts
    2,082

    Re: how the easiest way to know the total amount of unique values

    Have you tried a pivot table with the Name and the sum of the value as the two criteria?
    Happy with my advice? Click on the * reputation button below

  4. #4
    Forum Contributor
    Join Date
    03-11-2009
    Location
    Indonesia
    MS-Off Ver
    Excel 2019
    Posts
    252

    Re: how the easiest way to know the total amount of unique values

    Hi Alan Y, your answer is more than enough
    Crooza, I have not tried that, it seems a new thing for me..
    thanks for you both

+ 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. summing individual values to match total amount
    By cassiopea in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 08-28-2014, 07:14 AM
  2. [SOLVED] Unique Total Value Count per Unique Lookup Values
    By KnightVision in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 08-02-2014, 05:03 AM
  3. TOTAL SUM of Unique Values
    By Aragorn2004 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-22-2013, 04:13 AM
  4. [SOLVED] running total of unique values
    By joannelittell in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 10-29-2013, 08:28 PM
  5. 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

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