+ Reply to Thread
Results 1 to 2 of 2

Extract Items From List

  1. #1
    Registered User
    Join Date
    10-01-2012
    Location
    Mandeville, LA
    MS-Off Ver
    Excel 2003
    Posts
    1

    Extract Items From List

    Hi, Folks. I'm a newbie to the forum and don't hold myself out as an expert on Excel. However, I have been using it to run my businesses since Excel was 400k on a floppy disk in the 80's, and I'm comfortable with macros and functions. I've been searching the net but haven't found an answer to this problem that will work for me.

    I'm developing a maintenance tracking system for a towboat company. There are separate workbooks for each boat with links to a management workbook. The Maintenance Log in an individual boat's workbook is a simple growing list that will be cleared, (except for the outstanding items), at the end of each year to keep it from becoming too cumbersome over the years. Following are the column headings in the maintenance log:

    Date Requested

    Category (Engines, Pumps, Electrical, Safety, etc.)

    Maintenance Requested (a wrapped text cell filled in by the maintenance department showing what needs to be done)

    Days Outstanding

    Date Cleared

    What I need to do is extract only the uncleared items from a boat's Maintenance Log and list them in a spreadsheet in the management workbook. (At any given time there shouldn't be more than 10-15 items outstanding on a given boat.) So, I want to look at only the rows that contain data, check to see if the item is cleared and, if not, pull the information from the first four columns of the maintenance log into the management workbook in list form. Can this be done?

    Thanks in advance for your help.

    Mike

  2. #2
    Valued Forum Contributor
    Join Date
    02-08-2012
    Location
    wales
    MS-Off Ver
    Excel 2007
    Posts
    964

    Re: Extract Items From List

    ok here is how i would do it. i would have another sheet set up for year end

    on the main sheet i would have another column to mark the row if it is uncleared with this formula

    Please Login or Register  to view this content.
    (where X = your cleared column and # is your starting row)

    on the next page (your year end) (this doesnt have to be on another page but i find it clearer) use this in cell a2(or a1 if you dont have titles) and drag to suit.

    Please Login or Register  to view this content.
    where
    'Sheet 1' is the name of your sheet
    X#:Y# is the range of data sheet (excluding your column you just made)
    where Z#:Z# is the range of the column you just made.

    using this you will index your sheet and return a list of uncleared items (this can be dragged to include any information from that first sheet)

    let me know how you get on with this.
    The Importance of INDEX - A GUIDE TO INDEX'S OTHER USES
    <--- If a post helps hit the star

+ 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