+ Reply to Thread
Results 1 to 2 of 2

Excel 2007 : Production batch-help needed with formula

  1. #1
    Registered User
    Join Date
    03-07-2012
    Location
    Dublin
    MS-Off Ver
    Excel 2007
    Posts
    2

    Post Production batch-help needed with formula

    Hi to everyone,
    How can I write formula which will divide production batch for smaller lots Let's say total order for today is 93kg, but in one mix I can produce only 20kg, that means i will produce four batches of 20kg and the last one 13kg. I belive it is easy but I cannot get my head aroud it Any help with this would be great

  2. #2
    Forum Expert daddylonglegs's Avatar
    Join Date
    01-14-2006
    Location
    England
    MS-Off Ver
    2016
    Posts
    14,675

    Re: Production batch-help needed with formula

    If you have total order size (93) in A2 and max batch size (20) in B2 then try this in C2 for the number of full batches @ 20 kg

    =INT(A2/B2)

    and then in D2 this formula for the last batch size

    =IF(MOD(A2,B2),MOD(A2,B2),"")
    Audere est facere

+ 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