+ Reply to Thread
Results 1 to 7 of 7

Formula to calculate % of income to transfer to specific saving target

  1. #1
    Forum Contributor
    Join Date
    09-13-2016
    Location
    Kenya
    MS-Off Ver
    Excel 2010
    Posts
    317

    Formula to calculate % of income to transfer to specific saving target

    In the workbook attached, sheet one contains data for income & expenditure while sheet two contains saving targets.

    REQUIRED:
    I would like to be able to calculate the percentage of income (income in Cell D4) to allocate each saving target so that each of the targets is reached within the time stipulated.

    Attached is the workbook:

    % of income.xlsx
    OnditiGK

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,350

    Re: Formula to calculate % of income to transfer to specific saving target

    Try

    =$C5/SUMIFS('Income&Expenditure'!D:D,'Income&Expenditure'!B:B,">=" &'Income&Expenditure'!B8,'Income&Expenditure'!B:B,"<=" &'Income&Expenditure'!B8+'Saving Targets'!D5*7-1)

    This SUMS the income over period of weeks in D5 (assuming start data is 01/01/2018)

    Obviously it takes no account of inflation/salary increases/cost increases.

  3. #3
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,350

    Re: Formula to calculate % of income to transfer to specific saving target

    Alternatively, take a weeks salary , multiple by number of weeks.

    so = savings/(weekly salary * number of weeks)

  4. #4
    Forum Contributor
    Join Date
    09-13-2016
    Location
    Kenya
    MS-Off Ver
    Excel 2010
    Posts
    317

    Re: Formula to calculate % of income to transfer to specific saving target

    It is the income in cell D4 in the income&expenditure sheet that is to be considered.

    Just tried the formula in cell E5 of the savings sheet. copying the formula down produces the #DIV/0! error in some cells. Some of the % are also over 100%.

    See attached.

    Copy of % of income.xlsx

  5. #5
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,350

    Re: Formula to calculate % of income to transfer to specific saving target

    Try this

    in F5 Calculates the savings amount in a 4 week period

    =C5/D5*4

    in G5 (estimate of monthly salary: only approximate as salary may be 4/5 week periods)

    =F5/'Income&Expenditure'!$J$8


    in the first post you only had a month's daily figures so the SUMIF will obviously be wrong)

  6. #6
    Forum Contributor
    Join Date
    09-13-2016
    Location
    Kenya
    MS-Off Ver
    Excel 2010
    Posts
    317

    Re: Formula to calculate % of income to transfer to specific saving target

    With the above formulae, the sum of all values in column F is 202,209. This is less than the shared figure in cell J8 of the Income&Expenditure sheet which is 99,400.

    Shouldn't the sum of all these values (in column F of the Savings sheet) take us back to the originally shared figure (99,400 in cell J8 in the income&expenditure sheet?

  7. #7
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,350

    Re: Formula to calculate % of income to transfer to specific saving target

    No: it simply means you are living well beyond your means!!!

    Look at buying a car:

    1,500,000 over 49 months (@4 weeks per month) = 30,612 per month (30% of monthly salary of 99,400)

    Very basic maths.

+ 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. Formula to calculate daily sales needed to reach a specific target
    By smsmworld in forum Excel Formulas & Functions
    Replies: 13
    Last Post: 12-17-2016, 03:27 PM
  2. Weekly tracker to show if on target for income
    By Sionos in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 01-22-2015, 12:19 PM
  3. formula for calculate Income tax.
    By visha_1984 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-04-2014, 10:13 AM
  4. Formula to Calculate income
    By mgdotcom in forum Excel General
    Replies: 0
    Last Post: 12-13-2012, 06:23 AM
  5. Financial formula to calculate interest income
    By JR573PUTT in forum Excel General
    Replies: 2
    Last Post: 03-21-2006, 04:40 PM
  6. Formula to calculate federal income tax
    By mikeburg in forum Excel General
    Replies: 1
    Last Post: 08-26-2005, 01:05 PM
  7. formula for workbook showing daily income compared to goal income.
    By tittytatbratt in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 03-08-2005, 06:06 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