Revenue Distribution Formula

Texan Fan

New Member
Joined
Sep 19, 2012
Messages
6
Revenues are received monthly and then distributed to Mark and Frank.

At first, 75% of the revenues will go to Mark and 25% to Frank. This arrangement of 75/25 will be changed to 25% to the Mark and 75% to Frank once Mark’s $1000 investment is paid back. Once both parties have been compensated equally the percentage split will convert to 50%/50%. I also need functionality that tracks the money to alert me when the percentages should convert.

What formula should I use?



Month
Revenue

Mark's 75% / 25% / 50%​

Frank's 25% / 75% / 50%​
Jan
250

formula​

formula​
Feb
300
formula
formula
March
300
April
350

<tbody>
</tbody>








Thanks in advance for any tips.
Texan Fan
I'm using Excel 2007 and Windows 7
 

Excel Facts

VLOOKUP to Left?
Use =VLOOKUP(A2,CHOOSE({1,2},$Z$1:$Z$99,$Y$1:$Y$99),2,False) to lookup Y values to left of Z values.
Revenues are received monthly and then distributed to Mark and Frank.

At first, 75% of the revenues will go to Mark and 25% to Frank. This arrangement of 75/25 will be changed to 25% to the Mark and 75% to Frank once Mark’s $1000 investment is paid back. Once both parties have been compensated equally the percentage split will convert to 50%/50%. I also need functionality that tracks the money to alert me when the percentages should convert.

What formula should I use?



MonthRevenue
Mark's 75% / 25% / 50%​
Frank's 25% / 75% / 50%​
Jan250
formula​
formula​
Feb300formulaformula
March300
April350

<tbody>
</tbody>








Thanks in advance for any tips.
Texan Fan
I'm using Excel 2007 and Windows 7

Hello and welcome:

Excel 2010
ABCDE
1MonthRevenueMark's 75% / 25% / 50%Frank's 25% / 75% / 50%
2
3Jan250187.562.5250
4Feb300337.5212.5550
5March300487.5362.5850
6April3505756251200
Sheet1
Cell Formulas
RangeFormula
C3=IF(SUM($B$3:B3)<500,C2+B3*0.75,IF(SUM($B$3:B3)<1000,C2+B3*0.5,C2+B3*0.25))
D3=IF(SUM($B$3:B3)<500,D2+B3*0.25,IF(SUM($B$3:B3)<1000,D2+B3*0.5,D2+B3*0.75))
E3=SUM($B$3:B3)
 
Upvote 0
Thank you for the quick reply Robert. That was my first post on the forum and I appreciate the help. As I continue to work on the spreadsheet I may need to post another question.

Thanks again,
Texan Fan
 
Upvote 0
Thank you for the quick reply Robert. That was my first post on the forum and I appreciate the help. As I continue to work on the spreadsheet I may need to post another question.

Thanks again,
Texan Fan
You are welcome.
You can be sure that someone will answer your next question.
 
Upvote 0

Forum statistics

Threads
1,215,427
Messages
6,124,831
Members
449,190
Latest member
rscraig11

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top