Closed Thread
Results 1 to 12 of 12

Deferred Revenue Schedule

  1. #1
    Registered User
    Join Date
    07-12-2011
    Location
    Kildare,Ireland
    MS-Off Ver
    Excel 2010
    Posts
    59

    Deferred Revenue Schedule

    Hi - can someone help me in creating a deferred revenue schedule. (date format in this is DMY)

    I have the following

    - Invoice date
    - Start date (date the revenue can begin to be recognized)
    - End date (date the revenue recognition ends)

    Ideally I want the formula in columns F-Q to recognize the start and end date of the periods and release the amount into the right period based on the daily rate x the number of days in that month.

    Some invoices will be billed on random days in the month, so I only want to recognize the revenue as per the number of days that are applicable (so row 7 on the attached is an example)

    Thanks in advance
    Dave
    Attached Files Attached Files

  2. #2
    Forum Expert dflak's Avatar
    Join Date
    11-24-2015
    Location
    North Carolina
    MS-Off Ver
    365
    Posts
    7,920

    Re: Deferred Revenue Schedule

    I made a slight change to the layout of the sheet. Rows 1 and 2 contain the start and end date of the month respectively.

    Here is the magic formula: =$E4*IF(OR($B4>=G$2,$C4<=G$1),0,DAYS(MIN($C4,G$2),MAX($B4,G$1))+1)

    B4 is the start date of the invoice. C4 is the end date of the invoice. G1 is the month start and G2 is the month end.

    So OR($B4>=G$2,$C4<=G$1) means that the start of the invoice is greater than the end of the month or the end of the invoice is less than the start of the month. In either case, there is no overlap, so there are zero days of invoicing in the month.

    DAYS(MIN($C4,G$2),MAX($B4,G$1)) uses the end of the month or the end of the invoice period, whichever is less and the start of the invoice period or start of the month whichever is greater, to do the Days calculation.
    Attached Files Attached Files
    One spreadsheet to rule them all. One spreadsheet to find them. One spreadsheet to bring them all and at corporate, bind them.

    A picture is worth a thousand words, but a sample spreadsheet is more likely to be worked on.

  3. #3
    Forum Contributor
    Join Date
    01-09-2016
    Location
    Perth Western Australia
    MS-Off Ver
    Office 365
    Posts
    257

    Re: Deferred Revenue Schedule

    Hi

    The following formula appears to work across all examples.

    =ROUND(IF(G$2<=$C14,IF(G$2<=$B14,0,(((G$2-$B14)+1)*$E14)-SUM($E14:F14)),(($C14-$B14)*$E14)-SUM($F14:F14)),2)

    Cheers

  4. #4
    Registered User
    Join Date
    07-12-2011
    Location
    Kildare,Ireland
    MS-Off Ver
    Excel 2010
    Posts
    59

    Re: Deferred Revenue Schedule

    Boom!!

    Thanks a million, gotta love this site, I would have literally sat there for 2 days trying to figure this out!!!

  5. #5
    Registered User
    Join Date
    11-07-2018
    Location
    Atlanta
    MS-Off Ver
    Office 365
    Posts
    1

    Re: Deferred Revenue Schedule

    Couple of things...

    1) I downloaded the version 2 of the file. Why is it when I change the date of one of the rows already in the spreadsheet, the formulas start to error out?
    2) Would it be possible for month 1 (partial month be by days) subsequent months be by month, and then last month be by days to finish off the reminder?
    for example $1200 contract for one year, bills 2/1/2018 but contract actually begins 1/20/2018. So Jan would have 11 days of revenue, Feb thru Dec would have even revenue of 1/12th each month, then Jan 2019 would have remained of contract?

    Thanks

  6. #6
    Registered User
    Join Date
    07-12-2011
    Location
    Kildare,Ireland
    MS-Off Ver
    Excel 2010
    Posts
    59

    Re: Deferred Revenue Schedule

    Hi all - I've a follow on query from my original and only noticed this as we implemented this file in the real world.

    The original calculation was on the basis that the period dates (start & end) were after the invoice date, we have another example where an invoice is issued say in July but the service start and end date is prior to this - so the formula would need to reference the invoice date and release all of the revenue in the invoice month.

    Any chance someone could have a look at this file again?

  7. #7
    Registered User
    Join Date
    07-12-2011
    Location
    Kildare,Ireland
    MS-Off Ver
    Excel 2010
    Posts
    59

    Re: Deferred Revenue Schedule

    Ignore this attachment
    Attached Files Attached Files
    Last edited by Dave350z; 11-27-2018 at 08:46 AM.

  8. #8
    Registered User
    Join Date
    07-12-2011
    Location
    Kildare,Ireland
    MS-Off Ver
    Excel 2010
    Posts
    59

    Re: Deferred Revenue Schedule

    Revised attachment
    Attached Files Attached Files

  9. #9
    Registered User
    Join Date
    07-23-2019
    Location
    Bangalore, India
    MS-Off Ver
    MS Office 2016
    Posts
    1

    Re: Deferred Revenue Schedule

    Hi Team,

    I am here trying to build a formula driven deferred revenue for SaaS collection.

    Revenue should be deferred based on service start date (column # C) for the next no of months based on billing frequency (column # E). For example: If my service start is 30th April 2018, whole one month revenue will be deferred in the month of April 2018.

    Request you're help in finding the formula. Thank you in advance
    Attached Files Attached Files

  10. #10
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,779

    Re: Deferred Revenue Schedule

    Administrative Note:

    Welcome to the forum.

    We are happy to help, however whilst you feel your request is similar to this thread, experience has shown that things soon get confusing when answers refer to particular cells/ranges/sheets which are unique to your post and not relevant to the original.

    Please see Forum Rule #4 about hijacking and start a new thread for your query.

    If you are not familiar with how to start a new thread see the FAQ: How to start a new thread
    Ali


    Enthusiastic self-taught user of MS Excel who's always learning!
    Don't forget to say "thank you" in your thread to anyone who has offered you help.
    You can reward them by clicking on * Add Reputation below their user name on the left, if you wish.

    Forum Rules (updated August 2023): please read them here.

  11. #11
    Registered User
    Join Date
    09-05-2019
    Location
    UK
    MS-Off Ver
    2017
    Posts
    1

    Re: Deferred Revenue Schedule

    hi team,

    To the above formula if i add another criterion stated below, what will be the formula.
    1. if the invoice date(1/4/2019) is after start date(1/1/2019) and before end date(31/12/2019), then the monthly value should be calculated based on the invoice month.

    Please help on this.

    Thanks.
    Kavya.
    Attached Files Attached Files
    Last edited by Kavya123; 09-10-2019 at 02:57 AM.

  12. #12
    Forum Moderator AliGW's Avatar
    Join Date
    08-10-2013
    Location
    Retired in Ipswich, Suffolk, but grew up in Sawley, Derbyshire (England)
    MS-Off Ver
    MS 365 Subscription Insider Beta Channel v. 2404 (Windows 11 22H2 64-bit)
    Posts
    80,779

    Re: Deferred Revenue Schedule

    Administrative Note:

    Welcome to the forum.

    We are happy to help, however whilst you feel your request is similar to this thread, experience has shown that things soon get confusing when answers refer to particular cells/ranges/sheets which are unique to your post and not relevant to the original.

    Please see Forum Rule #4 about hijacking and start a new thread for your query.

    If you are not familiar with how to start a new thread see the FAQ: How to start a new thread

    As the thread has been hijacked twice now, I am closing it.

Closed Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [SOLVED] Need formula that provides deferred revenue for SaS maintenance
    By Esimmonds in forum Excel Formulas & Functions
    Replies: 8
    Last Post: 02-04-2022, 06:58 PM
  2. [SOLVED] Deferred Revenue Model
    By Dave350z in forum Excel General
    Replies: 12
    Last Post: 04-29-2021, 01:08 AM
  3. [SOLVED] Deferred Revenue Calculation
    By scruz9 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 12-18-2016, 10:20 AM
  4. New here! Deferred Revenue Schedule
    By mrsbomm in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 12-08-2014, 03:29 PM
  5. Replies: 3
    Last Post: 01-21-2014, 02:35 PM
  6. Help with a formula for a deferred revenue model.
    By amartino44 in forum Excel Formulas & Functions
    Replies: 4
    Last Post: 12-31-2013, 12:10 AM
  7. Deferred Revenue Model
    By amartino44 in forum Excel General
    Replies: 1
    Last Post: 12-27-2013, 06:16 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1