+ Reply to Thread
Results 1 to 8 of 8

Best method to calculate month-end balance of deferred revenue

  1. #1
    Registered User
    Join Date
    02-11-2015
    Location
    USA
    MS-Off Ver
    Excel 2013
    Posts
    3

    Best method to calculate month-end balance of deferred revenue

    Hello, I am trying to calculate a running month-end balance of deferred revenue using a formula.
    The bottom of the attached shows the cascade/waterfall chart which calculates deferred balance by month, but that takes up too much space.
    Wondering if someone can help automate this into one formula? I think I am close to it in the top section, but need help refining. Thanks!
    Attached Files Attached Files

  2. #2
    Registered User
    Join Date
    05-20-2015
    Location
    PEI
    MS-Off Ver
    2013
    Posts
    9

    Re: Best method to calculate month-end balance of deferred revenue

    I'll work on this when I get home from work as its going to take me >1 hour. You want none of the values used in the formulas on the right used, correct?

  3. #3
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,941

    Re: Best method to calculate month-end balance of deferred revenue

    C4=sumproduct(offset(b4,0,0,-min(11,rows(c$4:c4)))*(11-row(c4)+row(offset(b4,0,0,-min(11,rows(c$4:c4)))))) or
    c4=sumproduct((index(b$4:b4,max(1,rows(c$4:c4)-10)):b4)*(11-row(c4)+row(index(b$4:b4,max(1,rows(c$4:c4)-10)):b4)))

    try the above and copy towards down
    Samba

    Say thanks to those who have helped you by clicking Add Reputation star.

  4. #4
    Forum Expert Ace_XL's Avatar
    Join Date
    06-04-2012
    Location
    UAE
    MS-Off Ver
    2016
    Posts
    6,074

    Re: Best method to calculate month-end balance of deferred revenue

    In c4

    =SUMPRODUCT(B$4:B4,N(OFFSET($D$4:D4,ROWS($D$4:D4)-ROW($D$4:D4)+CELL("row",$D$4:D4)-1,0)))

    Copy down

    This only uses Col D as reference
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  5. #5
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,941

    Re: Best method to calculate month-end balance of deferred revenue

    =SUMPRODUCT((B$4:B4)*(11-ROW(C4)+ROW(C$4:C4))*(11-ROW(C4)+ROW(C$4:C4)>0))

    can use above formula too

  6. #6
    Registered User
    Join Date
    02-11-2015
    Location
    USA
    MS-Off Ver
    Excel 2013
    Posts
    3

    Re: Best method to calculate month-end balance of deferred revenue

    Awesome, thank you very much!!

  7. #7
    Registered User
    Join Date
    02-11-2015
    Location
    USA
    MS-Off Ver
    Excel 2013
    Posts
    3

    Re: Best method to calculate month-end balance of deferred revenue

    Thanks for helping out, but marking as "solved" as Siva's suggestion works!

  8. #8
    Forum Guru samba_ravi's Avatar
    Join Date
    07-26-2011
    Location
    Hyderabad, India
    MS-Off Ver
    Excel 2021
    Posts
    8,941

    Re: Best method to calculate month-end balance of deferred revenue

    Thanks for your feedback

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. [SOLVED] Deferred Revenue Model
    By Dave350z in forum Excel General
    Replies: 12
    Last Post: 04-29-2021, 01:08 AM
  2. New here! Deferred Revenue Schedule
    By mrsbomm in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 12-08-2014, 03:29 PM
  3. 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
  4. Deferred Revenue Model
    By amartino44 in forum Excel General
    Replies: 1
    Last Post: 12-27-2013, 06:16 PM
  5. Trying to calculate the Deferred Revenue release formula
    By kashaikh78 in forum Excel Formulas & Functions
    Replies: 9
    Last Post: 04-24-2013, 12:35 PM

Tags for this Thread

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