+ Reply to Thread
Results 1 to 13 of 13

Moving hourly production target

  1. #1
    Registered User
    Join Date
    06-30-2009
    Location
    London
    MS-Off Ver
    Excel 2007
    Posts
    18

    Moving hourly production target

    Hi,

    I am trying to make a spreadsheet which has moving hourly production targets, based upon the previous hours actual production.

    For example, If my hours target is 100 units per hour, but in the first hour of the days (12 hrs) production I only make 50 units and input this into Excel in the actual target production column, I would like Excel to adjust each of the next hourly production targets to 107, due to the 50 units shortfall during the first hour (50 units / 11 = 107.1).

    Can anybody offer any advide on how I may get excel to do this?

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

    Re: Moving hourly production target

    See if the attached helps..
    Attached Files Attached Files
    Life's a spreadsheet, Excel!
    Say thanks, Click *

  3. #3
    Registered User
    Join Date
    06-30-2009
    Location
    London
    MS-Off Ver
    Excel 2007
    Posts
    18

    Re: Moving hourly production target

    That is exactly what I wanted. Thank you very much, I tried for hours on that last night.

    I didn't think there would be a solution to that. Thank you again!

  4. #4
    Registered User
    Join Date
    06-30-2009
    Location
    London
    MS-Off Ver
    Excel 2007
    Posts
    18

    Re: Moving hourly production target

    Sorry, one other question:

    On the hours where I over produce, say for instance, 120 units in an hour, I don't want my target to reduce for the rest of the hours. I would like the remaining hours to still have a 100 target, but only increase, not decrease.

    Is this possible in excel?

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

    Re: Moving hourly production target

    Change Column D to

    =IF(C2<>"",C2,MAX(100,B2)).

    Note: This will lead to over producing as against your original target. See attached
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    06-30-2009
    Location
    London
    MS-Off Ver
    Excel 2007
    Posts
    18

    Re: Moving hourly production target

    Great, thank you very much for the quick reply. That is excellent.

    I very rarely overproduce, so this shouldn't be a problem.

  7. #7
    Registered User
    Join Date
    06-30-2009
    Location
    London
    MS-Off Ver
    Excel 2007
    Posts
    18

    Re: Moving hourly production target

    Quote Originally Posted by Ace_XL View Post
    Change Column D to

    =IF(C2<>"",C2,MAX(100,B2)).

    Note: This will lead to over producing as against your original target. See attached
    Hi,

    Your formulas work very well, but I am having great difficulty in incorporating them into my existing spreadsheet.

    Would you be able to offer further assistance, as I am getting myself very confused?

    Many thanks

    F.

  8. #8
    Registered User
    Join Date
    06-30-2009
    Location
    London
    MS-Off Ver
    Excel 2007
    Posts
    18

    Re: Moving hourly production target

    Actually, if anyone else would be able to assist it would be much appreciated.

    Hours later I'm no nearer completion, and am now more dumbfounded than when I started.

  9. #9
    Registered User
    Join Date
    06-30-2009
    Location
    London
    MS-Off Ver
    Excel 2007
    Posts
    18

    Re: Moving hourly production target

    edited 123456789
    Last edited by Falbrav; 09-21-2012 at 01:45 PM.

  10. #10
    Registered User
    Join Date
    06-30-2009
    Location
    London
    MS-Off Ver
    Excel 2007
    Posts
    18

    Re: Moving hourly production target

    Have you had a chance to look at this problem for me?

  11. #11
    Registered User
    Join Date
    06-30-2009
    Location
    London
    MS-Off Ver
    Excel 2007
    Posts
    18

    Re: Moving hourly production target

    Basically, the problem I am getting with this, is that if I alter =IF(C2<>"",C2,MAX(100,B2)) to =IF(C2<>"",C2,MAX(=F1/12,B2)) then the forumla doesn't work anymore.

    In fact, If I alter it to any number other than 100, or input any cell reference it fails to work any more and I need the spreadsheet to be flexible.

    I'm guessing, by the lack of responses, that I'm asking excel to do the impossible here, right?

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

    Re: Moving hourly production target

    Hi,

    I've finally manged to have a look at this. On your sheet, you do not have a revised target column and your original target seems to be a simple total divided by number of hours.

    Could you elaborate on what's not working and what are your expected results? would be easier to resolve

  13. #13
    Registered User
    Join Date
    06-30-2009
    Location
    London
    MS-Off Ver
    Excel 2007
    Posts
    18

    Re: Moving hourly production target

    On the tracker sheet, there are some hourly targets depending on what type of product is being run.

    I would like the targets to vary depending on whether there is a production defecit or not.

    If there is a defecit, I'd like the deFecit to be decided by the remaining hours & added to original target.

    I realise this may involve additional hidden columns.
    Last edited by Cutter; 09-20-2012 at 11:18 AM. Reason: Removed whole post quote

+ 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