+ Reply to Thread
Results 1 to 11 of 11

Auto sort / fill ?

  1. #1
    Registered User
    Join Date
    10-25-2016
    Location
    maine
    MS-Off Ver
    Home & Student 2013
    Posts
    4

    Auto sort / fill ?

    I use excel to summarize weekly loads hauled by our trucks. I use the first sheet to enter all data for all loads. Then filter and copy and paste to additional sheets in order to create smaller summaries for different drivers, crews, landowners. This works okay but there must be a way to auto populate the additional sheets from the first sheet. For Example:

    First sheet "Load Summary" has all load information entered.

    load summary.jpg

    I then need to make a separate summary with just loads that Mark hauled, on sheet "Mark". The bottom of this sheet is set up to auto calculate what to pay Mark based on what/where he hauled.

    Mark Loads.jpg

    I'm thinking there must be a formula to copy the row if column K matches "Mark" but I'm unsure of what it is. Depending on the week there are sometimes 150-200 loads on the "load summary" sheet. Thanks in advance.

  2. #2
    Valued Forum Contributor Neil_'s Avatar
    Join Date
    04-19-2013
    Location
    Yorkshire
    MS-Off Ver
    Office 365 Enterprise E3 2013 / 2016
    Posts
    479

    Re: Auto sort / fill ?

    Seems a lot of unnecessary extra work. why not add a filter to the Load Summary and a subtotal to the bottom of column I?

    =SUBTOTAL(9,I6:I9999)
    Frob first, tweak later

  3. #3
    Registered User
    Join Date
    10-25-2016
    Location
    maine
    MS-Off Ver
    Home & Student 2013
    Posts
    4

    Re: Auto sort / fill ?

    Quote Originally Posted by Neil_ View Post
    Seems a lot of unnecessary extra work. why not add a filter to the Load Summary and a subtotal to the bottom of column I?

    =SUBTOTAL(9,I6:I9999)
    We give the drivers/crews/landowners a summary containing each load with their payment check to ensure all loads are paid for. One company we haul for requires this format (date, lot, lot # etc etc etc) so we have standardized all of our summaries with this format. This example doesn't show it but some loads are measured in Board Feet instead of tons, and different species and mills pay differently so a simple subtotal unfortunately won't work.

    For Example: This driver is paid depending on where the load is hauled

    mark 2.jpg

    This crew is paid by species, and also has deductions taken each week.

    nicols.jpg

    I do currently use a filter, then copy and paste the filtered data to its respective sheet. Just thinking there's got to be an easier way.

  4. #4
    Valued Forum Contributor Neil_'s Avatar
    Join Date
    04-19-2013
    Location
    Yorkshire
    MS-Off Ver
    Office 365 Enterprise E3 2013 / 2016
    Posts
    479

    Re: Auto sort / fill ?

    I would make the master page a table. This helps with consistency of data on the other sheets. I would then create pivot tables for each type of summary on the other sheets. Then all you have to do is refresh them when more data is added. If you could post a small sample, I could set a couple up as examples.

  5. #5
    Valued Forum Contributor Neil_'s Avatar
    Join Date
    04-19-2013
    Location
    Yorkshire
    MS-Off Ver
    Office 365 Enterprise E3 2013 / 2016
    Posts
    479

    Re: Auto sort / fill ?

    Had a rethink after looking at the sheet. you don't need to copy the data across, just have smarter summaries that look up the master. If you could post the formulas in the summary pages, they could be amended to point to the Load Summary.

    edit:
    I think I have enough from what you have posted. Working on it.
    Last edited by Neil_; 10-25-2016 at 11:09 AM.

  6. #6
    Registered User
    Join Date
    10-25-2016
    Location
    maine
    MS-Off Ver
    Home & Student 2013
    Posts
    4

    Re: Auto sort / fill ?

    Quote Originally Posted by Neil_ View Post
    I would make the master page a table. This helps with consistency of data on the other sheets. I would then create pivot tables for each type of summary on the other sheets. Then all you have to do is refresh them when more data is added. If you could post a small sample, I could set a couple up as examples.
    Here is an example book. The first sheet is filled. The following sheets are blank templates like I showed before. If you could set a couple up that would be great. Thanks!

    Load Summary example.xlsx

  7. #7
    Valued Forum Contributor Neil_'s Avatar
    Join Date
    04-19-2013
    Location
    Yorkshire
    MS-Off Ver
    Office 365 Enterprise E3 2013 / 2016
    Posts
    479

    Re: Auto sort / fill ?

    HI,
    I've added 3 pivot tables to show what can be done. I've added one for Mark (filtered on driver) with as much detail as I can. I've added one for Nichols (filtered on Crew), again with full detail. The third I've added on Jake (filtered on Lot), this time with Species as column headers. I also added a calculated field for Price (not sure if this differs dependent on client). You can remove details by un-ticking them on the field lists. Or add more.

    i added a calculated field for price (not sure if this is the same for all clients)

    I've filtered out mills with no data on the Nichols summary.

    To refresh the data, delete the rows from the load summary table and paste values into it when you have new data. Right click the pivot tables and select refresh.
    Attached Files Attached Files

  8. #8
    Registered User
    Join Date
    10-25-2016
    Location
    maine
    MS-Off Ver
    Home & Student 2013
    Posts
    4

    Re: Auto sort / fill ?

    I will check it out thanks!

    Quote Originally Posted by Neil_ View Post
    HI,
    I've added 3 pivot tables to show what can be done. I've added one for Mark (filtered on driver) with as much detail as I can. I've added one for Nichols (filtered on Crew), again with full detail. The third I've added on Jake (filtered on Lot), this time with Species as column headers. I also added a calculated field for Price (not sure if this differs dependent on client). You can remove details by un-ticking them on the field lists. Or add more.

    i added a calculated field for price (not sure if this is the same for all clients)

    I've filtered out mills with no data on the Nichols summary.

    To refresh the data, delete the rows from the load summary table and paste values into it when you have new data. Right click the pivot tables and select refresh.

  9. #9
    Valued Forum Contributor Neil_'s Avatar
    Join Date
    04-19-2013
    Location
    Yorkshire
    MS-Off Ver
    Office 365 Enterprise E3 2013 / 2016
    Posts
    479

    Re: Auto sort / fill ?

    You may want to adjust how much detail is on the summaries so they shrink down. Here's an example with more of the fields removed.
    Attached Images Attached Images

  10. #10
    Valued Forum Contributor Neil_'s Avatar
    Join Date
    04-19-2013
    Location
    Yorkshire
    MS-Off Ver
    Office 365 Enterprise E3 2013 / 2016
    Posts
    479

    Re: Auto sort / fill ?

    You could also have two pivots on the same page, one with all the data, as you requested in your OP and one with the summary below.

  11. #11
    Valued Forum Contributor Neil_'s Avatar
    Join Date
    04-19-2013
    Location
    Yorkshire
    MS-Off Ver
    Office 365 Enterprise E3 2013 / 2016
    Posts
    479

    Re: Auto sort / fill ?

    I've used two Pivots on the Mark tab in this example, one for detail, one for summary.
    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. Replies: 5
    Last Post: 02-18-2016, 12:51 PM
  2. Need to auto sort tables or adapt formulas to fill cells based on values.
    By dropanddrive03 in forum Excel Formulas & Functions
    Replies: 2
    Last Post: 05-20-2013, 12:21 PM
  3. Replies: 1
    Last Post: 09-07-2011, 05:57 PM
  4. Auto Sort, Auto Lock, Auto Date & Time Stamp
    By suehatesyou in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 10-23-2010, 02:57 PM
  5. Can I sort by definition? And auto-fill lists?
    By AndyI in forum Excel General
    Replies: 4
    Last Post: 10-08-2008, 11:21 PM
  6. Replies: 1
    Last Post: 07-13-2007, 10:59 AM
  7. [SOLVED] Excel sort by Fill Color by custom list sort
    By Dash4Cash in forum Excel General
    Replies: 2
    Last Post: 07-29-2005, 06:05 PM

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