+ Reply to Thread
Results 1 to 3 of 3

How to match name with number between two different columns then sum the numbers?

Hybrid View

  1. #1
    Registered User
    Join Date
    11-11-2015
    Location
    Cabramatta West
    MS-Off Ver
    Excel 2013
    Posts
    8

    How to match name with number between two different columns then sum the numbers?

    Book1.xlsx

    Hello,

    As seen in the worksheet provided, I'm wondering how I can sum the numbers in the K column if the C column has "Brendan NHL" written in it and so forth for "Valdemar NCAAB". The worksheet provided will provide much more information.

    Thanks for any help! Greatly appreciate it!

  2. #2
    Valued Forum Contributor
    Join Date
    12-02-2012
    Location
    Melbourne, VIC
    MS-Off Ver
    Excel 2016
    Posts
    750

    Re: How to match name with number between two different columns then sum the numbers?

    try this formula:
    Formula: copy to clipboard
    =SUMIF(C3:C24,"Brendan NHL",K3:K24)

    Simply replace "Brendan NHL" with "Valdemar NCAAB" to get the other value.

  3. #3
    Administrator FDibbins's Avatar
    Join Date
    12-29-2011
    Location
    Duncansville, PA USA
    MS-Off Ver
    Excel 7/10/13/16/365 (PC ver 2310)
    Posts
    53,048

    Re: How to match name with number between two different columns then sum the numbers?

    As suggested, sumif() is the way to go for this. If you have a list of names, you can reference them instead of hard-coding...
    M
    N
    3
    Brendan NHL
    17.18991
    4
    Valdemar NCAAB
    3.052984

    N3=SUMIF(C:C,M3,K:K)
    copied down
    1. Use code tags for VBA. [code] Your Code [/code] (or use the # button)
    2. If your question is resolved, mark it SOLVED using the thread tools
    3. Click on the star if you think someone helped you

    Regards
    Ford

+ 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. i need to sort three columns of data so the numbers match all columns where found
    By lisagonzalez in forum Excel Formulas & Functions
    Replies: 10
    Last Post: 04-24-2015, 03:10 PM
  2. Sum of numbers if 2 columns match
    By carllj in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-01-2013, 08:11 PM
  3. Match columns of varying numbers
    By Liam1234 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 07-23-2012, 10:42 AM
  4. match number in a string of numbers
    By cmoore in forum Excel General
    Replies: 3
    Last Post: 05-02-2006, 02:50 PM
  5. [SOLVED] Having columns match numbers in one column
    By Mike in forum Excel General
    Replies: 2
    Last Post: 02-09-2006, 11:50 PM
  6. [SOLVED] how can I match numbers from two columns?
    By Lea in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-26-2005, 05:05 AM
  7. How can I match numbers from two columns?
    By Lea in forum Excel General
    Replies: 2
    Last Post: 09-26-2005, 04:05 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