+ Reply to Thread
Results 1 to 7 of 7

Prediction formula

  1. #1
    Registered User
    Join Date
    06-15-2012
    Location
    on earth
    MS-Off Ver
    Excel 2003
    Posts
    9

    Prediction formula

    This is likely an easy one but I cannot seem to figure something that works. What I am trying to do is predict how many complaints my company will have during the fiscal year (from April 1 to March 30). Currently the calculation is being done manually base on the current complaints we have received this fiscal year.

    Here is the formula:
    - Number of current complaints / total of current fiscal days * 365=
    - 31 complaint so far / 80 days into fiscal year * 365 = 141 complaint for 2012/2013

    Thank you,
    Karnold
    Last edited by karnold; 06-19-2012 at 09:44 AM.

  2. #2
    Forum Contributor
    Join Date
    08-22-2011
    Location
    Texas, United States
    MS-Off Ver
    Excel 2007 and 2010
    Posts
    516

    Re: Prediction formula

    will this work?
    Attached Files Attached Files

  3. #3
    Forum Guru
    Join Date
    08-05-2004
    Location
    NJ
    MS-Off Ver
    365
    Posts
    13,582

    Re: Prediction formula

    =ROUND(A1/(TODAY()-"4/1/2012")*365,0)
    where A1 contains # of complaints so far this year. Assumes it's not a leap year.
    ChemistB
    My 2?

    substitute commas with semi-colons if your region settings requires
    Don't forget to mark threads as "Solved" (Edit First post>Advanced>Change Prefix)
    If I helped, Don't forget to add to my reputation (click on the little star at bottom of this post)

    Forum Rules: How to use code tags, mark a thread solved, and keep yourself out of trouble

  4. #4
    Registered User
    Join Date
    06-15-2012
    Location
    on earth
    MS-Off Ver
    Excel 2003
    Posts
    9

    Re: Prediction formula

    Thanks Amotto11. That could work if it is the only option.

    In the spread sheet I only have one cell among a bunch of other stats so I am unable (company doesn't want) add cells for dates. Is it possible to have the dates in the formula which will automatically update or where I can manually change the dates myself?

    Karnold Example1.xlsx

    Thanks

  5. #5
    Registered User
    Join Date
    06-15-2012
    Location
    on earth
    MS-Off Ver
    Excel 2003
    Posts
    9

    Re: Prediction formula

    Thanks ChemistB. That is exactly what I was looking for. I will have to figure something out for the leap year. Either the stats are off by a very small margin or I manually change the year in the formula for those leap year.

  6. #6
    Forum Contributor
    Join Date
    08-22-2011
    Location
    Texas, United States
    MS-Off Ver
    Excel 2007 and 2010
    Posts
    516

    Re: Prediction formula

    Try this formula in D1 instead, then can you make it fit what you need?

    =ROUND((B2/(TODAY()-DATE(2012,4,1)))*365,0)

  7. #7
    Registered User
    Join Date
    06-15-2012
    Location
    on earth
    MS-Off Ver
    Excel 2003
    Posts
    9

    Re: Prediction formula

    Thanks ChemistB and Amotto11. That is exactly what I was looking for. I will have to figure something out for the leap year. Either the stats are off by a very small margin or I manually change the year in the formula for those leap year.

+ 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