+ Reply to Thread
Results 1 to 8 of 8

Formulas for pro rata with dates

  1. #1
    Registered User
    Join Date
    04-06-2016
    Location
    Albany Western Australia
    MS-Off Ver
    Excel 2010
    Posts
    4

    Formulas for pro rata with dates

    Hi All,

    I am racking my brain trying to work out a suitable formula to work out a flow on effect.

    Situation is we supply funding to individuals for 12 month periods with varing start dates, our centralised funding is run on the financial year 1st July to 30 June.

    What I need a formula to work out is if $10,000 funding is started on 15 January 2016 what pro rata amount will be spent in the 2015-2016 financial year and what amount will flow into the 2016-2017 financial year.

    Thank you in advance for any help you can give me.

    Cheers

    Vanessa

  2. #2
    Valued Forum Contributor
    Join Date
    04-22-2014
    Location
    Auckland, New Zealand
    MS-Off Ver
    Office 365 (work) and Excel 2013 (home)
    Posts
    1,167

    Re: Formulas for pro rata with dates

    It's not an elegant formula, and somebody may be able to improve it, but it should work:
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    This will give the amount of the funding that applies to the financial year in which it commenced.
    Please add reputation by clicking on the * if I have helped.
    Please mark the thread SOLVED if your issue has been resolved.
    Thanks, Glenn.

  3. #3
    Forum Contributor
    Join Date
    08-14-2013
    Location
    Here and there
    MS-Off Ver
    Excel 2010
    Posts
    376

    Re: Formulas for pro rata with dates

    Step 1: The End Date (30/06/2016) less the Start Date (15/01/2016) +1 = 168 days
    Step 2: The amount of $10,000 / 365 * 168 = $4,602.74 ... so that much in allocated to this financial year and ...
    Step 3: The remainder of $5,397.26 is allocated to the next finacial year.

  4. #4
    Registered User
    Join Date
    04-06-2016
    Location
    Albany Western Australia
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: Formulas for pro rata with dates

    Thank you for this, Unfortunatley this was well beyond my level of understanding, this could very possibly be because I have been drowning in funding all week and complex formuls are not a strong point of mine, I just could not get it to work.
    I am going to have another look at it next week when my head is less foggy to see if I can nut it out and get it to work.

    Thank you so much for your assistance


    Quote Originally Posted by gak67 View Post
    It's not an elegant formula, and somebody may be able to improve it, but it should work:
    Formula: copy to clipboard
    Please Login or Register  to view this content.


    This will give the amount of the funding that applies to the financial year in which it commenced.

  5. #5
    Registered User
    Join Date
    04-06-2016
    Location
    Albany Western Australia
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: Formulas for pro rata with dates

    BAMM the problem is solved.

    Thank you so much, this was the perfect way to step out the instructions for me, I'm not good with these functions in excel so going right back to basics in simple language was just what I needed. You have saved me from pulling my hair out...


    Quote Originally Posted by Ursul View Post
    Step 1: The End Date (30/06/2016) less the Start Date (15/01/2016) +1 = 168 days
    Step 2: The amount of $10,000 / 365 * 168 = $4,602.74 ... so that much in allocated to this financial year and ...
    Step 3: The remainder of $5,397.26 is allocated to the next finacial year.

  6. #6
    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
    30,711

    Re: Formulas for pro rata with dates

    Based on Ursul's clear explanation of the calculation:

    A2=Start Date (of loan)
    B2= Financial Year end
    C2=Amount of Loan
    D2=2015-2016 amount =ROUND(C2*((B2-A2)+1)/365,2)
    E2 =2016-2017 amount =C2 - D2

    See attached
    Attached Files Attached Files

  7. #7
    Registered User
    Join Date
    04-06-2016
    Location
    Albany Western Australia
    MS-Off Ver
    Excel 2010
    Posts
    4

    Re: Formulas for pro rata with dates

    Oh wow, I did it the long way, this cuts out a step, once again a very clear basic explaination that very easy to follow and great to see in action.

    Thank you so much, I feel a bit silly now seeing how basic it was


    Quote Originally Posted by JohnTopley View Post
    Based on Ursul's clear explanation of the calculation:

    A2=Start Date (of loan)
    B2= Financial Year end
    C2=Amount of Loan
    D2=2015-2016 amount =ROUND(C2*((B2-A2)+1)/365,2)
    E2 =2016-2017 amount =C2 - D2

    See attached

  8. #8
    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
    30,711

    Re: Formulas for pro rata with dates

    Glad to have helped: we all have a "bad at the office" sometime !!!

    If you have a solution could you please mark the thread as solved ("Thread Tools" at top of first post).

+ 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. [SOLVED] Pro rata from lookup
    By joee74 in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 09-28-2015, 10:49 AM
  2. Pro Rata Premium Calculation
    By matthruba in forum Excel General
    Replies: 6
    Last Post: 06-30-2014, 04:57 PM
  3. Pro Rata Calculation
    By Klsapp81 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 09-29-2011, 07:54 PM
  4. Calculating a value pro rata using dates
    By Sai Sari in forum Excel General
    Replies: 6
    Last Post: 07-31-2010, 03:29 PM
  5. pro rata pecentage
    By Kiwi06 in forum Excel General
    Replies: 3
    Last Post: 07-17-2010, 08:48 AM
  6. Formula for Pro Rata Multiplication
    By CC_mfc in forum Excel General
    Replies: 6
    Last Post: 09-25-2007, 08:21 AM
  7. [SOLVED] How do I calculate pro-rata formulas?
    By dukes in forum Excel Formulas & Functions
    Replies: 3
    Last Post: 11-10-2005, 12:10 AM

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