+ Reply to Thread
Results 1 to 7 of 7

Help with SUMIF

  1. #1
    Registered User
    Join Date
    05-17-2012
    Location
    Singapore
    MS-Off Ver
    Excel 2003
    Posts
    18

    Help with SUMIF

    HELP.jpgHi,

    I seem to be in trpuble with the sumif formula or did I use the wrong formula?
    I am trying to get the total $$$ for each person from all three tables. Thanks.
    Excel sheet is attached.
    Last edited by Halmsteen; 06-14-2014 at 11:42 PM.

  2. #2
    Valued Forum Contributor Saarang84's Avatar
    Join Date
    02-19-2009
    Location
    Chennai, India
    MS-Off Ver
    XL 2003 to 2010
    Posts
    812

    Re: Help with SUMIF

    Hi,

    I can find the image only, can you upload the workbook - its missing.
    If my assistance has helped, there is a reputation icon * on the left hand corner below the post - you can show your appreciation to the user who has helped in resolving your requirement.

    If your requirement has been solved please mark your thread as Solved.
    In the menu bar above the very first post, select Thread Tools, then select "Mark this thread as Solved".

    Kindly use [FORMULA] or [CODE] tags when posting your code.

    Regards,
    Sarang

  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,050

    Re: Help with SUMIF

    Please do not upload a picture of your file...rather, upload a sample of your workbook, showing what data you are working with, a few samples of your expected outcome is (manually entered is ok) and how you arrived at that. (exclude sensitive info). Pictures are pretty much impossible to edit, and no-one wants to re-type your data for you Also, not all members can upload picture files (Company firewalls and stuff)
    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

  4. #4
    Registered User
    Join Date
    05-17-2012
    Location
    Singapore
    MS-Off Ver
    Excel 2003
    Posts
    18

    Re: Help with SUMIF

    Will do Sir, still trying to upload a file though.
    Sorry for all the inconveniences caused.

  5. #5
    Forum Expert
    Join Date
    02-19-2013
    Location
    India
    MS-Off Ver
    07/16
    Posts
    2,386

    Re: Help with SUMIF

    assuming your tables are equal in size
    copy paste below in E21
    =SUMPRODUCT(--($D$3:$D$18=D21)*($E$3:$E$18)+($H$3:$H$18=D21)*($I$3:$I$18)+($L$3:$L$18=D21)*($M$3:$M$18))
    -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------

    WANT TO SAY THANKS, HIT ADD REPUTATION (*) AT THE BOTTOM LEFT CORNER OF THE POST

    More we learn about excel, more it shows us, how less we know about it.

    for chemistry
    https://www.youtube.com/c/chemistrybyshivaansh

  6. #6
    Forum Expert Tony Valko's Avatar
    Join Date
    12-31-2011
    Location
    Pittsburgh
    MS-Off Ver
    2002, 2007:2013
    Posts
    18,890

    Re: Help with SUMIF

    Try this...

    Data Range
    D
    E
    F
    G
    H
    I
    J
    K
    L
    M
    1
    -----
    -----
    -----
    -----
    -----
    -----
    -----
    -----
    -----
    -----
    2
    Name1
    90
    Name1
    38
    Name1
    75
    3
    Name2
    22
    Name2
    41
    Name2
    88
    4
    Name3
    38
    Name3
    58
    Name3
    99
    5
    Name4
    56
    Name4
    83
    Name4
    17
    6
    7
    8
    Name1
    203
    9
    Name2
    151
    10
    Name3
    195
    11
    Name4
    156


    This formula entered in E8 and copied down:

    =SUMIF(D$2:L$5,D8,E$2:M$5)
    Biff
    Microsoft MVP Excel
    Keep It Simple Stupid

    Let's Go Pens. We Want The Cup.

  7. #7
    Registered User
    Join Date
    05-08-2012
    Location
    Sri Lanka
    MS-Off Ver
    2010
    Posts
    9

    Re: Help with SUMIF

    Hi,

    Enter below equation to the cell E21 & copy down.

    =SUMIF($D$3:$D$18,B21,$E$3:$E$18)+SUMIF($H$3:$H$18,B21,$I$3:$I$18)+SUMIF($L$3:$L$18,B21,$M$3:$M$18)
    You can learn more about sumif by visiting below

    Advance Uses of IF
    Last edited by Keashan; 06-16-2014 at 01:10 AM.
    Keashan

+ 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] sumif i know , sumif with fix cell i dont know
    By makinmomb in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 05-05-2014, 04:22 PM
  2. [SOLVED] Shorten SUMIF + SUMIF + SUMIF each with same reference range but different criteria???
    By HeyInKy in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 04-13-2014, 09:25 PM
  3. SUMIF or SUMIF's formula with multiple criteria
    By jackiemariee in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-30-2013, 06:19 PM
  4. Nested SUMIF statement or multiple SUMIF's
    By Dan27 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 09-17-2009, 06:55 AM
  5. [SOLVED] nested sumif or sumif with two criteria
    By dshigley in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 04-04-2005, 11:06 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