Revenue Recognition

barkeep15

New Member
Joined
Aug 3, 2016
Messages
3
Hi

I am trying to build a revenue recognition formula within Excel. It's for a services company which can only consume service revenue at $40,000 per month.

So for a deal of $100,000 the revenue would be recognized as $40k in month 1, $40k in month 2 and then $20k in month 3. So the inputs we have are the date the deal is signed (the month the service revenue begins to be realized) and the total services revenue.

There are multiple deals all of different sizes but can only be recognized $40k per month. Each would start in the month the deal is signed.

Any suggestions?
 

Excel Facts

Can you sort left to right?
To sort left-to-right, use the Sort dialog box. Click Options. Choose "Sort left to right"
Something like:


Excel 2010
ABCDEFGH
1RevenueMonth1Month2Month3Month4Month5Month6Month7
21000004000040000200000000
370000400003000000000
41000010000000000
526000040000400004000040000400004000020000
6900004000040000100000000
Sheet9 (2)
Cell Formulas
RangeFormula
B2=MAX(0,MIN(40000,(($A2/40000)-(COLUMN(A1)-1))*40000))
 
Upvote 0
Thanks for that! Amazing. How would I trigger the start month to differ between contracts? So I have a contract value and a contract start month. Multiple contracts with different values and start months.

Thanks again!
 
Upvote 0
This?


Excel 2010
ABCDEFGHIJKLMNO
1MonthRevenueJan-16Feb-16Mar-16Apr-16May-16Jun-16Jul-16Aug-16Sep-16Oct-16Nov-16Dec-16Jan-17
2Mar-161000000040000400002000000000000
3Aug-1670000000000040000300000000
4Jan-161000010000000000000000
5Apr-1626000000040000400004000040000400004000020000000
6Nov-16900000000000000400004000010000
Sheet9 (2)
Cell Formulas
RangeFormula
C2=IFERROR(40000*MEDIAN(($B2/40000)-(DATEDIF($A2,C$1,"M")),0,1),0)
 
Upvote 0

Forum statistics

Threads
1,214,829
Messages
6,121,827
Members
449,051
Latest member
excelquestion515

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