+ Reply to Thread
Results 1 to 8 of 8

Multiple True or False + Sum of corresponding cells

  1. #1
    Registered User
    Join Date
    12-04-2013
    Location
    Gibraltar
    MS-Off Ver
    Excel 2010
    Posts
    5

    Multiple True or False + Sum of corresponding cells

    Hey guys,

    This is my first time here so thanks in advance to anybody who might be able to help

    In a nut shell, I've got a mega excel sheet right now with multiple people making updates to it on a daily basis. As such I am trying to find a way to output various totals in a separate static table which i can grab at any point and be confident numbers are correct.

    The problem, firstly I cant figure out how to have multiple true false formulas checking the sheet from 1 cell. i.e "Check column B True/False for RestrauntNameXYZ + Check column E for true/false GroupABC + check column G for true/false Lunch"

    and thennnnnnn

    Calculate sum of column A for all rows which above combinations of true/false checks spit out


    I reaaally reallllly hope somebody understands what i mean lol

    Thanks!

    Mark C

  2. #2
    Registered User
    Join Date
    09-13-2007
    Location
    Norway
    Posts
    10

    Re: Multiple True or False + Sum of corresponding cells

    You can use sumifs. Sum range is A, and the criteria ranges are B, E and G with the respective criteria restaurant, group etc.

  3. #3
    Registered User
    Join Date
    12-04-2013
    Location
    Gibraltar
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: Multiple True or False + Sum of corresponding cells

    Hey, thanks!!

    Ive got this far:

    =SUMIF(B2:B334;"Group1";C2:C334)

    But im having trouble adding multiple criteria to the same formula... any ideas?

    Thanks!

  4. #4
    Registered User
    Join Date
    12-04-2013
    Location
    Gibraltar
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: Multiple True or False + Sum of corresponding cells

    Just to clarify, i want to add 2 further criteria to the existing formula... for example

    E2:E334;"RestaurauntABC" and F2:F334;"Lunch"

    added into

    =SUMIF(B2:B334;"Group1";C2:C334)

    But i cant seem to make it stick....

  5. #5
    Registered User
    Join Date
    09-13-2007
    Location
    Norway
    Posts
    10

    Re: Multiple True or False + Sum of corresponding cells

    Use sumifs, not sumif

  6. #6
    Registered User
    Join Date
    12-04-2013
    Location
    Gibraltar
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: Multiple True or False + Sum of corresponding cells

    Thanks! i just cant seem to make it stick though. I have no idea where i am going wrong in the formula but it just wont go.

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

    Re: Multiple True or False + Sum of corresponding cells

    The big difference between sumif and sumifS (besides that it can do multiple criteria)
    Is that the range to sum comes FIRST in Sumifs, while it is LAST in sumif..

    SUMIF(criteriarange,criteria,rangetosum)
    SUMIFS(rangetosum,criteriarange,criteria,criteria2range,criteria2,criteria3range,criteria3)

    Hope that helps.

  8. #8
    Registered User
    Join Date
    12-04-2013
    Location
    Gibraltar
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: Multiple True or False + Sum of corresponding cells

    oh man! no wonder!! legend... ill try it when i get home...

    Thanks a million guys!!

+ 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] in this TRUE OR FALSE function, i want desired name instead of display true or false
    By vengatvj in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 10-15-2013, 06:44 PM
  2. [SOLVED] Multiple TRUE,FALSE criteria
    By quibilty in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 08-25-2013, 11:47 PM
  3. [SOLVED] Determining True/false based on multiple criteria
    By byeong in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-27-2012, 12:04 PM
  4. [SOLVED] Excel 2007 : Determining TRUE or FALSE based on multiple values
    By BarnesB in forum Excel General
    Replies: 5
    Last Post: 05-30-2012, 04:46 PM
  5. Printing Cells with TRUE/FALSE results in 1 and 0
    By javaman12 in forum Excel General
    Replies: 4
    Last Post: 04-21-2009, 03:24 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