Quantcast
Excel help - Supply Chain - Beyond.ca - Car Forums
Results 1 to 9 of 9

Thread: Excel help - Supply Chain

  1. #1
    Join Date
    Aug 2006
    Location
    Calgary, AB
    My Ride
    2002 e46
    Posts
    267
    Rep Power
    18

    Default Excel help - Supply Chain

    I don't usually run into roadblocks when it comes to excel, but am hoping someone here may be able to help with something I have been scratching my head on for a couple days. Would prefer to avoid a VBA solution.

    essentially its a network diagram, where I have receipt and delivery points, and am trying to calculate the values of the arc between points along the system.

    failed to handle it with a sumproduct, or an index/match and am hitting a roadblock.

    here is an example of what I am hoping for:

    http://photoshare.shaw.ca/view/28758...-60002/287583/

  2. #2
    Join Date
    Mar 2010
    Location
    Calgary
    My Ride
    Ioniq 5
    Posts
    1,810
    Rep Power
    46

    Default

    Is your picture correct? Because start at A, end at C should be 20, but yours says 5? Or is that just an example of what you want?



    Not pretty but it works.

    Convert the letters to a segment number then use SUMIFS to check a range between two segments and add the values accordingly.

    Edit: Noticed the last one goes from D to C, may just need tweak the sumifs formula to allow it to go backwards but thats minor
    Last edited by pheoxs; 12-16-2015 at 03:51 PM.

  3. #3
    Join Date
    Aug 2006
    Location
    Calgary, AB
    My Ride
    2002 e46
    Posts
    267
    Rep Power
    18

    Default

    Its an example of what I was looking for. A to B is 5, but adding in the second line of B to D makes the B to C 15.

    Essentially I have 50+ Delivery/Receipt points, and 200+ rows to do.
    If it were smaller I would just look on a matrix level, but there is a boat load of combinations.

  4. #4
    Join Date
    Apr 2008
    Location
    Stampede Central
    My Ride
    is pretty sharp lookin'
    Posts
    2,274
    Rep Power
    37

    Default

    Originally posted by sk8r3124
    Its an example of what I was looking for. A to B is 5, but adding in the second line of B to D makes the B to C 15
    So confused... what are your knowns and what are you trying to get to???
    Last edited by jwslam; 12-16-2015 at 04:18 PM.

  5. #5
    Join Date
    Aug 2006
    Location
    Calgary, AB
    My Ride
    2002 e46
    Posts
    267
    Rep Power
    18

    Default

    I know the volumes, receipt point, and delivery point.
    I am trying to determine at the end of the day, the volume that flows between each individual section. A-B, B-C, C-D, and so forth.

    my output is essential a map to track the change in flow over a system

  6. #6
    Join Date
    Jul 2004
    Location
    Calgary
    My Ride
    FB6
    Posts
    718
    Rep Power
    20

    Default

    I can't see this being done except in an array. There's too many variables.

    Unless you can parse the data like so:

    A to D

    Would have to show

    A to B to C to D

    This is also assuming it's linear.

    Things moving backwards also throw a kink into this.

  7. #7
    Join Date
    Mar 2008
    Location
    Calgary
    My Ride
    Busa
    Posts
    404
    Rep Power
    17

    Default

    Here you go: https://www.dropbox.com/s/cd5sm3vdu9...3124.xlsx?dl=0

    Tricks:

    - Convert letters to indexed numbers
    - Use sumifs to sum on multiple criteria
    - Break down link volume based on sub-components - 4 in this case. 1. units moving from a lower node to a higher node accross our link - excluding self originating traffic (ie. right direction through traffic), 2. units moving from a higher node to a lower node (ie. opposite of above - left direction traffic), 3. self originating traffic moving to a higer node, 4. higher node traffic moving to us

    Build 4 sumifs statements using the above logic and you have your volumes. I tested it with random data and your supplied data, seems to work, but I have limited samples to test with.

  8. #8
    Join Date
    Mar 2010
    Location
    Calgary
    My Ride
    Ioniq 5
    Posts
    1,810
    Rep Power
    46

    Default

    Minor tweak then. This should work


  9. #9
    Join Date
    Aug 2006
    Location
    Calgary, AB
    My Ride
    2002 e46
    Posts
    267
    Rep Power
    18

    Default

    Perfect, Thanks for all the help on this!

Similar Threads

  1. Replies: 6
    Latest Threads: 09-26-2011, 01:53 PM
  2. Supply Chain Management

    By Ajay in forum Campus Chat
    Replies: 0
    Latest Threads: 11-18-2009, 01:24 AM
  3. Supply Chain Management @ UofC

    By Trini in forum Campus Chat
    Replies: 5
    Latest Threads: 10-13-2009, 12:04 PM
  4. anyone work for supply chain Mgnt?

    By ole dsm in forum Careers
    Replies: 8
    Latest Threads: 02-17-2006, 02:46 AM
  5. Supply Chain Jobs in Calgary

    By Lee_8 in forum Careers
    Replies: 3
    Latest Threads: 08-02-2004, 05:07 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •