Delaying revenue recognition by Month

ace09

New Member
Joined
Aug 28, 2018
Messages
3
Hello,

I am trying to create a model where a portion of revenue is consumed each month starting on the contract start date. The amount of consumption each month would be an input and could be changed if required. In the below example 85,000 is total revenue, 25,000 is consumed for 3 months. On the 4th month the remainder $10,000 is consumed.

For the second contract, 115,000 is total revenue, 25,000 is recognized starting Feb 1, 2019 to May 1, 2019. After that the remaining 15,000 is recognized.

Contract Start DateTotal RevenueJan 1, 2019Feb 1, 2019Mar 1, 2019April 1, 2019May 1, 2019June 1, 2019July 1, 2019
Jan 1, 2019$85,000$25,000$25,000$25,000$10,000000
Feb 1, 2019$115,000$25,000$25,000$25,000$25,000$15,0000

<tbody>
</tbody>

Input: 25,000



Any ideas on how i can do this using excel formulas?

Thanks!



****** id="cke_pastebin" style="position: absolute; top: 134px; width: 1px; height: 1px; overflow: hidden; left: -1000px;">
$25,000

<tbody>
</tbody>
</body>
 

Excel Facts

Format cells as time
Select range and press Ctrl+Shift+2 to format cells as time. (Shift 2 is the @ sign).
Any ideas on how i can do this using excel formulas?
Welcome to the MrExcel board!

Insert a new column C as shown.
Use cell C1 to record the monthly consumption.
Formula in D2 is copied across and down.
Change C1 to see the impact of a different monthly consumption.

Excel Workbook
ABCDEFGHIJ
1StartTotal250001/01/20191/02/20191/03/20191/04/20191/05/20191/06/20191/07/2019
21/01/20198500025000250002500010000000
31/02/201911500025000250002500025000150000
Sheet1
 
Last edited:
Upvote 0
Awesome! Thank you :)
Cheers. Glad it worked for you. Thanks for letting us know. :)

In case you would like to "tidy up" those zero values on the right, you could change the formula to this.

Excel Workbook
ABCDEFGHIJ
1StartTotal250001/01/20191/02/20191/03/20191/04/20191/05/20191/06/20191/07/2019
21/01/20198500025000250002500010000
31/02/20191150002500025000250002500015000
Sheet1
 
Upvote 0

Forum statistics

Threads
1,214,951
Messages
6,122,446
Members
449,083
Latest member
Ava19

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