+ Reply to Thread
Results 1 to 2 of 2

Show me a formula to add up in excel matching names and total amount donated

  1. #1
    Registered User
    Join Date
    06-26-2012
    Location
    london
    MS-Off Ver
    Excel 2010
    Posts
    4

    Show me a formula to add up in excel matching names and total amount donated

    I need help with adding up a list of names to match amount given for for four quarter, different names in each qtr how do i pick all names up to match what was contributed ;;;;Eg

    qat 1 qua 2 qut 3
    Maggie 10 jane 10 joan10

    Joan 15 joan 10 joan15

    Emma 10 emma10
    Maggie 10 jane 10
    Joan 15 joan 10

    Emma 10 emma10

  2. #2
    Forum Moderator zbor's Avatar
    Join Date
    02-10-2009
    Location
    Croatia
    MS-Off Ver
    365 ProPlus
    Posts
    16,053

    Re: Show me a formula to add up in excel matching names and total amount donated

    Try few SUMIF formula

    If your names are in M column then:

    =SUMIF(A:A, M2, B:B) + SUMIF(C:C, M2, D:D) + SUMIF(E:E, M2, F:F) + SUMIF(G:G, M2, H:H)
    Never use Merged Cells in Excel

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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