Finding and Listing Dating from an Index Query

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I saw a question similar to this about a week ago, but I
tried the result and it didn't suit my situation.

I have a list of company numbers, and a list of the SKU
from the products we sell that they make. In one column is
the company number, and in another is the SKU. We have it
set up so that if a company makes more than one item, then
the company number will just be repeated as many times as
necessary while we list the SKU in the 2nd column.

Company # SKU
0001 656
0001 657
0002 458
0002 459
0002 460

I need to set up an equation that will search the first
column (there are over 800 rows) and automatically return
a list of every SKU that matches the company #. The
problem is (and where the formula didn't work) that the
list is updated regularly, so that by the end of next week
their could be 900 rows, so my equation must specify an
entire column instead of just a finite array of values, so
that it can be updated without changing the equation. Any
suggestions?

Thanks in advance.
 
This would be for a separate spreadsheet. That is, I've
got three spreadsheets, Production, Usage, and Database,
which contains all of the data. On the Production
spreadsheet, someone simply has to enter the company
number, and it will automatically list all of the SKUs on
the Usage spreadsheet by looking up the data in Database.
I want it to be simple and user-friendly, so that ALL
someone has to to do is enter the company number, and
they'll get the info they need.

Thanks
 
Back
Top