Spreading revenue over time

rmcshane

New Member
Joined
Jul 23, 2009
Messages
2
I am building an excel file to track revenue over time. We get paid at the end of a project but i want to spread the cash out over the life of the project. <?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:eek:ffice:eek:ffice" /><o:p></o:p>
<o:p></o:p>
Example:<o:p></o:p>
<o:p></o:p>
Start date (B2):8/1/09<o:p></o:p>
End date (C2): 9/1/09<o:p></o:p>
Revenue (D2): $100,000<o:p></o:p>
<o:p></o:p>
I have dates starting at 7/30/09 running across the top row (E1:ZZ1)<o:p></o:p>
<o:p></o:p>
I am trying to figure out a formula that I can drag across so that the project revenue will be divided by the number of days and put into the appropriate cell. So for the example above, $3,225 (100k/31 days) will be put in each cell under the corresponding dates between 8/1/2009 and 9/1/2009. If I change the dates, the formula will adjust accordingly. I am going to use a flat distribution (each day will have the same dollar amount).
<o:p></o:p>
Thanks for the help. I am really lost on this one. <o:p></o:p>
 
Welcome to the MrExcel board!

Not certain just what is in some of those date cells but see if this does what you want.
Formula in G3 is copied across & down.

Excel Workbook
ABCDEFGHIJKLMNOPQRS
2Expected RevenueRecognize DateRevenue SpreadRecognize Date-PivotRecognize End Date-TestRecognize End DateJan-14Feb-14Mar-14Apr-14May-14Jun-14Jul-14Aug-14Sep-14Oct-14Nov-14Dec-14Jan-15
3338,00018/01/159Jan-151/10/15Oct-15 37555.6
4392,00016/04/149Apr-141/01/15Jan-1543555.643555.643555.643555.643555.643555.643555.643555.643555.6
5950,00023/03/149Mar-141/12/14Dec-14105556105556105556105556105556105556105556105556105556
6487,50030/04/159Apr-151/01/16Jan-16
7635,00013/06/149Jun-141/03/15Mar-1570555.670555.670555.670555.670555.670555.670555.670555.6
8292,0005/09/149Sep-141/06/15Jun-1532444.432444.432444.432444.432444.4
9244,0004/05/149May-141/02/15Feb-1527111.127111.127111.127111.127111.127111.127111.127111.127111.1
10266,50029/03/159Mar-151/12/15Dec-15
11450,00023/04/149Apr-141/01/15Jan-15500005000050000500005000050000500005000050000
Revenue Spread
 
Upvote 0

Excel Facts

Bring active cell back into view
Start at A1 and select to A9999 while writing a formula, you can't see A1 anymore. Press Ctrl+Backspace to bring active cell into view.
You are brilliant! This works perfectly and you made my day. Thank you for responding so quickly..

Dyan
 
Upvote 0
Glad it worked so well for you. Thanks for letting us know. :)
 
Upvote 0
I am trying to spread revenue over 12 months and then the spreadsheet switches to quarters. I don't know how to adjust the formula to work when I hit the quarters. Can anyone help with this?



Welcome to the MrExcel board!

Like this?

Row 1 Dates are the 1st of each month (eg 1/07/2009). I've formatted those dates to show only month & year.

Formula in D2 is copied across and down.

If this is not what you want, some more details, sample data and expected results would help.

Spread Across Months

ABCDEFGHIJK
1StartEndRevenueJul-09Aug-09Sep-09Oct-09Nov-09Dec-09Jan-10Feb-10
21/08/095/08/09100,000100,000.00
331/07/092/08/0950,00016,666.6733,333.33
425/08/0920/12/0920,0001,186.445,084.755,254.245,084.753,389.83

<tbody>
</tbody>

Spreadsheet Formulas
CellFormula
D2=IF(OR(D$1<=$A2-DAY($A2),D$1>EOMONTH($B2,0)),"",MAX(MIN(EDATE(D$1,1)-$A2,EDATE(D$1,1)-D$1,$B2-D$1+1,$B2-$A2+1),0)*$C2/($B2-$A2+1))

<tbody>
</tbody>

<tbody>
</tbody>


Excel tables to the web >> Excel Jeanie HTML 4
 
Upvote 0

Forum statistics

Threads
1,214,653
Messages
6,120,749
Members
448,989
Latest member
mariah3

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