+ Reply to Thread
Results 1 to 13 of 13

Splitting data from an existing delivery schedule

  1. #1
    Registered User
    Join Date
    06-07-2013
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    34

    Splitting data from an existing delivery schedule

    Hello,

    We run a delivery schedule for products that are collected from various suppliers for delivery to various customers by various hauliers. We would like to determine the outcome of each load from our already existing delivery schedule;

    Delivery schedule

    Delivery schedule & key.jpg

    On a separate sheet I would then like to recreate the data by using the Outcome column, so it would look something like this;

    Data.jpg

    I would then be able to use the data in the new sheet for various different reports.

    Any help is and would be greatly appreciated.

    Thanks for looking.

    Phil

  2. #2
    Forum Moderator Glenn Kennedy's Avatar
    Join Date
    07-08-2012
    Location
    Digital Nomad... occasionally based in Ireland.
    MS-Off Ver
    O365 (PC) V 2403
    Posts
    44,139

    Re: Splitting data from an existing delivery schedule

    Attach a sample workbook. Make sure there is just enough data to demonstrate your need. Include a BEFORE sheet and an AFTER sheet in the workbook if needed to show the process you're trying to complete or automate. Make sure your desired results are shown, mock them up manually if necessary.

    Remember to desensitize the data.

    Click on GO ADVANCED and use the paperclip icon to open the upload window.

    View Pic
    Glenn




    None of us get paid for helping you... we do this for fun. So DON'T FORGET to say "Thank You" to all who have freely given some of their time to help YOU

  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: Splitting data from an existing delivery schedule

    Hi,

    One way would be to add an extra column F "Outcome Description" to your data and add a VLOOKUP() in F2 copied down, e.g.

    Formula: copy to clipboard
    Please Login or Register  to view this content.


    Then you could use a Pivot Table to group your data by the Outcome description.
    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
    06-07-2013
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    34

    Re: Splitting data from an existing delivery schedule

    Thank you, give me 5 minutes to create and download.

  5. #5
    Registered User
    Join Date
    06-07-2013
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    34

    Re: Splitting data from an existing delivery schedule

    Data.jpg

    Hi, hopefully this shows you what I'm after. To clarify, column F (outcome)in the Delivery schedule sheet is a new column with the key shown from B27.

    Thank you,

  6. #6
    Registered User
    Join Date
    06-07-2013
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    34

    Re: Splitting data from an existing delivery schedule

    Excel forum data 02.01.15.xlsx

    There we go! Sorry for the delay.

  7. #7
    Registered User
    Join Date
    06-07-2013
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    34

    Re: Splitting data from an existing delivery schedule

    Sheet 2 "Data" shows how I would potentially like the information to be automatically listed as an outcome (from the key) is added in column F.

  8. #8
    Registered User
    Join Date
    06-07-2013
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    34

    Re: Splitting data from an existing delivery schedule

    Hopefully I have added what was required..

  9. #9
    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: Splitting data from an existing delivery schedule

    Phil,

    It's always a good idea if you're going to offer an example to make sure it's exactly as your production data otherwise we all waste our time when, as here, it seems that the original data is not quite like your original offering.

    I'll take a further look shortly but at first glance you need to ensure you capture your data in a normalised 2D table if you want to achieve this analysis efficiently and without jumping through all sorts of esoteric function combinations.

  10. #10
    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: Splitting data from an existing delivery schedule

    See attached.

    Being a Pivot table you can drag and drop the field headers around to dice and slice to your hearts content. Perhaps drop the date filed into the Report Filter area along with the Delivery status so that you can easily show specific dates. Or perhaps choose to group your dates by Weeks. Strictly speaking you don't need the Total column unless you are going to group field values but I've shown it here for completeness.
    Attached Files Attached Files

  11. #11
    Registered User
    Join Date
    06-07-2013
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    34

    Re: Splitting data from an existing delivery schedule

    Hi Richard, thank you for taking the time to respond.

    Are there any ways of doing this without using a Pivot Table initially, so that the data is more "live" for other members of staff to see. By compiling the data into one spreadsheet, I would then be able to manipulate it as needed and generate specific Pivot Tables. That is unless my understanding of Pivot Tables being a one time snap shot of information is incorrect.

    Thanks in advance,

  12. #12
    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: Splitting data from an existing delivery schedule

    Quote Originally Posted by arthurphil View Post
    Hi Richard, thank you for taking the time to respond.

    Are there any ways of doing this without using a Pivot Table initially, so that the data is more "live" for other members of staff to see. By compiling the data into one spreadsheet, I would then be able to manipulate it as needed and generate specific Pivot Tables. That is unless my understanding of Pivot Tables being a one time snap shot of information is incorrect.

    Thanks in advance,
    Maybe you are misunderstanding Pivot Tables. You couldn't be farther from the truth with your belief that they are a one time snap shot. Just the opposite in they give you the ability to view your data in just about every way you can think of - and more. And if you ensure your data is covered by a dynamic range name that expands or contracts AUTOMATICALLY as necessary as you add or delete data then nothing could be 'more live'. It would certainly pay youj to spend half an hour playing with them to understand what they can do.

  13. #13
    Registered User
    Join Date
    06-07-2013
    Location
    England
    MS-Off Ver
    Excel 2003
    Posts
    34

    Re: Splitting data from an existing delivery schedule

    It seems I need to reevaluate my understanding of Pivot Tables. I shall go away and do some homework... (shuffles away with tail between legs!)

    Many thanks,

+ 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. Weekly Delivery Schedule
    By Greg Barrow in forum Excel General
    Replies: 1
    Last Post: 12-31-2014, 02:02 AM
  2. [SOLVED] Making a Delivery Schedule
    By Wictolia in forum Access Tables & Databases
    Replies: 6
    Last Post: 11-21-2013, 01:27 AM
  3. Delivery Schedule in Excel
    By Len351 in forum Excel General
    Replies: 14
    Last Post: 10-08-2012, 06:00 PM
  4. Goods in delivery schedule
    By moseleya in forum Access Tables & Databases
    Replies: 1
    Last Post: 03-13-2012, 02:01 PM
  5. Order Delivery Schedule
    By nescafe in forum Excel General
    Replies: 7
    Last Post: 03-22-2005, 10:34 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