+ Reply to Thread
Results 1 to 12 of 12

Sales Realization Calculation

Hybrid View

  1. #1
    Registered User
    Join Date
    03-15-2007
    Posts
    62

    Sales Realization Calculation

    Hi!!!
    I am looking for the formula for calculating Sales realization in installments i.e. if i am selling $100 in 1st year i am receiving 50% in 1st year and balance in next 3 years same thing happens in 2 year. Can anybody help me in this.

    No macro i am looking for plain formula, if possible it is urgent
    Thanks
    Last edited by Chandrashekhar; 02-02-2009 at 12:49 AM.

  2. #2
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531
    I think we need a bit more info... ie how and where are you results to be displayed... how many sales do you have per year and where are those sales listed etc... will all sales follow the same pattern - ie recovered over 4 years - 50% year 1 and 12.5% for years 2-4 ?

    So

    Year2 = (Year1*16.66667%)+(Year2*50%)

    etc...

    If you can post a sample of your workbook and outline expected results you're more likely to get a prompt resolution.
    Last edited by DonkeyOte; 01-24-2009 at 07:03 AM.

  3. #3
    Registered User
    Join Date
    03-15-2007
    Posts
    62

    Sales Realization calculation

    Thanks

    Please find attached the simple working which i have done mannually since there are only 2 years sales but if the sales are year on year then it is difficult please help
    Attached Files Attached Files

  4. #4
    Forum Guru DonkeyOte's Avatar
    Join Date
    10-22-2008
    Location
    Northumberland, UK
    MS-Off Ver
    O365
    Posts
    21,531
    I don't think you need row 4.

    Try the following:

    B6: =ROUND((B$5*0.5)+(SUMIF($A$3:A$3,">="&B$3-$B$2,$A$5:A$5)*(0.5/$B$2)),2)
    copy across to H6
    
    B7: =SUM($A$5:B$5)-SUM($A$9:B$9)
    copy across to H7

  5. #5
    Registered User
    Join Date
    03-15-2007
    Posts
    62

    Sales Realization calculation

    Thanks its working well but formula in B7 does not work but any way it is simple deduction

    Thanks any way for quick solution

  6. #6
    Registered User
    Join Date
    03-15-2007
    Posts
    62

    Sales Realization calculation

    Hi, Sorry to bother you again

    This formula works fine if in row 3 format in numaric such as 2009, 2010 etc but if it is date format it does not work it takes only first caculation File Attached

    Please Help and Thanks
    Attached Files Attached Files

+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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