+ Reply to Thread
Results 1 to 5 of 5

Calculate Pro-Rata Share of Two Variables

  1. #1
    Registered User
    Join Date
    08-14-2007
    Posts
    27

    Question Calculate Pro-Rata Share of Two Variables

    My [lack of] math skills are failing me so thanks in advance for your time. Here is the problem, and the attachment provides a visual and formula template:

    Bob invests $75,000 in CompanyX on January 1st 2011.
    Tom invests $25,000 in CompanyX on July 1st 2011.

    At the end of the year, CompanyX disburses $20,000 in net profit to investors. I am trying to write a formula that determines how much money Bob and Tom would get, respective to the amount they invested as well as when they invested it.

    For example, without the time consideration, Bob should get 75% of 20k or $15,000, and Tom should get 25% of 20k or $5,000. However, in reality that is not right...because then Tom would be getting a much higher annual return that Bob gets since he only had his money tied up in CompanyX for half the year. I'd really like the formula to be able to do this for at least three investors (Bob, Tom, and Frank).

    Assuming disbursements are only made once per year after the year has ended, my end goal is to use the below three variables to determine the "pro-rata" share of net profit each investor should get (with at least three investors). The variables are:
    1) Amount Invested 2) Date of Investment 3) Total Net Profit in Dollars at Year's End

    Thank you for any ideas on how to tackle this.

    -Chris
    Attached Files Attached Files
    Last edited by wealthistime; 12-20-2010 at 07:46 PM. Reason: SOLVED

  2. #2
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,721

    Re: Calculate Pro-Rata Share of Two Variables

    I am an engineer, not a finance guy, but here's what I would do (see attached Step 3).

    The weight of an investment depends on the amount invested (A) and the duration of time (T) it's invested for. So let's establish that weight as the product of the two, A x T. This is done in a formula with a multiplication.

    Then I find the sum of all weights. This is done with the SUMPRODUCT function.

    I divide the individual investor's weight by the sum of all weights to get the proportion of his share.

    Then I multiply the whole thing times the profit to be disbursed. In your example, weights are

    Bob 75,000 x 365 = 27,375,000
    Tom 25,000 x 184 = 4,600,000
    Total = 31,975,000

    As you can see Bob's greater investment combined with longer duration gives him the lion's share of the profit.
    Last edited by 6StringJazzer; 12-09-2010 at 01:30 PM. Reason: Deleted stray text; improved wording after re-read
    Jeff
    | | |會 |會 |會 |會 | |:| | |會 |會
    Read the rules
    Use code tags to [code]enclose your code![/code]

  3. #3
    Registered User
    Join Date
    08-14-2007
    Posts
    27

    Re: Calculate Pro-Rata Share of Two Variables

    Thanks a million Bob- that works!

  4. #4
    Administrator 6StringJazzer's Avatar
    Join Date
    01-27-2010
    Location
    Tysons Corner, VA, USA
    MS-Off Ver
    MS365 Family 64-bit
    Posts
    24,721

    Re: Calculate Pro-Rata Share of Two Variables

    Quote Originally Posted by wealthistime View Post
    Thanks a million Bob- that works!
    Bob's the guy in your spreadsheet. My name is Jeff

  5. #5
    Registered User
    Join Date
    11-03-2008
    Location
    India
    MS-Off Ver
    Excel 2010
    Posts
    2,521

    Re: Calculate Pro-Rata Share of Two Variables

    That was a very good explantion!

+ 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