+ Reply to Thread
Results 1 to 3 of 3

Sum unique values with multiple criteria on the same table

  1. #1
    Registered User
    Join Date
    07-03-2018
    Location
    Amsterdam
    MS-Off Ver
    360
    Posts
    2

    Sum unique values with multiple criteria on the same table

    I have a table with three columns and I want to create a 4th one that will sum the score of all unique actions for a single week.

    in the the attached image I placed the 4th column ("Score") with the calculation it should have.

    can someone please help me to construct a formula that can preform this calculation ?

    Screenshot at Jul 03 09-24-23.png

  2. #2
    Forum Expert
    Join Date
    10-10-2016
    Location
    Sheffield
    MS-Off Ver
    365 and rarely 2016
    Posts
    3,212

    Re: Sum unique values with multiple criteria on the same table

    With a helper column one way is to create a column of 1/countifs(a:a,a1, b:b, b1) this gives you a fraction for the number of times it appears

    sumproduct((b1:b1000=b1)*(e1:e1000)*(c1:c1000)) should give you the value

    where b is week
    c is values
    e is the helper column

    change , to ; if required

  3. #3
    Registered User
    Join Date
    07-03-2018
    Location
    Amsterdam
    MS-Off Ver
    360
    Posts
    2

    Re: Sum unique values with multiple criteria on the same table

    Thanks!! that's work

+ 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 values with multiple criteria
    By jake1912 in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 02-27-2017, 01:15 AM
  2. sum unique values with multiple criteria
    By tahas in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-17-2017, 02:03 AM
  3. [SOLVED] Sum unique values with multiple criteria
    By Billaus in forum Excel Formulas & Functions
    Replies: 20
    Last Post: 10-11-2014, 10:48 PM
  4. count unique values in multiple worksheets with multiple criteria
    By craig04 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-06-2012, 03:26 PM
  5. Replies: 8
    Last Post: 07-13-2012, 06:00 AM
  6. Replies: 6
    Last Post: 10-18-2011, 07:34 PM
  7. Macro to remove duplicates values and keep unique values bases on multiple criteria
    By Ricker090 in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 04-16-2011, 04:37 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