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>
 

Excel Facts

Easy bullets in Excel
If you have a numeric keypad, press Alt+7 on numeric keypad to type a bullet in Excel.
Does this solve your problem?
Excel Workbook
ABC
1Start Date1/08/20091/07/2009
2End Date1/09/200915/12/2009
3Revenue$ 100,000.00$100,000.00
4Rev Per Day$ 3,225.81$ 598.80
Sheet1
 
Upvote 0
Enter this formula in the day one column and drag accross. format the cells as numeric

=Round($D$2/($C$2-$B$2),0)

you may have to adjust the last column if you need the total of all the days to equal 100,000
 
Upvote 0
rmcshane

Welcome to the MrExcel board!

See if this is what you want. Note that my dates are in dd/mm/yyyy format.

Formula in E2 is copied across and down. There is still the issue, mentioned by Bill, of the amounts maybe not adding exactly to the value in column D as in row 3 of my example.

Excel Workbook
BCDEFGHIJKLM
1StartEndRevenue30/07/200931/07/200901/08/200902/08/200903/08/200904/08/200905/08/200906/08/200907/08/2009
201/08/200905/08/2009100,000 20,00020,00020,00020,00020,000
331/07/200902/08/200950,00016,66716,66716,667
4
Spread Revenue
 
Upvote 0
I have a similar problem. I'm attempting to apply the revenue across months, specifically accounting for the proper number of days in each month. (See below.) How would I revise the formula?


Spread Revenue

*B
CD
E
FGHIJKLM
1
Start
EndRevenue
01/07/2009
01/08/2009
01/09/2009
01/10/2009
01/11/2009
01/12/2009
01/01/2010
01/02/2010
01/03/2010
2
01/08/2009
05/08/2009100,000**20,00020,00020,00020,00020,000**
3
31/07/200902/08/200950,000*16,66716,66716,667*****
4
************

<colgroup><col style="font-weight:bold; width:30px; "><col style="width:71px;"><col style="width:71px;"><col style="width:64px;"><col style="width:75px;"><col style="width:75px;"><col style="width:75px;"><col style="width:75px;"><col style="width:75px;"><col style="width:75px;"><col style="width:75px;"><col style="width:75px;"><col style="width:75px;"></colgroup><tbody>
</tbody>


<tbody>
</tbody>
 
Upvote 0
I have a similar problem. I'm attempting to apply the revenue across months, specifically accounting for the proper number of days in each month. (See below.) How would I revise the formula?
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.

Excel Workbook
ABCDEFGHIJK
1StartEndRevenueJul-09Aug-09Sep-09Oct-09Nov-09Dec-09Jan-10Feb-10
21/08/095/08/09100,000 100,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
Spread Across Months
 
Upvote 0
I tried to copy your formula into an issue I am having but no luck. I'm sure it is something simple and you are the perfect person to figure this out for me!

The data below has columns of Expected Revenue, Recognize Date, Revenue Spread of Months. The columns after that are what I was trying to create to make any type of formula work correctly (like the one you posted above, but my issue may be edate??). I am trying to take the Expected Revenue dollars (col A) and spread it over the number of months (col C). For example, Expected revenue for January to December 2015 is $338K and I need to divide it evenly by 9 months. Sounds easy but this report changes monthly so I need formulas in the blank section to accomodate the changing months.

I hope you can help!

Dyan

01/2014</SPAN>
02/2014</SPAN>
03/2014</SPAN>
04/2014</SPAN>
05/2014</SPAN>
06/2014</SPAN>
07/2014</SPAN>
08/2014</SPAN>
09/2014</SPAN>
10/2014</SPAN>
11/2014</SPAN>
12/2014</SPAN>
01/2015</SPAN>
02/2015</SPAN>
03/2015</SPAN>
04/2015</SPAN>
05/2015</SPAN>
06/2015</SPAN>
07/2015</SPAN>
08/2015</SPAN>
09/2015</SPAN>
10/2015</SPAN>
11/2015</SPAN>
12/2015</SPAN>
Expected Revenue </SPAN>
Recognize Date</SPAN>
Revenue Spread</SPAN>
Recognize Date-Pivot</SPAN>
Recognize End Date-Test</SPAN>
Recognize End Date</SPAN>
Jan-14</SPAN>
Feb-14</SPAN>
Mar-14</SPAN>
Apr-14</SPAN>
May-14</SPAN>
Jun-14</SPAN>
Jul-14</SPAN>
Aug-14</SPAN>
Sep-14</SPAN>
Oct-14</SPAN>
Nov-14</SPAN>
Dec-14</SPAN>
Jan-15</SPAN>
Feb-15</SPAN>
Mar-15</SPAN>
Apr-15</SPAN>
May-15</SPAN>
Jun-15</SPAN>
Jul-15</SPAN>
Aug-15</SPAN>
Sep-15</SPAN>
Oct-15</SPAN>
Nov-15</SPAN>
Dec-15</SPAN>
338,000 </SPAN>
1/18/2015</SPAN>
9</SPAN>
01/2015</SPAN>
10/1/2015</SPAN>
10/2015</SPAN>
392,000 </SPAN>
4/16/2014</SPAN>
9</SPAN>
04/2014</SPAN>
1/1/2015</SPAN>
01/2015</SPAN>
950,000 </SPAN>
3/23/2014</SPAN>
9</SPAN>
03/2014</SPAN>
12/1/2014</SPAN>
12/2014</SPAN>
487,500 </SPAN>
4/30/2015</SPAN>
9</SPAN>
04/2015</SPAN>
1/1/2016</SPAN>
01/2016</SPAN>
635,000 </SPAN>
6/13/2014</SPAN>
9</SPAN>
06/2014</SPAN>
3/1/2015</SPAN>
03/2015</SPAN>
292,000 </SPAN>
9/5/2014</SPAN>
9</SPAN>
09/2014</SPAN>
6/1/2015</SPAN>
06/2015</SPAN>
244,000 </SPAN>
5/4/2014</SPAN>
9</SPAN>
05/2014</SPAN>
2/1/2015</SPAN>
02/2015</SPAN>
266,500 </SPAN>
3/29/2015</SPAN>
9</SPAN>
03/2015</SPAN>
12/1/2015</SPAN>
12/2015</SPAN>
450,000 </SPAN>
4/23/2014</SPAN>
9</SPAN>
04/2014</SPAN>
1/1/2015</SPAN>
01/2015</SPAN>

<TBODY>
</TBODY>
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,641
Messages
6,120,688
Members
448,978
Latest member
rrauni

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