+ Reply to Thread
Results 1 to 5 of 5

Building a parts list

Hybrid View

  1. #1
    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
    =IFERROR(INDEX(Sheet2!$B$3:$G$273,MATCH($A3,Sheet2!$A$3:$A$273,0),MATCH(B$2,Sheet2!$B$2:$G$2,0)),"")


    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).
    Please click the * icon below if I have helped.

  2. #2
    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