+ Reply to Thread
Results 1 to 2 of 2

SUMIF or SUMIF's formula with multiple criteria

  1. #1
    Registered User
    Join Date
    09-30-2013
    Location
    Houston, TX
    MS-Off Ver
    Excel 2010
    Posts
    4

    SUMIF or SUMIF's formula with multiple criteria

    Hi. I am currently working on a personal balance sheet. On one tab, I basically have my ledger of accounts listing the date of the transaction, the description, the amount debited, the amount credited, and the classification of purchase.

    I would like to create a formula on a separate tab that would sum all of the "Gas" items for the each month.

    Please see attachment

    Forum Question.JPG

    From this data, I would get the following sums for "Gas:"
    March 2013 = -85.00
    September 2013 = -86.00

    I was able to create two sumif formulas, but I cannot seem to combine them so that they meet both the data range and the classification criteria.

    Thanks,

    Jackie

  2. #2
    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
    52,917

    Re: SUMIF or SUMIF's formula with multiple criteria

    Hi and welcome to the forum

    For future reference, 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)

    To sum based on multiple criteria, you need to use the sumifS() function. Maybe something like...
    =sumifs(E:E,F:F,"Gas",A:A,">=3/1/2013",A:A,"<=3/31/2013")

    I would suggest adjusting the ranges to suite your data
    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. Sumif formula using multiple criteria
    By juksie in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 11-23-2012, 05:44 AM
  2. sumif formula multiple criteria
    By simpson in forum Excel General
    Replies: 13
    Last Post: 07-04-2011, 07:36 AM
  3. [SOLVED] Array Formula w/ Multiple SumIf Criteria
    By Andy in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 09-06-2005, 10:05 AM
  4. Multiple Criteria in a SUMIF formula
    By JCARROLL in forum Excel General
    Replies: 1
    Last Post: 07-20-2005, 05:05 PM
  5. Array Formula w/ Multiple SumIf Criteria
    By Andy in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 07-13-2005, 04:05 PM

Tags for this Thread

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