+ Reply to Thread
Results 1 to 6 of 6

Sum values from a list

  1. #1
    Registered User
    Join Date
    01-26-2020
    Location
    Amsterdam
    MS-Off Ver
    16
    Posts
    17

    Sum values from a list

    Dear all,

    Maybe a simple question, but I can't figure out what goes wrong. I want to sum a list of values based on a match. I attached an example. For one reason, the function SUM(INDEX,MATCH) only adds the first value in the list. I tried SUMIF, SUMIFS, SUM(MATCH) etc. but nothing seems to work. Any idea what I do wrong here? Thanks in advance for the help.
    Attached Files Attached Files

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Sum values from a list

    It seems you simply need >> =SUMIF(A:A,E2,B:B) >> in F2 copied down
    HTH
    Regards, Jeff

  3. #3
    Forum Contributor
    Join Date
    04-19-2015
    Location
    pakistan
    MS-Off Ver
    2013
    Posts
    335

    Re: Sum values from a list

    another> =SUMPRODUCT(--(E2=$A$2:$A$28),$B$2:$B$28)

    Gondal

  4. #4
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Sum values from a list

    Caution with post #3. A sumproduct cannot use full range references.

    Maybe a pivot table is a better option.

  5. #5
    Registered User
    Join Date
    01-26-2020
    Location
    Amsterdam
    MS-Off Ver
    16
    Posts
    17

    Re: Sum values from a list

    I was already afraid it was that simple... This works indeed. Many thanks for helping me out!

  6. #6
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,316

    Re: Sum values from a list

    You are very welcome and thanks for the feedback.

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED.

+ 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: 4
    Last Post: 01-04-2017, 07:29 PM
  2. [SOLVED] VBA code to look up a list of values based on entered values and return all values.
    By dnwadams in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 09-30-2015, 10:14 PM
  3. [SOLVED] make list of values corresponding to unique values in parallel list
    By johnandrews in forum Excel General
    Replies: 3
    Last Post: 11-18-2014, 09:46 AM
  4. Pull Values from List Exluding Matching Values in Second List
    By sskgintl in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-16-2014, 09:29 PM
  5. Adding list of values to another list of values (Inventory restocking)
    By eshell189 in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 02-25-2014, 04:34 PM
  6. Filter a long list by a shorter list of values, keeping repeated values
    By mrfloopa in forum Excel - New Users/Basics
    Replies: 5
    Last Post: 06-15-2012, 09:50 PM
  7. Function to match random list values to set list values.
    By Sandman4432 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 11-24-2007, 09:22 PM

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