+ Reply to Thread
Results 1 to 2 of 2

Help with IF, SUMIF or SUMIFS for full table

  1. #1
    Registered User
    Join Date
    04-27-2015
    Location
    Liverpool, England
    MS-Off Ver
    2010
    Posts
    1

    Help with IF, SUMIF or SUMIFS for full table

    Hi all,

    I am struggling to get my table to sum given a certain criteria.

    E.G
    .......A.......B.......C
    1...Jack...Jack....Jim
    2.....5.......6........4
    3.....4.......7........9
    4.....2.......3........7

    I would like to know the total attributed to Jack (A2:A4 and B2:B4)

    This is a small example of my table so jack may appear 16 times in Row 1 and have upto 150 numbers below his name each time.

    I would then like to repeat the process for Jim and whoever else appears.

    I have so far tried the following
    =SUMIF(A1:C1,"JACK",A2:C4) however this only seems to calculate cells in the row immediately below (A2:C2) and ignores the rest of the data (A3:C4)
    =IF(A1="Jack",Sum(A2:A4),) however this only calculates column A and I don't know how to keep it going to B, E, G and wherever else Jack appears...

    Any help you can offer would be great. :-)

  2. #2
    Forum Guru Jonmo1's Avatar
    Join Date
    03-08-2013
    Location
    Bryan, TX
    MS-Off Ver
    Excel 2010
    Posts
    9,763

    Re: Help with IF, SUMIF or SUMIFS for full table

    Try

    =SUMPRODUCT(($A$1:$C$1="Jack")*$A$2:$C$4)

+ 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. sumif()- or sumifs()?
    By szeconku in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 07-03-2015, 04:11 AM
  2. Sumif function is summing full range instead of cells matching criteria
    By td3601 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 02-23-2015, 11:14 PM
  3. [SOLVED] Please assist with SUMIFS or just SUMIF! Need help!
    By dmejia174 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 06-20-2014, 03:56 AM
  4. [SOLVED] SUMIF or SUMIFS to find text and date between from items in a table
    By Beefy1 in forum Excel Formulas & Functions
    Replies: 5
    Last Post: 02-19-2014, 10:38 PM
  5. [SOLVED] Sumif/Sumifs
    By kimsem in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 02-10-2014, 09:37 PM
  6. Sumifs Or Sumif?
    By Carp in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 08-20-2007, 03:27 PM
  7. [SOLVED] SumIF full columns, multiple conditions
    By Gupta A. in forum Excel General
    Replies: 3
    Last Post: 05-23-2006, 04:10 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