Help with lookups and arrays
- From: "jg" <jg70124@xxxxxxxxxxxxxxxxxx>
- Date: Sat, 18 Mar 2006 17:31:59 -0500
I have two worksheets, "Pricesheets" and "Orders".
Columns in Pricesheets (2500 rows):
- Customer (text)
- Plant (text)
- SKU (text)
- Standard lengths (text, like this: 48' 50' 60')
Colums in Orders (10,000 rows):
- Customer (Text)
- Plant (text)
- SKU (text)
- length ordered (integer)
For each order (a row in Orders), I want to find the matching row in
Pricesheets (based on Customer, Plant and SKU), then return a 1 if the
length ordered was listed in "standard lengths".
I've tried combinations of array-entered SUM(IF()) and FIND(text, within)
functions, but I can't get it to work. On top of which, it takes a heckuva
long time to process.
Is there a more elegant solution?
Thanks.
.
- Follow-Ups:
- Re: Help with lookups and arrays
- From: Harlan Grove
- Re: Help with lookups and arrays
- Prev by Date: Re: Need help finding non-duplicates email addresses...
- Next by Date: Auto Update
- Previous by thread: Beta Finance Function
- Next by thread: Re: Help with lookups and arrays
- Index(es):