+ Reply to Thread
Results 1 to 3 of 3

Find all matches in column A and sum their corresponding values in Column B

  1. #1
    Forum Contributor
    Join Date
    12-24-2018
    Location
    Oregon, USA
    MS-Off Ver
    2010
    Posts
    104

    Find all matches in column A and sum their corresponding values in Column B

    As the subject states, I have a list of names in column A and numeric values in column B.
    Don....10
    Jim.....12
    Jim.....10
    Joe.....07
    Jon.....07
    Jon.....-10

    I would like to find all matches for the name "Jon" in column A and sum the numeric values in Column B as follows:
    Jon.....-3

    I'm sure this relates to MATCH or INDEX or VLOOKUP but I am stumped wrapping my head around it.

  2. #2
    Forum Guru
    Join Date
    04-23-2012
    Location
    New Jersey, USA
    MS-Off Ver
    Excel 365
    Posts
    2,408

    Re: Find all matches in column A and sum their corresponding values in Column B

    Try this formula...

    =SUMIF(A:A,"Jon",B:B)

    If you want to make the formula more efficient, use defined ranges...

    =SUMIF(A1:A6,"Jon",B1:B6)

  3. #3
    Forum Contributor
    Join Date
    12-24-2018
    Location
    Oregon, USA
    MS-Off Ver
    2010
    Posts
    104

    Re: Find all matches in column A and sum their corresponding values in Column B

    Thank you Rick Rothsein

+ 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] Lookup two column for matches and return largest values from third column
    By abulkhairi in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 06-13-2017, 01:54 AM
  2. Replies: 2
    Last Post: 05-08-2017, 12:10 AM
  3. [SOLVED] Count one column when a 2nd column matches values in a 3rd column.
    By pbobbitt in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 04-04-2017, 03:18 AM
  4. Replies: 4
    Last Post: 10-30-2015, 07:59 AM
  5. Formula to find all matches in column A and return cells from column C
    By GenericPat in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 11-19-2012, 04:56 PM
  6. Replies: 16
    Last Post: 07-02-2012, 03:46 PM
  7. Hard? SUM the values of a column that matches a flag in an adjacent column
    By Nokao in forum Excel Programming / VBA / Macros
    Replies: 7
    Last Post: 01-07-2012, 11:29 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