+ Reply to Thread
Results 1 to 7 of 7

Need Help Someone ! Revenue Recognition Evenly across the Months

  1. #1
    Registered User
    Join Date
    04-08-2013
    Location
    India
    MS-Off Ver
    Excel 2007,Excel 2010
    Posts
    4

    Need Help Someone ! Revenue Recognition Evenly across the Months

    Hi All,

    Need: Allocating the amount of each item based on a monthly amount.

    Amount Alloc Start Alloc End
    $10,000.00 24-Jun-16 23-Jun-17
    $10,000.00 24-Jul-16 23-Jul-17


    Scenario 1 : - If month has 30 days Date Days Revenue
    End Date of the month Allocate Start Date Year 30-Jun-16 7.00 $194
    Start Date of the month Allocate End Date Year 1-Jun-17 23.00 $639


    Scenario 2: - If month has 31 days Date Days Revenue
    End Date of the month Allocate Start Date Year 31-Junl-16 .00 $215
    Start Date of the month Allocate End Date Year 1-Jul-17 23.00 $618
    Attached Files Attached Files

  2. #2
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,208

    Re: Need Help Someone ! Revenue Recognition Evenly across the Months

    In G10

    =IF(AND(MONTH(G$9)=MONTH($C10),YEAR($C10)=YEAR(G$9)),((EOMONTH(G$9,0)-$C10+1)/DAY(EOMONTH(G$9,0)))*$F$10,IF(MONTH(G$9)=MONTH($C10),(DAY($C10)-1)/DAY(EOMONTH(G$9,0))*$F$10,IF(G$9<$C10,0,IF(G$9>$D10,0,$F$10))))

    See attached: results in rows 12/13
    Attached Files Attached Files

  3. #3
    Forum Expert
    Join Date
    05-30-2012
    Location
    The Netherlands
    MS-Off Ver
    Office 365
    Posts
    14,987

    Re: Need Help Someone ! Revenue Recognition Evenly across the Months

    I added the formula in the yellow cel.

    The result is in the green cells.

    Please add the formula on the forum, since I use a dutch version of Excel.
    Notice my main language is not English.

    I appreciate it, if you reply on my solution.

    If you are satisfied with the solution, please mark the question solved.

    You can add reputation by clicking on the star * add reputation.

  4. #4
    Registered User
    Join Date
    04-08-2013
    Location
    India
    MS-Off Ver
    Excel 2007,Excel 2010
    Posts
    4

    Thumbs up Re: Need Help Someone ! Revenue Recognition Evenly across the Months

    @ John Topley Sir! Your really amazing your formula worked like a charm. Thanks a ton for your quick reply .

    @ oeldere Thank you so much for your time to reply, your way of approach to the query was really good.
    However, except for Allocation start date and Allocation end date remaining months, the revenue should be same irrespective
    of no of days be it 30 or 31 days or 28 days which was addressed by John. If it addresses that the formula would be flawless.

  5. #5
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,208

    Re: Need Help Someone ! Revenue Recognition Evenly across the Months

    If that takes care of your original question, please select Thread Tools from the menu link above and mark this thread as SOLVED. Thanks.

  6. #6
    Registered User
    Join Date
    04-08-2013
    Location
    India
    MS-Off Ver
    Excel 2007,Excel 2010
    Posts
    4

    Re: Need Help Someone ! Revenue Recognition Evenly across the Months

    @ JohnTopley Please help with the formula which you have shared in the sheet, as the formula is calculating for the next year as well.
    Highlighted the cell in RED for easy find. Thanks
    Attached Files Attached Files
    Last edited by Surf1987; 06-16-2017 at 08:53 AM.

  7. #7
    Forum Expert
    Join Date
    05-05-2015
    Location
    UK
    MS-Off Ver
    Microsoft Excel for Microsoft 365 MSO (Version 2402 Build 16.0.17328.20068) 64-bit
    Posts
    28,208

    Re: Need Help Someone ! Revenue Recognition Evenly across the Months

    Try

    =IF(AND(MONTH(T$9)=MONTH($C10),YEAR($C10)=YEAR(T$9)),((EOMONTH(T$9,0)-$C10+1)/DAY(EOMONTH(T$9,0)))*$F$10,IF(AND(MONTH(T$9)=MONTH($D10),YEAR($D10)=YEAR(T$9)),(DAY($D10)-1)/DAY(EOMONTH(T$9,0))*$F$10,IF(T$9<$C10,0,IF(T$9>$D10,0,$F$10))))

    and July figure is 645.

+ 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. Excel Formula Showing Revenue Recognition Based on Days and Months
    By stratcat3345 in forum Excel Formulas & Functions
    Replies: 6
    Last Post: 03-16-2014, 06:13 AM
  2. Revenue recognition and deffered revenue
    By saurabhwise in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 10-08-2013, 11:12 AM
  3. [SOLVED] insert duplicate rows of data for monthly revenue recognition with sequential months
    By Dvyne in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 04-08-2013, 09:56 PM
  4. Revenue Recognition Scenarios
    By ELW1976 in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 08-17-2011, 01:48 PM
  5. Excel 2007 : Revenue Recognition/Projections
    By winniedebu in forum Excel General
    Replies: 1
    Last Post: 03-04-2011, 01:00 AM
  6. Revenue Recognition
    By pdiddy123 in forum Excel Formulas & Functions
    Replies: 0
    Last Post: 08-23-2007, 12:10 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