+ Reply to Thread
Results 1 to 11 of 11

Sort a Master Sheet onto individual sheet

  1. #1
    Registered User
    Join Date
    01-07-2012
    Location
    USA, PA
    MS-Off Ver
    Excel 2003
    Posts
    4

    Sort a Master Sheet onto individual sheet

    Ok guys, I have a basic understanding of excel, but have never tried to do anything this complicated.

    I have an excel workbook that consists of a Sheet called "Master" and then about 25 other sheets all named with a series of numbers /letters.

    The Master sheet is a log of all the maintenance we have done on our equipment. It consists of columns called ID Number, Date, Vendor, Description, and Cost. The Entries Start in Row 5.

    All the other sheets are for each piece of equipment and correlate to an ID Number.

    What I would like to happen is to be able to enter all the maintenance done on all of our equipment on the "Master" Sheet then when I click on a specific equipment tab I would only see the entries for that piece of equipment.

    If this is possible I would need it to transfer the info starting on row 12 of the individual pages because I have some information about each piece of equipment in the first 12 rows.

    Hopefully everyone can understand what I am trying to say.

    Thanks

  2. #2
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,327

    Re: Sort a Master Sheet onto individual sheet

    Hello & Welcome to the Forum,

    IMO, the way you have the spreadsheet setup now is the way you should keep it, that is with a master sheet.

    If you want to look at a particular piece of equipment, why not just apply a filter on the master sheet. This will keep everything in a uniformed database look.
    HTH
    Regards, Jeff

  3. #3
    Registered User
    Join Date
    01-07-2012
    Location
    USA, PA
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: Sort a Master Sheet onto individual sheet

    I wanted to have it go to its own sheet because on those sheets I have some other information on that piece of equipment, such as date purchased, place it was bought, price and some other things. For an example we have a couple vehicles. Ideally when we purchase a vehicle I want to add a sheet to the work book and give it an ID number for example Truck 301. Put in all the info from the purchase at the top of the sheet, and then move back to the master for all the maintenance. Then in X amount of years I can open up 301 sheet and see everything we have done to it, and also if we sell it I can show the buyer exactly what happened to it through its life. I just thought it may be easier to set it up once instead of trying to sort for the information I would be looking for.

    Hope that makes sense.

  4. #4
    Registered User
    Join Date
    09-24-2011
    Location
    Mumbai
    MS-Off Ver
    Excel 2003
    Posts
    64

    Re: Sort a Master Sheet onto individual sheet

    Hi Guys ,

    I need a excel sheet where if I click on a single cell value ( Cell A1) in a range then its value should show in a msg box ... please help me

  5. #5
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,327

    Re: Sort a Master Sheet onto individual sheet

    I still think keeping the master sheet intact is the best way to go, then in x amount of years you could run a pivot table and extract the data you need. Any hooo....

    Here is an option...

    This code is worksheet module code >> right click on the sheet >> view code >> paste on right side of screen

    Please Login or Register  to view this content.
    In this case you have your master sheet with the code above and two other sheets: Ford F150 and Chevy Silverado

    In a column (set up right now for column 1), as soon as you enter either Ford F150 or Chevy Silverado, that entire row will be copied to the sheet bearing its name.

    Caution: What if you should change something on the master sheet in a row that has already been copied. The changes will not automatically transfer. If you entered Ford F150 or Chevy Silverado again on that line you updated it would transfer, but now you would have the new line plus the old line. This code looks for the last row and pastes in the next blank row.

    If this still does not meet your needs then a workbook with what you have and what you want would help get the right answer for your situation.

  6. #6
    Forum Moderator jeffreybrown's Avatar
    Join Date
    02-19-2009
    Location
    Cibolo, TX
    MS-Off Ver
    Office 365
    Posts
    10,327

    Re: Sort a Master Sheet onto individual sheet

    Quote Originally Posted by bittu2010 View Post
    Hi Guys ,

    I need a excel sheet where if I click on a single cell value ( Cell A1) in a range then its value should show in a msg box ... please help me
    bittu2010,

    Please take a minute a read the forum rules about not posting in somebody else's thread. Please start your own.

  7. #7
    Forum Expert jaslake's Avatar
    Join Date
    02-21-2009
    Location
    Atwood Lake in Mid NE Ohio...look it up.
    MS-Off Ver
    Excel 2010 2019
    Posts
    12,749

    Re: Sort a Master Sheet onto individual sheet

    Hi sns250
    How many equipment Id's are you tracking? Only 25 (or so)?
    Last edited by jaslake; 01-07-2012 at 11:10 PM.
    John

    If you have issues with Code I've provided, I appreciate your feedback.

    In the event Code provided resolves your issue, please mark your Thread as SOLVED.

    If you're satisfied by any members response to your issue please use the star icon at the lower left of their post.

  8. #8
    Registered User
    Join Date
    01-07-2012
    Location
    USA, PA
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: Sort a Master Sheet onto individual sheet

    I currently have 32 equipment ID's but that seems to be growing as we either buy more equipment, or as I set this up I have to add equipment that is not on the list.

    I was doing a search and this http://www.excelforum.com/excel-gene...worksheet.html sound like it is what I am trying to do, but I don't know how to manipulate the code for my specific application.

    From what it sounds like from reading this if I were to click on an equipment tab it would run the code and look at the master sheet every time I click on a different sheet. I may be interpreting this wrong though.

  9. #9
    Forum Expert jaslake's Avatar
    Join Date
    02-21-2009
    Location
    Atwood Lake in Mid NE Ohio...look it up.
    MS-Off Ver
    Excel 2010 2019
    Posts
    12,749

    Re: Sort a Master Sheet onto individual sheet

    Hi sns250
    As I see it we have a couple things going on here. I'd agree with jeffrrybrown's approach
    IMO, the way you have the spreadsheet setup now is the way you should keep it, that is with a master sheet.
    If you want to look at a particular piece of equipment, why not just apply a filter on the master sheet. This will keep everything in a uniformed database look
    Except for this
    on those sheets I have some other information on that piece of equipment, such as date purchased, place it was bought, price and some other things
    So, whatever we do, it'll take some up front work on your part...such as creating this worksheet
    on those sheets I have some other information on that piece of equipment, such as date purchased, place it was bought, price and some other things
    In my opinion, how/where these are created depends on how many of these pieces of equipment that will exist. I don't know what the threshold is but let's say it's 25-30...then keep all in one workbook. Assuming it's beyond that...perhaps we should create a new workbook for each piece of equipment.

    Just thinking out loud here...

  10. #10
    Registered User
    Join Date
    01-07-2012
    Location
    USA, PA
    MS-Off Ver
    Excel 2003
    Posts
    4

    Re: Sort a Master Sheet onto individual sheet

    Like I said right now I have 32 sheets, but as I am setting this up I think of addition sheets that need to be made. I could break it down into workbooks pretty easily with probably 5-8 sheets. This would be keeping like equipment together in one workbook, such as all the vehicles together, all heavy equipment together, etc....

    I just kinda figured keeping it all in one workbook made it al little easier to keep track off but you guys are the experts

  11. #11
    Forum Expert jaslake's Avatar
    Join Date
    02-21-2009
    Location
    Atwood Lake in Mid NE Ohio...look it up.
    MS-Off Ver
    Excel 2010 2019
    Posts
    12,749

    Re: Sort a Master Sheet onto individual sheet

    Hi sns250
    Why don't you post a workbook that includes your Master and three or four pieces of equipment. The workbook structure should be the same as your actual workbook. I'll see what I can come up with.

+ 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