I have a price table with about 70,000 line items (some lines are duplicates).
There are about 12 columns each with different qualities such as item name, size, thickness, price and etc.
I've been building this table in excel and just importing it into Access for the time being.
When a customer sends me an order, I'd like to be able to look up the items in my price table (matching across multiple columns) and automatically return the price for each item.
Where do I start? What do I need? I literally have no idea where to even begin and have not had much luck trying to google my problem.
Any help or even just pointing me in the right direction is much appreciated!
So far, I've been using the following formula....
=LOOKUP(2,1/($A$1:$A$60000=D1),$B$1:$B$60000)
With A5:A60000 = price list concatenate so all columns in 1
D1 = item I'm searching for
B1:B60000 = prices for items
The only thing is that this is very labor intensive. Was wondering if anyone knew a quicker faster way to do this. Maybe something in Access?
There are about 12 columns each with different qualities such as item name, size, thickness, price and etc.
I've been building this table in excel and just importing it into Access for the time being.
When a customer sends me an order, I'd like to be able to look up the items in my price table (matching across multiple columns) and automatically return the price for each item.
Where do I start? What do I need? I literally have no idea where to even begin and have not had much luck trying to google my problem.
Any help or even just pointing me in the right direction is much appreciated!
So far, I've been using the following formula....
=LOOKUP(2,1/($A$1:$A$60000=D1),$B$1:$B$60000)
With A5:A60000 = price list concatenate so all columns in 1
D1 = item I'm searching for
B1:B60000 = prices for items
The only thing is that this is very labor intensive. Was wondering if anyone knew a quicker faster way to do this. Maybe something in Access?