+ Reply to Thread
Results 1 to 20 of 20

using sumifs() to compare cumulative totals for actual versus budget based on financial pe

  1. #1
    Registered User
    Join Date
    02-06-2012
    Location
    Durban, South Africa
    MS-Off Ver
    Excel 2010
    Posts
    12

    using sumifs() to compare cumulative totals for actual versus budget based on financial pe

    pls help...I am tearing my hair out!...well not literally:-)

    I am creating a project report, which compares the actual costs vs the budget for each project. I obviously have all the budget figures for each financial period, and I want to compare the ytd cumulative figure based on the current month. I think I need to use a sumifs() statement, but am not sure where to start. I have attached a sample spreadsheet. I have over 100 projects to monitor, but have only included 8 sample projects.

    any help would be appreciated

    thanks Woodstock
    Attached Files Attached Files

  2. #2
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: using sumifs() to compare cumulative totals for actual versus budget based on financia

    Hi WoodStock,

    Try using below formula:-
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Enter above formula using key combination ctrl shift enter.

    See the attached file...

    cumulative total based on financial period.zip

    Regards,
    DILIPandey

    <click on below 'star' if this helps>
    Attached Files Attached Files
    DILIPandey, Excel rMVP
    +919810929744 (India), +971528225509 (Dubai), [email protected]

  3. #3
    Registered User
    Join Date
    12-06-2012
    Location
    portland
    MS-Off Ver
    Excel 2007
    Posts
    11

    Re: using sumifs() to compare cumulative totals for actual versus budget based on financia

    I am doing the same exact exercise, but for some reason my formula returns a "0". any ideas?

  4. #4
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: using sumifs() to compare cumulative totals for actual versus budget based on financia

    Are you entering the formula as array formula?

    Can you upload your sample workbook? Thanks.

    Regards,
    DILIPandey

    <click on below 'star' if this helps>

  5. #5
    Registered User
    Join Date
    12-06-2012
    Location
    portland
    MS-Off Ver
    Excel 2007
    Posts
    11

    Re: using sumifs() to compare cumulative totals for actual versus budget based on financia

    Hi,

    So I want to be able to look at the table in columns C:H, group the corrosponding catagories from column L and then return the sum of each for the specified month in N5.

    Your help would be greatly appreciated!
    Attached Files Attached Files

  6. #6
    Valued Forum Contributor
    Join Date
    04-03-2012
    Location
    East Sussex, UK
    MS-Off Ver
    Excel 2003:2010
    Posts
    893

    Re: using sumifs() to compare cumulative totals for actual versus budget based on financia

    Should this have not been a new thread? Perhaps with a link to Woodstock's original post?
    If I've been of help, please hit the star

  7. #7
    Registered User
    Join Date
    12-06-2012
    Location
    portland
    MS-Off Ver
    Excel 2007
    Posts
    11

    Re: using sumifs() to compare cumulative totals for actual versus budget based on financia

    Sorry, yes. I am new to this.

  8. #8
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: using sumifs() to compare cumulative totals for actual versus budget based on financia

    HI jd354,

    As suggested by Spencer101, create a new thread. Thanks.

    Regards,
    DILIPandey

    <click on below 'star' if this helps>

  9. #9
    Registered User
    Join Date
    02-06-2012
    Location
    Durban, South Africa
    MS-Off Ver
    Excel 2010
    Posts
    12

    Re: using sumifs() to compare cumulative totals for actual versus budget based on financia

    Hi DILIPandey

    Thank you very much for the suggestion. It is not quite what I was looking for, but it definitely works. I suppose I confused the matter by creating a cumulative amount at the bottom of the report. The current report contains over 130 projects and is growing...I manually calculated the cumulative amounts below the existing report, in the sample to indicate what the result would need to be. I could create an additional report which calculates the cumulative for the budget and actual (would need to be on separate sheet), but I was hoping to use a calculation to automatically calculate the cumulative based on the information in the range A2:BI13 (in the sample spreadsheet; in reality, it would be range A2:BI130).

    I hope that makes sense.

    rgds

    Woodstock

  10. #10
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: using sumifs() to compare cumulative totals for actual versus budget based on financia

    okay.. but I am not taking cumulative amount at bottom of the report rather I am considering below:-

    Budget!$A$16:$N$16
    &
    Budget!$A$17:$N$17

    Or, you can share your example.. thanks.

    Regards,
    DILIPandey

    <click on below 'star' if this helps>

  11. #11
    Registered User
    Join Date
    02-06-2012
    Location
    Durban, South Africa
    MS-Off Ver
    Excel 2010
    Posts
    12

    Re: using sumifs() to compare cumulative totals for actual versus budget based on financia

    Hi DILIPandey
    Sorry for taking such a long time to respond, but I have had a few deadlines I needed to meet for yesterday.

    I think I confused the matter by creating running totals for each project in rows 16-26.

    The formula you have given me
    Formula: copy to clipboard
    Please Login or Register  to view this content.

    works brilliantly if using the running totals as the array (Budget!$A$16:$N$26) in the index function.

    I am trying to remove the additional step of having to create a separate report which creates a running total by project for each year. I was therefore hoping to use the data in rows 6-13 to calculate the running total by project based on the financial period and month selected.

    I have attached a revised sample with the running totals removed. I only included these in the first place to show what the result should be for a given month.

    I hope I have managed to express myself more clearly.

    Thank you for your patience.

    Woodstock

  12. #12
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: using sumifs() to compare cumulative totals for actual versus budget based on financia

    Okay woodstock..

    now do you need :-
    blank in cell C5 of comparison report sheet because E6 of Budget sheet is blank and,
    2460 in cell C9 of comparison report sheet because E10 of Budget sheet is 2460. Please confirm? Thanks.



    Regards,
    DILIPandey

    <click on below 'star' if this helps>

  13. #13
    Registered User
    Join Date
    02-06-2012
    Location
    Durban, South Africa
    MS-Off Ver
    Excel 2010
    Posts
    12

    Re: using sumifs() to compare cumulative totals for actual versus budget based on financia

    Hi DILIPandey
    C5 in comparison report sheet would be blank BUT because B6:E6 of budget sheet are blank, and
    8639 in cell C9 of comparison report sheet because that is the sum of B9:E9 on the budget sheet.

    In essence, I want it to sum each month for the given financial period for each project and stop at the current month. In this case October (D3 on comparison report sheet).
    rgds
    Woodstock

  14. #14
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: using sumifs() to compare cumulative totals for actual versus budget based on financia

    because that is the sum of B9:E9 on the budget sheet.
    But these cells are appearing blank in the workbook you uploaded... are we looking in the same workbook ?

    Regards,
    DILIPandey

    <click on below 'star' if this helps>

  15. #15
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: using sumifs() to compare cumulative totals for actual versus budget based on financia

    Hi woodstock,

    I believe you were mentioning number appearing one row down, no worries.. try using below formula:-

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    See attached:-
    cumulative total based on financial period v3.xlsx

    Regards,
    DILIPandey

    <click on below 'star' if this helps>

  16. #16
    Registered User
    Join Date
    02-06-2012
    Location
    Durban, South Africa
    MS-Off Ver
    Excel 2010
    Posts
    12

    Re: using sumifs() to compare cumulative totals for actual versus budget based on financia

    sorry...typo...I was referring to the row below...having a look at your formula now...thanks again for your help...will let you know how I get on.

    Woodstock

  17. #17
    Registered User
    Join Date
    02-06-2012
    Location
    Durban, South Africa
    MS-Off Ver
    Excel 2010
    Posts
    12

    Re: using sumifs() to compare cumulative totals for actual versus budget based on financia

    Hi DILIPandey

    I have never used OFFSET before, so trying to understand the formula, but it works

    Two questions for you:
    1. when I look at the spreadsheet you attached, it works, but when I copy it into my spreadsheet, I get a #VALUE! error. Your formula on your spreadsheet has {}, whereas the formula in your post doesn't.
      Formula: copy to clipboard
      Please Login or Register  to view this content.

      I tried copy the formula from both the post and your attachment onto my sheet, but I get the same error.
    2. the formula works for F13, but as soon as I change the financial period to F14, it still adds the figures from F13. ie if I select F14 and July (effectively month 1 for new financial year), cell B9 on the comparitive report should read 3990
    rgds

    Woodstock

  18. #18
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: using sumifs() to compare cumulative totals for actual versus budget based on financia

    Hi Woodstock,

    Actually I missed to mention that you need to enter that formula with key combination ctrl shift enter which will automatically bring in { } brackets

    And also revised the formula to handle change in financial period:-

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    See attached:- cumulative total based on financial period v3.xlsx


    regards,
    DILIPandey

    <click on below 'star' if this helps>

  19. #19
    Registered User
    Join Date
    02-06-2012
    Location
    Durban, South Africa
    MS-Off Ver
    Excel 2010
    Posts
    12

    Re: using sumifs() to compare cumulative totals for actual versus budget based on financia

    that is absolutely brilliant! thank you! I will try and replicate in my master sheet and come back to you if I have any hassles. Thank you.

  20. #20
    Forum Expert dilipandey's Avatar
    Join Date
    12-05-2011
    Location
    Dubai, UAE
    MS-Off Ver
    1997 - 2016
    Posts
    8,191

    Re: using sumifs() to compare cumulative totals for actual versus budget based on financia

    You are welcome woodstock..

    Cheers

    Suggest you to mark this thread as [SOLVED].. thanks.

    Regards,
    DILIPandey

    <click on below 'star' if this helps>

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

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