+ Reply to Thread
Results 1 to 5 of 5

Create a auto fill table with unlimited length

  1. #1
    Registered User
    Join Date
    09-02-2014
    Location
    Arlington, TX
    MS-Off Ver
    2013
    Posts
    4

    Create a auto fill table with unlimited length

    I am trying to create a table that adds a fixed number to other number based on a final goal and return the total number of items need to complete a task.

    EX: I have a box that holds 216 items, I have an order for 10,000 items. I need a chart to track the number of boxes complete. The 10,000 items changes constantly but the boxes always holds 216 items.


    I have attached a spreadsheet of the goal. I need it to be dynamic and change in length to any final number.
    Attached Files Attached Files

  2. #2
    Forum Expert ben_hensel's Avatar
    Join Date
    01-26-2012
    Location
    Northeast USA
    MS-Off Ver
    Office 365
    Posts
    2,043

    Re: Create a auto fill table with unlimited length

    lemme see if I get this.

    You've got the following variables:
    1) number of units in order, n
    2) units per box, b

    then you need to figure out how many boxes you need to ship to fill the order (call it x), right?

    Isn't that just primary-school arithmatic?
    u = b * x
    x = u/b

    for example,
    x = 10,000 / 216 = 46.296

    and probably round up so you ship an integer number of boxes where the last one is a partial.
    x = 47

    partial box = 10,000 - 46 * 216 = 64 units

    So what is it you're charting? Progress per box or something? I feel like I'm missing something.

  3. #3
    Registered User
    Join Date
    09-02-2014
    Location
    Arlington, TX
    MS-Off Ver
    2013
    Posts
    4

    Re: Create a auto fill table with unlimited length

    Yes progress per box. I need a chart that can change size depending on the total boxes. It also needs to show the number of boxes.

    1=216
    2=432

    So on. Right now I have by hand but it is a large spreadsheet. It takes a long time to get not very far on creating. Just looking for a way to create a chart that plugs and plays with only one number to enter. Yes rounding up is also necessary to ensure correct counts. EX: 47 boxes hold 10152 which is what we ship. No partial boxes.

  4. #4
    Forum Expert ben_hensel's Avatar
    Join Date
    01-26-2012
    Location
    Northeast USA
    MS-Off Ver
    Office 365
    Posts
    2,043

    Re: Create a auto fill table with unlimited length

    So what is it you need to chart, anyway?

    Well, at any rate, see attached. It can handle order sizes up to 108,000 items. If you want more, just pull the formulas in A501:D501 down farther.
    Attached Files Attached Files

  5. #5
    Registered User
    Join Date
    09-02-2014
    Location
    Arlington, TX
    MS-Off Ver
    2013
    Posts
    4

    Re: Create a auto fill table with unlimited length

    I do Hunger relief and we have volunteer package food. We have to track the boxes on a pallet.

    Thanks for your help.

  6. #6
    Registered User
    Join Date
    09-02-2014
    Location
    Arlington, TX
    MS-Off Ver
    2013
    Posts
    4

    Re: Create a auto fill table with unlimited length

    This works great. I am trying to make more the one column fit on a page and only generate what I need still, is that possible? I have included the modifications I made.
    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. Vlookup to create auto-fill
    By jodieichel in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 01-03-2014, 01:00 PM
  2. Create an auto fill for 01.01.01 as a date.
    By Steve-B in forum Excel General
    Replies: 6
    Last Post: 06-23-2009, 09:42 AM
  3. Auto Fill Formula along length of report
    By Hblbs in forum Excel Programming / VBA / Macros
    Replies: 2
    Last Post: 02-06-2009, 10:33 AM
  4. Another Auto Fill variable length column
    By BEEJAY in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 08-22-2006, 12:00 PM
  5. ANN: Create your own Unlimited Marketing Lists
    By S. Mark Brown in forum Excel Programming / VBA / Macros
    Replies: 0
    Last Post: 01-13-2006, 10:50 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