+ Reply to Thread
Results 1 to 5 of 5

Building a parts list

  1. #1
    Registered User
    Join Date
    05-07-2013
    Location
    Buford, GA
    MS-Off Ver
    Excel 2010
    Posts
    3

    Building a parts list

    I have a simple spreadsheet where someone can select parts from one sheet and I would like to build a parts list on another sheet of only the selected items.

    So in the attached example, Sheet2 contains the master list of parts with pricing. What I would like is anything with a quantity of 1 or more (column A) would get copied over to the blank list on Sheet1. I suppose some VBA code could do this easily but I am not very knowledgeable at that stuff.

    Thanks for any help!

    -Tim
    Attached Files Attached Files

  2. #2
    Valued Forum Contributor Melvinrobb's Avatar
    Join Date
    06-19-2012
    Location
    Manitoba, Canada
    MS-Off Ver
    Excel 2013
    Posts
    1,128

    Re: Building a parts list

    By adding a helper column, does the attached work?
    Attached Files Attached Files
    Please click the * icon below if I have helped.

  3. #3
    Registered User
    Join Date
    05-07-2013
    Location
    Buford, GA
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Building a parts list

    That looks like it does just what I wanted. Thanks!! Now I need to go study those formulas so I understand it.

  4. #4
    Valued Forum Contributor Melvinrobb's Avatar
    Join Date
    06-19-2012
    Location
    Manitoba, Canada
    MS-Off Ver
    Excel 2013
    Posts
    1,128

    Re: Building a parts list

    Glad it will work.

    The INDEX and MATCH functions are quite useful. I would definitely do some research online.
    Here is a breakdown of your formula:

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


    Blue = the actual data from the table
    Green = your row headers (in this case the helper column that is only identifying rows with a value >0 in column B)
    Red = Your column headers

    Remember to change the thread to solved (under thread tools).

  5. #5
    Registered User
    Join Date
    05-07-2013
    Location
    Buford, GA
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Building a parts list

    Quote Originally Posted by Melvinrobb View Post
    Glad it will work.

    The INDEX and MATCH functions are quite useful. I would definitely do some research online.
    Here is a breakdown of your formula:
    Thanks for that. Very helpful!!

+ 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