+ Reply to Thread
Results 1 to 8 of 8

SUMIF - can it be used here?

  1. #1
    Registered User
    Join Date
    01-14-2014
    Location
    AUS
    MS-Off Ver
    Excel 2010
    Posts
    5

    Question SUMIF - can it be used here?

    Hello all!

    First post so go easy!.

    I am trying to setup a Treasurer's spreadsheet using Excel.

    Found a great template here, that I can modify slightly to make work:

    http://unicentre.uow.edu.au/content/...latestReleased

    OR

    http://preview.tinyurl.com/k6unucr

    The Problem is the SUMIF functions on the 'Total Budget" sheet.

    The way it has been written it cannot work, as (1) the criteria it is trying to find moves dynamically down a row as new data isentered via the drop down box; (2) the criteria needs to 'look' for one of [4] of the criteria in the dropdown box and match.

    Is there anyway I can get this going, I have tried, but cannot using the 'SUMIF' function. Or am I on the wrong tram here with this....

    Thanks in anticpation.

    excelcatt...

  2. #2
    Registered User
    Join Date
    01-14-2014
    Location
    AUS
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: SUMIF - can it be used here?

    Added screenshots for those that do not want to download the file - not sure what the convention is here; apologies in advance:

    Screenshot from 2014-01-15 11:13:58.jpg

    Screenshot from 2014-01-15 11:17:55.jpg actual formula is pasted below table, it's a bit hard to read in formula bar

    Thanks.
    Last edited by excelcatt; 01-14-2014 at 08:25 PM. Reason: mistake

  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: SUMIF - can it be used here?

    Hi and welcome to the forum

    The forum allows - and we prefer- you to upload sample workbooks here

    To attach a file to your post,
    click advanced (next to quick post),
    scroll down until you see "manage file",
    click that and select "add files" (top right corner).
    click "select files" find your file, click "open" click "upload" click 'done" bottom right. click "submit reply"

    Once the upload is completed the file name will appear below the input boxes in this window.
    You can then close the window to return to the new post screen.
    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
    01-14-2014
    Location
    AUS
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: SUMIF - can it be used here?

    Ok. Thanks got that.

    I have uploaded a file with some data in it.

    I am still stumped on this.

    Starting to think SUMIF is not the formula I need...please chime in if you have any opinions!

    Thanks.
    Attached Files Attached Files

  5. #5
    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: SUMIF - can it be used here?

    The sumif() seems to be working just fine? What were you expecting, and where are there errors?

  6. #6
    Registered User
    Join Date
    01-14-2014
    Location
    AUS
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: SUMIF - can it be used here?

    Thanks for looking at the sheet.

    When I input other values from other selections on the drop down box, it errors. It does not add the correct amount(s) from the corresponding selections made from the drop down box (on both 'Income' & 'expenses' sheets) that are on 'Total Budget' sheet - am I making sense?

    For example in the example above, it's not adding up corectly for 'other ouflows' which are none that have been inputed into the 'expenses' sheet, but showing $155 on the 'Total Budget' sheet! Same for 'Event expenses' on 'expenses' sheet. (should be $50 - not $155).

    You can also tryu and input some data into the income sheet and it does the same thing, the categories in the drop down box;

    Memberships
    BBQ Income
    Event Income
    CSE Funding
    Sponorship/Donations
    Other Income

    don't add correctly in respective categories(the 'criteria' in the SUMIF formula) when SUMIF formula executes on that data in Column D on sheet 'Income"

    Thanks for all your help. This is great resource for Excel!

    :-)
    Last edited by excelcatt; 01-15-2014 at 09:33 PM.

  7. #7
    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: SUMIF - can it be used here?

    You have the middle reference in your sumif() pointing to the wrong place. It needs to point to the description opposite where the total is...
    =SUMIF(Income!$E$9:$E$52,A10,Income!$D$9:$D$52)
    and
    =SUMIF(Expenses!$B$8:$B$33,A19,Expenses!$E$8:$E$33)

    Also you need to "fix" (absolute) the other ranges so they dont adjust as you copy down

  8. #8
    Registered User
    Join Date
    01-14-2014
    Location
    AUS
    MS-Off Ver
    Excel 2010
    Posts
    5

    Re: SUMIF - can it be used here?

    Quote Originally Posted by FDibbins View Post
    You have the middle reference in your sumif() pointing to the wrong place. It needs to point to the description opposite where the total is...
    =SUMIF(Income!$E$9:$E$52,A10,Income!$D$9:$D$52)
    and
    =SUMIF(Expenses!$B$8:$B$33,A19,Expenses!$E$8:$E$33)

    Also you need to "fix" (absolute) the other ranges so they dont adjust as you copy down
    Thanks very much for that! I was kicking myself at such a simple error that I did not pick up!

    Again many thanks!

+ 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 SUMIF's formula with multiple criteria
    By jackiemariee in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 09-30-2013, 06:19 PM
  2. Replies: 0
    Last Post: 08-17-2012, 02:02 PM
  3. SUMIF Question: SUMIF not blank
    By nickyg in forum Excel General
    Replies: 5
    Last Post: 11-18-2009, 10:07 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

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