+ Reply to Thread
Results 1 to 13 of 13

prioritizing budgets with functions and then summing

Hybrid View

  1. #1
    Registered User
    Join Date
    06-23-2014
    Location
    Ontario, canada
    MS-Off Ver
    2013
    Posts
    12

    prioritizing budgets with functions and then summing

    I have a matrix of equipment I wish to buy over three plan ~ 15 entries. I have itemized them by a 1, 2 or 3 priority over the next 3 years with the cost of the equiment in a separate cell. I would like to create a summary matrix showing the cost of priority 1, 2 and 3 for each year (3 by 3 matrix). I want to be able to adjust the priorities and have the summary matrix calculate new sum. I have tried what ifs and it was painful.....actually everything I tried was painful. I am hoping someone can help me to understand which function to use to create a simple total cost matrix that I can manipulate depending upon which priority I put in cell.

    thanks in advance for any insight you can offer.

  2. #2
    Forum Contributor
    Join Date
    06-18-2014
    Location
    USA
    MS-Off Ver
    2013
    Posts
    142

    Re: prioritizing budgets with functions and then summing

    Would something like this work? There is an input table for your 15 inputs (Equipment, price, priority) and a summary matrix that takes equipment price and divides by total years (in this case 3).
    Attached Files Attached Files

  3. #3
    Forum Expert ben_hensel's Avatar
    Join Date
    01-26-2012
    Location
    Northeast USA
    MS-Off Ver
    Office 365
    Posts
    2,043

    Re: prioritizing budgets with functions and then summing

    SUMIFS(cost_array, priority_array, priority, year_array, year)

    Make the array references objective not subjective (syntax of $A$1:$A$10 instead of A1:A10 for example) and then you can pull across to fill up your matrix just by changing the "priority" & "year" references.

  4. #4
    Forum Contributor
    Join Date
    06-18-2014
    Location
    USA
    MS-Off Ver
    2013
    Posts
    142

    Re: prioritizing budgets with functions and then summing

    ben_hensel,

    Thanks for the feedback, this is really helping me get a better grasp of excel. Do you mean something like this?
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    06-23-2014
    Location
    Ontario, canada
    MS-Off Ver
    2013
    Posts
    12

    Re: prioritizing budgets with functions and then summing

    simply amazing - that looks so easy. I would have never attempted it that way but then again I couldnt get it to work. I struggled with getting it to sum in the one cell.

    Thanks you so much. Jennifer

  6. #6
    Registered User
    Join Date
    06-23-2014
    Location
    Ontario, canada
    MS-Off Ver
    2013
    Posts
    12

    Re: prioritizing budgets with functions and then summing

    This was my line of thinking - see attached concept. I should have attached this in first email - it may have explained better. So columns B,C&D rows 28-30 would reflect my budget cost for each year by priority and I could alter the totals by moving around the priorities of each equipment request. Again, thank you for showing me the way.
    Attached Files Attached Files

  7. #7
    Forum Contributor
    Join Date
    06-18-2014
    Location
    USA
    MS-Off Ver
    2013
    Posts
    142

    Re: prioritizing budgets with functions and then summing

    I adjusted your original worksheet with SUMIFS functions to do the totaling, but the way it is setup, you can't have different costs for each line of equipment in later fiscal years, but use whatever works for you.
    Attached Files Attached Files

  8. #8
    Registered User
    Join Date
    06-23-2014
    Location
    Ontario, canada
    MS-Off Ver
    2013
    Posts
    12

    Re: prioritizing budgets with functions and then summing

    Thank you jjhayes. I am trying to understanding the formula from the first worksheet. All of the formulas are the same in the summary matrix - how does the function read which priority or year so it knows what to sum? Sorry not too schooled in land of excel functions and programming.

  9. #9
    Forum Contributor
    Join Date
    06-18-2014
    Location
    USA
    MS-Off Ver
    2013
    Posts
    142

    Re: prioritizing budgets with functions and then summing

    Hopefully the screenshot can help explain what the formula is doing. I am not an Excel expert by any stretch, but you can learn a whole lot by playing around in Excel and following this forum as well.
    Attached Images Attached Images

  10. #10
    Registered User
    Join Date
    06-23-2014
    Location
    Ontario, canada
    MS-Off Ver
    2013
    Posts
    12

    Re: prioritizing budgets with functions and then summing

    ahh the dummies version lol -pictures and text is just what I needed. Thank you again JJ hayes and ben hensel.

  11. #11
    Registered User
    Join Date
    06-23-2014
    Location
    Ontario, canada
    MS-Off Ver
    2013
    Posts
    12

    Re: prioritizing budgets with functions and then summing

    jjhayes - could you breakdown the second version as you did with the first? I thought I understood the "right" but I do not nor do I understand the "1" after the $A34. much appreciated.

  12. #12
    Forum Contributor
    Join Date
    06-18-2014
    Location
    USA
    MS-Off Ver
    2013
    Posts
    142

    Re: prioritizing budgets with functions and then summing

    I think you are referring to the formula
    =SUMIFS(Costs,FY_15,RIGHT($A28,1))
    I tried to leave the CAPEX shell file in the format you had submitted. I named some ranges (the Fiscal Years and the Costs). I then just used the Right($a28,1) in the sumifs formula to bucket the costs in the right priority. It is basically pulling the right most character (either a "1", "2", or "3") to make sure it is putting cost in right priority as well as fiscal year.

  13. #13
    Registered User
    Join Date
    06-23-2014
    Location
    Ontario, canada
    MS-Off Ver
    2013
    Posts
    12

    Re: prioritizing budgets with functions and then summing

    Ahh I get it now - totally logical - i just needed the definitions I guess. Thank you so much!

+ 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. Sum Formula for Budgets?
    By howe7032 in forum Excel Formulas & Functions
    Replies: 11
    Last Post: 12-29-2012, 06:33 PM
  2. Comparing values in different columns and prioritizing them accordingly
    By virtualluffy in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 08-07-2012, 10:05 AM
  3. [SOLVED] prioritizing within ranks
    By icestationzbra in forum Excel General
    Replies: 4
    Last Post: 03-07-2012, 04:03 PM
  4. Prioritizing Excel
    By astrikor in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 09-08-2011, 09:53 AM
  5. VBA script to compare New and Old Budgets
    By cfo@k in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 03-04-2010, 11:30 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