+ Reply to Thread
Results 1 to 21 of 21

Calculate a finish time given a production rate

  1. #1
    Registered User
    Join Date
    02-23-2014
    Location
    Venice fl
    MS-Off Ver
    Excel 2007
    Posts
    11

    Calculate a finish time given a production rate

    Hi,

    I am trying to create a spreadsheet that will calculate cases per hour stocked. I have tried and tried and cannot get it formulate correctly. Here's basically what I need

    If an employee is required to stock 10 cases per hour they have 100 cases to stock. They start stocking at 12pm. I need it to formulate the est finish time. I used those numbers just for ease of math. I can post a picture of my spreadsheet so far if that will help. Thank you
    Last edited by Florotory; 02-23-2014 at 06:13 PM. Reason: violated rule #1

  2. #2
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.84 (24041420))
    Posts
    8,751

    Re: Need help with creating formula

    rather than an image - post a spreadsheet

    Stock = A2
    Rate per hour = B2
    Start Date/Time = C2

    =C2+((A2/B2)/1440*60)

    format cell to a date and time format
    Last edited by etaf; 02-23-2014 at 02:58 PM.
    Wayne
    if my assistance has helped, and only if you wish to , there is an "* Add Reputation" on the left hand side - you can add to my reputation here

    If you have a solution to your thread - Please mark your thread solved do the following: >
    Select Thread Tools-> Mark thread as Solved. To undo, select Thread Tools-> Mark thread as Unsolved.

  3. #3
    Forum Moderator - RIP Richard Buttrey's Avatar
    Join Date
    01-14-2008
    Location
    Stockton Heath, Cheshire, UK
    MS-Off Ver
    Office 365, Excel for Windows 2010 & Excel for Mac
    Posts
    29,464

    Re: Need help with creating formula

    Hi, and welcome to the forum. Unfortunately your post does not comply with Rule 1 of our Forum RULES.

    Use terms appropriate to a Google search. Poor thread titles, like Please Help, Urgent, Need Help, Formula Problem, Code Problem, and Need Advice will be addressed according to the OP's experience in the forum: If you have less than 10 posts, expect (and respond to) a request to change your thread title. Suggestion: "Calculate a finish time given a production rate."

    To change a Title on your post, click EDIT then Go Advanced and change your title, if 2 days have passed ask a moderator to do it for you.

    (This thread should receive no further responses until this moderation request is fulfilled, as per Forum Rule 7)
    Richard Buttrey

    RIP - d. 06/10/2022

    If any of the responses have helped then please consider rating them by clicking the small star icon below the post.

  4. #4
    Registered User
    Join Date
    02-23-2014
    Location
    Venice fl
    MS-Off Ver
    Excel 2007
    Posts
    11

    Re: Need help with creating formula

    Quote Originally Posted by etaf View Post
    rather than an image - post a spreadsheet

    Stock = A2
    Rate per hour = B2
    Start Date/Time = C2

    =C2+((A2/B2)/1440*60)

    format cell to a date and time format
    Ok let me create it real quick since I forgot to save to a thumb drive before I left work.

  5. #5
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.84 (24041420))
    Posts
    8,751

    Re: Calculate a finish time given a production rate

    i made one,and thought I had added to the post
    Attached Files Attached Files

  6. #6
    Registered User
    Join Date
    02-23-2014
    Location
    Venice fl
    MS-Off Ver
    Excel 2007
    Posts
    11

    Re: Calculate a finish time given a production rate

    Test picks sheet.xlsx

    Hopefully this will upload correctly. Just got a new desktop and still getting used to windows 8. the blue is what I would manually key in and the yellow is what I would like it to auto populate for me. Thank you again

    Edit: You spreadsheet that you sent me is basically what Im looking for. I to know how to create the formulas. That way I can customize it for each department.
    Last edited by Florotory; 02-23-2014 at 06:27 PM.

  7. #7
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.84 (24041420))
    Posts
    8,751

    Re: Calculate a finish time given a production rate

    as you will see ,i uploaded a spreadsheet - we need to know the rate/hour
    i have assumed 10 and hard coded into the formula - but we could put in a different cell and use that
    Attached Files Attached Files

  8. #8
    Registered User
    Join Date
    02-23-2014
    Location
    Venice fl
    MS-Off Ver
    Excel 2007
    Posts
    11

    Re: Calculate a finish time given a production rate

    So where the "10" is I can just change that if the cases per hour changes from dept to dept. Is that correct?
    =(C4/10)/1440*60

  9. #9
    Registered User
    Join Date
    02-23-2014
    Location
    Venice fl
    MS-Off Ver
    Excel 2007
    Posts
    11

    Re: Calculate a finish time given a production rate

    I think I got it. Well I should say I think you got it. Ill post my final spreadsheet when its done.

  10. #10
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.84 (24041420))
    Posts
    8,751

    Re: Calculate a finish time given a production rate

    Yes, BUT I would use a cell to do that, and then you can change the cell and not worry about the forumla

    you could one for the group and look it up if needed - so the group rate is also automatic

    for now , for example - if you put the rate, 10 in cell A1 and then for the formula put

    =(C4/$A$1)/1440*60

    then as you copy down , the cell ref will not change

    or on a separate sheet you could have the
    Dept Rate

    and lookup the value for each department
    as in the attached example
    Attached Files Attached Files

  11. #11
    Registered User
    Join Date
    02-23-2014
    Location
    Venice fl
    MS-Off Ver
    Excel 2007
    Posts
    11

    Re: Calculate a finish time given a production rate

    So basically by using the formula =(C4/$A$1)/1440*60 I can basically copy/paste and it will change the cells automatically? So for example if "Consumables A" is 100 per hour and Consumables is 50 per hour I can go to the 1st cell I do and input =(d5/$A$1)1440*60 and it would basically copy =(D5/100)/1440*60 but, just change the cell location? Hope that made sense. Sorry still learning this stuff.

  12. #12
    Registered User
    Join Date
    02-23-2014
    Location
    Venice fl
    MS-Off Ver
    Excel 2007
    Posts
    11

    Re: Calculate a finish time given a production rate

    Ok I changed it a little bit. realized I messed up. So everything in red I would like to have it auto add together. Then put a total on the "Total" box. Then use the total for the Area to give them the completion time.
    Attached Files Attached Files

  13. #13
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.84 (24041420))
    Posts
    8,751

    Re: Calculate a finish time given a production rate

    what ever you put in cell A1 will be use to calculate the rate - the issue will be if you have different rates per description, then you can use the lookup in my previous post

  14. #14
    Registered User
    Join Date
    02-23-2014
    Location
    Venice fl
    MS-Off Ver
    Excel 2007
    Posts
    11

    Re: Calculate a finish time given a production rate

    I think I got what your saying. That is why I decided to group all the areas that have the same completion rate together. That way its easier to manage and setup.

  15. #15
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.84 (24041420))
    Posts
    8,751

    Re: Calculate a finish time given a production rate

    you just need to sum up the quantity

    see attached
    I hard coded the 100
    but you could add as previous posts
    Attached Files Attached Files

  16. #16
    Registered User
    Join Date
    02-23-2014
    Location
    Venice fl
    MS-Off Ver
    Excel 2007
    Posts
    11

    Re: Calculate a finish time given a production rate

    Thank you for being patient and walking me through this. I think I have it. Il post my finished product.

  17. #17
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.84 (24041420))
    Posts
    8,751

    Re: Calculate a finish time given a production rate

    OK
    your welcome,

    did you look at the lookup version ?

    if my assistance has helped, and only if you wish to , there is a reputation icon * on the left hand side - you can add to my reputation here

  18. #18
    Registered User
    Join Date
    02-23-2014
    Location
    Venice fl
    MS-Off Ver
    Excel 2007
    Posts
    11

    Re: Calculate a finish time given a production rate

    I think I did hit the reputation Icon. I can select any post on here of yours in this thread correct? Or does it have to be your 1st post in this thread. If any will work then yes I already did it

  19. #19
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.84 (24041420))
    Posts
    8,751

    Re: Calculate a finish time given a production rate

    any is fine - thanks

  20. #20
    Registered User
    Join Date
    02-23-2014
    Location
    Venice fl
    MS-Off Ver
    Excel 2007
    Posts
    11

    Re: Calculate a finish time given a production rate

    picks worksheet.xlsx
    Ok so here is my finished worksheet. I have a little bit of refining to do on it but, mostly done. I have varying workloads based off the difficulty of the area. So some are 100 some are 80 per hour. Any issue that you see in it? Thank you
    Last edited by Florotory; 02-23-2014 at 09:32 PM.

  21. #21
    Forum Expert etaf's Avatar
    Join Date
    10-22-2004
    Location
    Wittering, West Sussex, UK
    MS-Off Ver
    365 (Mac OSX) (16.84 (24041420))
    Posts
    8,751

    Re: Calculate a finish time given a production rate

    looks OK , as you have hardcoded
    also instead of using cell+cell+cell - you can use SUM(Cell:Cell)

    =(D5+D6+D7+D8+D9)
    =Sum(D5:D9)


    i have also just added a table and new column to show how to use a lookup table if needed

    But if you not going to be changing or adding a lot of different areas and rates - no need really
    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)

Similar Threads

  1. Replies: 1
    Last Post: 11-21-2012, 02:03 AM
  2. Help with creating a formula
    By Peter Barker in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 08-11-2006, 02:05 PM
  3. Help creating formula
    By philamena in forum Excel Formulas & Functions
    Replies: 1
    Last Post: 03-30-2006, 07:35 PM
  4. Help with creating a formula...
    By Meleah Mae in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 01-11-2006, 01:40 PM
  5. creating a formula
    By wwoody in forum Excel General
    Replies: 3
    Last Post: 01-11-2006, 03:14 AM

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