+ Reply to Thread
Results 1 to 9 of 9

Warehouse Optimization

Hybrid View

  1. #1
    Registered User
    Join Date
    08-04-2010
    Location
    Ohio
    MS-Off Ver
    Excel 2003
    Posts
    7

    Warehouse Optimization

    I have a quick question!

    I have a few warehouses throughout the USA that I distribute product to a number of customers at specific destinations. I was wondering if there is an easy way to use excel to optimize my warehouse locations depending on customer locations?

  2. #2
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: Warehouse Optimization

    You don't provide enough details for an answer.
    If you mean find the closest warehouse relative a specific customer location, the perhaps a look up table will work.

    Such a table might be structured as:
    column1 =region (or area, state, etc.)
    column2 = warehouse name

    You would need to correlate the customer to a region. Then, using a look up of the customer name (or ID, etc.) return the customer's region and use this result an an input for another look up to return the warehouse location.

    If you want specific help, then provide specific details.
    Palmetto

    Do you know . . . ?

    You can leave feedback and add to the reputation of all who contributed a helpful response to your solution by clicking the star icon located at the left in one of their post in this thread.

  3. #3
    Registered User
    Join Date
    08-04-2010
    Location
    Ohio
    MS-Off Ver
    Excel 2003
    Posts
    7

    Re: Warehouse Optimization

    I appreciate your response!

    For example I have 5 warehouses with maybe 100 customer locations throughout the united states all with different distances between them to each of these warehouses. I am looking for a way or method to determine where the most strategic locations to place my warehouses should be in regards to distances from customer locations, to optimize the travel distances from my warehouse to customer point.

  4. #4
    Forum Expert Palmetto's Avatar
    Join Date
    04-04-2007
    Location
    South Eastern, USA
    MS-Off Ver
    XP, 2007, 2010
    Posts
    3,978

    Re: Warehouse Optimization

    Again, you provide no details. At least, upload a sample workbook with the locations of the customer and warehouses.

  5. #5
    Forum Expert shg's Avatar
    Join Date
    06-20-2007
    Location
    The Great State of Texas
    MS-Off Ver
    2010, 2019
    Posts
    40,689

    Re: Warehouse Optimization

    Homework?

    I think this is a hugely complex problem. The simplest part, placing warehouses to minimize Euclidean distances to customers, requires a non-trivial clustering algorithm.

    Then factor in actual driving distances, road quality, customer volumes, zoning, land prices, construction costs, and taxes ....

    Here's an article to get you started: http://ieeexplore.ieee.org/Xplore/lo...hDecision=-203
    Entia non sunt multiplicanda sine necessitate

  6. #6
    Registered User
    Join Date
    08-04-2010
    Location
    Ohio
    MS-Off Ver
    Excel 2003
    Posts
    7

    Re: Warehouse Optimization

    shg, Thank you for your response. I wish it was homework, more a mini project that will greatly effect my business savings. I am lucky in the sense I would contract a warehouse so zoning, land prices, construction costs, and taxes are variables I wont have to mess with, however you hit the nail on the head as far as what I am trying to do. Any suggestions?

    I looked at the link you sent me, I dont have access to to IEEE.

  7. #7
    Registered User
    Join Date
    12-29-2010
    Location
    Europe, CET
    MS-Off Ver
    Excel 2004, Excel 2003, Excel 2007
    Posts
    15

    Re: Warehouse Optimization

    I think you can do well without taking everything into account at once... To get started, if I were you, I would define say 5 regions for your warehouses, with approximately equal areas. Then, within each area I would minimize the average distance to the customers (euclidian norm as mentioned above). That's a start - then you may start to think about adding details later, such as road standards, taxes and so on...

    It is always better ot start with the simple assumptions and arrive at a useful solution than to make everything super-realistic but close to impossible to solve. The latter is the academic approach (as I learned from doing PhD research....)

  8. #8
    Registered User
    Join Date
    08-04-2010
    Location
    Ohio
    MS-Off Ver
    Excel 2003
    Posts
    7

    Re: Warehouse Optimization

    That is a great point, I guess my problem is implenting the best method in which to produce such data. Any suggestions?

  9. #9
    Registered User
    Join Date
    12-29-2010
    Location
    Europe, CET
    MS-Off Ver
    Excel 2004, Excel 2003, Excel 2007
    Posts
    15

    Re: Warehouse Optimization

    Well, I suppose you have the addresses of your customers? :-) Say you have defined a "midwest" region and your customers are scattered around, but concentrations exist (say Twin Cities, Chicago, Wichita... add some yourself... ). Then assign customers to those cities depending on which city they are closest to (this introduced a simplifying assumption - it is wrong, you know it is wrong, but it simplifies life and allows you to proceed with a first solution). Then, you can consider where to put your warehouse - minimizing the average "weighted" distance to those selected cities would be a meaningful approach, where the distance to each city would be weighted by the number of customers assigned to it... this would be managable, don't you think?
    http://excelblog.optkontek.com - notes on excel
    Follow @nerdpub on twitter!

+ 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